Factions/src/main/java/com/massivecraft/factions/entity
2014-11-17 11:14:09 +01:00
..
Board.java Java 1.6 Compliance. Dynmap as jar dependency. Their maven repo does not seem to work. 2014-11-07 08:38:26 +01:00
BoardColl.java Java 1.6 Compliance. Dynmap as jar dependency. Their maven repo does not seem to work. 2014-11-07 08:38:26 +01:00
BoardInterface.java Added tip to /f set. Empowered board interface with extra methods. 2014-10-22 07:50:30 +02:00
Faction.java Use Massive collections to avoid null checks, convert to lower case and use quicker permission and flag checking. 2014-11-13 11:41:21 +01:00
FactionColl.java Deprecate some methods, add some config comments and fix an adminmode bug. 2014-11-14 08:41:58 +01:00
MConf.java Better defaults 2014-11-17 11:14:09 +01:00
MConfColl.java Step 1 in many removing the universe system. Untested and lacking auto convert features. 2014-09-17 13:17:33 +02:00
MFlag.java Java 1.6 Compliance. Dynmap as jar dependency. Their maven repo does not seem to work. 2014-11-07 08:38:26 +01:00
MFlagColl.java Better flag system. Permission to change faction flags of choice. Possibility for other plugins to add faction flags, and more. 2014-10-02 11:45:06 +02:00
MPerm.java Use Massive collections to avoid null checks, convert to lower case and use quicker permission and flag checking. 2014-11-13 11:41:21 +01:00
MPermColl.java Make the Faction Permissions more dynamic as well. 2014-10-02 14:02:07 +02:00
MPlayer.java Deprecate some methods, add some config comments and fix an adminmode bug. 2014-11-14 08:41:58 +01:00
MPlayerColl.java Event based and configurable player timeout system, visible through /f p. Also started storing the last player activity locally since the Bukkit API is broken. This will probably fix issues reported where players never get kicked. 2014-10-06 13:08:34 +02:00