This website requires JavaScript.
Explore
Help
Sign In
Rx3
/
Factions
Watch
1
Star
0
Fork
0
You've already forked Factions
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
080ea3363bab3df8687e688e1d27e2b7fd19dc0a
Factions
/
src
/
com
/
massivecraft
/
factions
History
Brettflan
080ea3363b
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
..
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 "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
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
"claimsMustBeConnected" land claim requirement is now ignored for players who have enabled bypass mode
2011-07-24 06:12:01 -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