Factions/src/com/massivecraft/factions
2011-07-24 06:10:48 -05:00
..
commands New command /f config [setting] [value] which can be used to change any conf.json setting. This is mainly for people who have trouble editing the file manually, for whatever reason. It even fixes any capitalization errors, and saves the conf.json file immediately after an option is changed. Can be run by player or from server console. Uses new permission node "factions.config". 2011-07-22 07:25:12 -05:00
gson changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
listeners added a secondary low priority event listener for chat events, to try and make sure Factions is able to handle slashless commands and faction chat before other plugins do anything 2011-07-24 06:09:58 -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 "powerFactionMax" (default 0) for maximum power limit for all factions. If set to anything above 0, factions will have their power capped at this amount. As a result, any players adding power beyond the faction's limit will effectively just be adding a buffer of sorts. (feature added thanks to donation from Magesblood) 2011-07-24 06:10:48 -05:00
Faction.java new conf.json option "powerFactionMax" (default 0) for maximum power limit for all factions. If set to anything above 0, factions will have their power capped at this amount. As a result, any players adding power beyond the faction's limit will effectively just be adding a buffer of sorts. (feature added thanks to donation from Magesblood) 2011-07-24 06:10:48 -05:00
Factions.java added a secondary low priority event listener for chat events, to try and make sure Factions is able to handle slashless commands and faction chat before other plugins do anything 2011-07-24 06:09:58 -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