Factions/src/com/massivecraft/factions
2013-04-09 12:58:39 +02: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 Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
event Rename Factions --> FactionColl 2013-04-09 12:58:39 +02: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 Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
listeners tiny performance optimization to last commit 2013-01-04 09:13:27 -06:00
struct Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
util Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
zcore Merge pull request #200 from blha303/master 2013-01-04 08:11:29 -08:00
Board.java Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
Conf.java Merge pull request #207 from jastice/recruit-pr 2013-01-26 18:25:03 -08:00
Faction.java Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
FactionColl.java Rename Factions --> FactionColl 2013-04-09 12:58:39 +02: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 Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
FPlayers.java Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
P.java Rename Factions --> FactionColl 2013-04-09 12:58:39 +02:00
Perm.java Add in comment sepparators like in other MCore based plugins. 2013-04-09 12:57:33 +02:00