Removed claim from /f perms as the permission is ambiguous with the territory permission
This commit is contained in:
parent
afc4dbf9b8
commit
a2f44ffd74
@ -39,8 +39,7 @@ public enum PermissableAction {
|
|||||||
TNTFILL("tntfill"),
|
TNTFILL("tntfill"),
|
||||||
WITHDRAW("withdraw"),
|
WITHDRAW("withdraw"),
|
||||||
CHEST("chest"),
|
CHEST("chest"),
|
||||||
SPAWNER("spawner"),
|
SPAWNER("spawner");
|
||||||
CLAIM("claim");
|
|
||||||
|
|
||||||
private String name;
|
private String name;
|
||||||
|
|
||||||
|
@ -517,8 +517,8 @@ fperm-gui:
|
|||||||
tntfill: 41
|
tntfill: 41
|
||||||
chest: 42
|
chest: 42
|
||||||
spawner: 38
|
spawner: 38
|
||||||
claim: 49
|
|
||||||
# Material to show, if the material is colorable eg: Wool, Stained Clay it will update with it's access color
|
# Material to show, if the material is colorable eg: Wool, Stained Clay it will update with it's access color
|
||||||
materials:
|
materials:
|
||||||
build: STAINED_GLASS
|
build: STAINED_GLASS
|
||||||
destroy: STAINED_GLASS
|
destroy: STAINED_GLASS
|
||||||
@ -546,7 +546,6 @@ fperm-gui:
|
|||||||
tntfill: STAINED_GLASS
|
tntfill: STAINED_GLASS
|
||||||
chest: STAINED_GLASS
|
chest: STAINED_GLASS
|
||||||
spawner: STAINED_GLASS
|
spawner: STAINED_GLASS
|
||||||
claim: STAINED_GLASS
|
|
||||||
# Same dummy items format as above
|
# Same dummy items format as above
|
||||||
dummy-items:
|
dummy-items:
|
||||||
'0':
|
'0':
|
||||||
|
Loading…
Reference in New Issue
Block a user