Factions/src/com/massivecraft/factions
2012-05-14 19:53:08 -05:00
..
adapters Delete a couple of files which are no longer used 2012-05-14 19:53:08 -05:00
cmd Simplified the perm command. 2012-05-09 06:29:52 +02: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 Now using automated help. Fixed SeeChunk issues. 2012-05-09 05:56:37 +02:00
listeners Now using automated help. Fixed SeeChunk issues. 2012-05-09 05:56:37 +02:00
struct Delete a couple of files which are no longer used 2012-05-14 19:53:08 -05:00
util Now using automated help. Fixed SeeChunk issues. 2012-05-09 05:56:37 +02:00
zcore Simplified the perm command. 2012-05-09 06:29:52 +02:00
Board.java Updated Faction Event System -- Land Events 2012-03-11 13:28:31 -04:00
Conf.java Some minor fixes to the previous commit. 2012-05-09 03:32:04 +02:00
Faction.java Simplified the perm command. 2012-05-09 06:29:52 +02:00
Factions.java Optimization: Factions (as objects) now maintain a list of FPlayers in the faction for faster lookup 2012-01-13 03:46:31 -06: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 New cape system and refactored spout appearances. 2012-05-09 03:24:07 +02:00
FPlayers.java "autoLeaveAfterDaysOfInactivity" routine now runs only once every few minutes instead of running every time a player logs in. New setting "autoLeaveRoutineRunsEveryXMinutes" (default 5 minutes) to determine just how often the routine is run. 2012-02-26 16:55:58 -06:00
P.java Fixing a few apperance bugs and stopped updating apparance if it was the same. 2012-05-09 05:21:21 +02:00