New permission factions.claim.radius (granted to all players by default), which is now required in order to specify a radius with the claim command.

This commit is contained in:
Brettflan
2013-01-29 19:21:32 -06:00
parent 19178d2875
commit 96dafe4327
3 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ public enum Permission
CHAT("chat"),
CHATSPY("chatspy"),
CLAIM("claim"),
CLAIM_RADIUS("claim.radius"),
CONFIG("config"),
CREATE("create"),
DEINVITE("deinvite"),