Factions/src/com/massivecraft/factions
LiLChris 23424fe43b Costmetic change
1 line per perm
2013-04-25 01:48:30 -03: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 AutoLeaveTask is now throttled to only spend a certain amount of time per server tick on removing inactive players, to prevent it from potentially choking very large servers. This amount of time can be specified by the new setting "autoLeaveRoutineMaxMillisecondsPerTick" (default 5ms, ~10% of a tick). 2013-04-21 20:26:18 -05:00
event fix imports for new PowerLossEvent 2012-12-19 06:15:31 -06: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 Merge pull request #200 from blha303/master 2013-01-04 08:11:29 -08:00
listeners cleanup, fixes, and optimization to offline explosion protection code 2013-04-18 01:27:26 -05:00
struct Costmetic change 2013-04-25 01:48:30 -03:00
util AutoLeaveTask is now throttled to only spend a certain amount of time per server tick on removing inactive players, to prevent it from potentially choking very large servers. This amount of time can be specified by the new setting "autoLeaveRoutineMaxMillisecondsPerTick" (default 5ms, ~10% of a tick). 2013-04-21 20:26:18 -05:00
zcore Additional safety check to make sure EntityCollection.saveToDisc() can't run multiple iterations simultaneously; this might have been the cause of some reports of corrupted data 2013-04-18 03:24:17 -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 Added trapped chest, hopper, and dropper to recognized container list 2013-04-23 08:52:59 -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 cleanup, fixes, and optimization to offline explosion protection code 2013-04-18 01:27:26 -05:00
FPlayers.java Added trapped chest, hopper, and dropper to recognized container list 2013-04-23 08:52:59 -05:00
Faction.java cleanup, fixes, and optimization to offline explosion protection code 2013-04-18 01:27:26 -05:00
Factions.java Merge pull request #207 from jastice/recruit-pr 2013-01-26 18:25:03 -08:00
P.java Merge pull request #193 from AEtherSurfer/land_reward 2013-01-26 17:54:09 -08:00