Factions/src/com/massivecraft/factions/util
2013-04-21 20:26:18 -05:00
..
AsciiCompass.java Cleaning sweep, mainly for various stray "4 spaces" indentions to tabs 2012-03-13 08:27:03 -05:00
AutoLeaveProcessTask.java 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
AutoLeaveTask.java 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
EconLandRewardTask.java Land Reward Task up and running. 2012-12-01 14:23:49 -05:00
HealthBarUtil.java Added a healthbar feature :) 2012-03-25 21:07:11 +02:00
LazyLocation.java Faction homes should no longer be lost if their target world isn't already loaded when Factions loads at server startup. This is done using a new lazy-load Location container class which only initializes the Location when it's actually needed. 2012-03-14 13:06:38 -05:00
MiscUtil.java (donington) Fixes for compiler warnings & minor .gitignore enhancement, completed the last of the creatureType/entityType renaming (a few imports and functions) 2012-03-13 08:43:45 -05:00
RelationUtil.java Server admins can now promote or demote any member of any faction to/from faction leader or officer using the existing /f leader and /f officer commands, with two new permissions added to allow that. A third permission is also added to allow server admins or moderators to join any faction without the need of /f bypass mode. 2012-01-18 06:01:50 -06:00
SpiralTask.java Reworked chat completely. Added Herochat integration. New tag-parsing system. Non-monitor-breaking relation colored chat. 2012-05-02 04:45:10 +02:00
VisualizeUtil.java Now using automated help. Fixed SeeChunk issues. 2012-05-09 05:56:37 +02:00