Factions3/src/com/massivecraft/factions
2011-07-20 19:31:28 -05:00
..
commands New permission nodes to disable any command, factions.disableCommand.<command>, along with factions.disableCommand.none node which forcibly makes none disabled (for * permission users or similar); for <command>, you must use the first command alias given in the /f help information (for example, "show" instead of "who" for that particular command) 2011-07-20 16:22:54 -05:00
gson changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
listeners Piston movement is now prevented if it encroaches across into territories which have the relevant DenyBuild option set (whether faction territory, safe zone, or war zone). This covers piston extension if it pushes across unacceptable borders or even if the piston head itself would cross over, and also prevents sticky pistons from pulling blocks back across such borders. 2011-07-20 12:22:03 -05:00
struct changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
util changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
Board.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
Conf.java New conf.json option "homesTeleportIgnoreEnemiesIfInOwnTerritory" (default true). If disabled, players will no longer be able to teleport to their faction home while close to an enemy even if they are in their own territory 2011-07-20 15:45:36 -05:00
Faction.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
Factions.java Well, this is an odd and kludgy fix... only thing I can find that allows the integration to work correctly and not give an error whether EssentialsChat is present or not 2011-07-20 19:31:28 -05:00
FLocation.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FPlayer.java New conf.json option "claimsCanBeUnconnectedIfOwnedByOtherFaction" (default true) which, will allow claims to bypass the "claimsMustBeConnected" option if the attempted claim is vulnerable land controlled by another faction 2011-07-20 14:45:18 -05:00
MyLocationTypeAdapter.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
SaveTask.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00