Factions/src/com/massivecraft/factions
2012-08-26 15:23:45 -05:00
..
adapters The latest CraftBukkit builds have changed their compiled-in GSON lib's package name. Rather than us switching back to using a separate GSON lib again (with two effectively identical copies of GSON ending up loaded and wasting server resources), I'm simply switching Factions to point to CraftBukkit's refactored GSON package name instead. 2012-08-26 01:02:31 -05:00
cmd Update version to 1.7.6_pre, fix for invalid comparison 2012-08-07 21:58:41 -05:00
event Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs 2012-03-13 08:27:03 -05:00
iface Economy integration is now handled through Vault instead of Register. You will need to download and install the Vault plugin now if you want to use any Economy-related features. If you're not using the Register plugin for anything other than Factions, it should be safe to remove it from your server. 2012-01-16 19:38:14 -06:00
integration Fix crash when HeroChat was not present. 2012-08-26 12:20:56 +02:00
listeners New beta herochat integration and fixing the slow load time. This may require Java7. 2012-08-26 00:54:15 +02:00
struct The latest CraftBukkit builds have changed their compiled-in GSON lib's package name. Rather than us switching back to using a separate GSON lib again (with two effectively identical copies of GSON ending up loaded and wasting server resources), I'm simply switching Factions to point to CraftBukkit's refactored GSON package name instead. 2012-08-26 01:02:31 -05:00
util Now using automated help. Fixed SeeChunk issues. 2012-05-09 05:56:37 +02:00
zcore Modified readBytes() and writeBytes() methods in DiscUtil.java to use older file handling routines which don't require Java 7. The vastly improved file loading speed which came from Olof's recent update to this file has been retained. 2012-08-26 15:23:45 -05:00
Board.java The latest CraftBukkit builds have changed their compiled-in GSON lib's package name. Rather than us switching back to using a separate GSON lib again (with two effectively identical copies of GSON ending up loaded and wasting server resources), I'm simply switching Factions to point to CraftBukkit's refactored GSON package name instead. 2012-08-26 01:02:31 -05:00
Conf.java New beta herochat integration and fixing the slow load time. This may require Java7. 2012-08-26 00:54:15 +02:00
Faction.java Simplified the perm command. 2012-05-09 06:29:52 +02:00
Factions.java The latest CraftBukkit builds have changed their compiled-in GSON lib's package name. Rather than us switching back to using a separate GSON lib again (with two effectively identical copies of GSON ending up loaded and wasting server resources), I'm simply switching Factions to point to CraftBukkit's refactored GSON package name instead. 2012-08-26 01:02:31 -05:00
FLocation.java Remake of radius claim method. It now starts in the current chunk and spirals outward, in a repeating task designed to keep from overloading the server. The old method tried to put together a list of chunks, and then tried to claim them immediately starting from one corner of the overall area. 2012-03-13 05:54:48 -05:00
FPlayer.java Some servers might want to disable territorial warfare alltogether. 2012-07-30 23:28:23 +02:00
FPlayers.java The latest CraftBukkit builds have changed their compiled-in GSON lib's package name. Rather than us switching back to using a separate GSON lib again (with two effectively identical copies of GSON ending up loaded and wasting server resources), I'm simply switching Factions to point to CraftBukkit's refactored GSON package name instead. 2012-08-26 01:02:31 -05:00
P.java Merge branch 'master' of github.com:MassiveCraft/Factions 2012-08-26 01:02:54 -05:00