Factions/src/main/java/com/massivecraft/factions/entity
2014-12-10 09:14:13 +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 inhouse getOnlinePlayers method. 2014-12-03 02:13:39 +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 Fix guardian spelling. 2014-12-10 09:14:13 +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 Swapped open flag yes/no descriptions. They were the wrong way around. 2014-11-24 07:56:10 +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 Ensure recreation of faction flags and perms on getAll and every 3 seconds to allow for runtime database deletion without server crash. 2014-11-19 11:24:36 +01:00
MPermColl.java Make the Faction Permissions more dynamic as well. 2014-10-02 14:02:07 +02:00
MPlayer.java Fix a security flaw in the player autokick algorithm. Never trust OfflinePlayer#lastPlayed(). 2014-11-21 09:59:04 +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