Saber-Factions/src/com/massivecraft/factions
2011-07-25 13:16:32 -05:00
..
commands New command /f power [player name] to check either your own power (if no name is specified) or another player's power (if a player name is specified). The ability for a player to view their own power is based on the standard factions.participate permission, but to check the power of other players, the new permission node factions.viewAnyPower needs to be granted. If you aren't using a Permissions plugin (instead defaulting to the built-in Bukkit permission system), the factions.viewAnyPower permission is granted by default. Otherwise, you'll need to configure your Permissions plugin to grant the new permission as needed. 2011-07-25 13:16:14 -05:00
gson changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
listeners When adding relational colored faction tags to chat, Factions now pays better attention to whether the recipient list has been altered by another plugin 2011-07-24 17:38: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 claimsRequireMinFactionMembers (defaults to 1, effectively disabled) which can be increased to prevent small (potentially one player) factions from claiming land until they have more members 2011-07-25 13:16:32 -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 New command /f power [player name] to check either your own power (if no name is specified) or another player's power (if a player name is specified). The ability for a player to view their own power is based on the standard factions.participate permission, but to check the power of other players, the new permission node factions.viewAnyPower needs to be granted. If you aren't using a Permissions plugin (instead defaulting to the built-in Bukkit permission system), the factions.viewAnyPower permission is granted by default. Otherwise, you'll need to configure your Permissions plugin to grant the new permission as needed. 2011-07-25 13:16:14 -05:00
FLocation.java changed namespace to com.massivecraft 2011-07-18 22:06:02 +02:00
FPlayer.java New conf.json option claimsRequireMinFactionMembers (defaults to 1, effectively disabled) which can be increased to prevent small (potentially one player) factions from claiming land until they have more members 2011-07-25 13:16:32 -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