Order permissions in config
This commit is contained in:
parent
8f4fc308ee
commit
b5c744fc95
@ -60,6 +60,11 @@ spigot {
|
|||||||
defaults = "true"
|
defaults = "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
create("portals.list.other") {
|
||||||
|
description = "Allows listing other players' portals"
|
||||||
|
defaults = "op"
|
||||||
|
}
|
||||||
|
|
||||||
create("portals.invite") {
|
create("portals.invite") {
|
||||||
description = "Allows inviting players to portals"
|
description = "Allows inviting players to portals"
|
||||||
defaults = "true"
|
defaults = "true"
|
||||||
@ -70,11 +75,6 @@ spigot {
|
|||||||
defaults = "true"
|
defaults = "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
create("portals.list.other") {
|
|
||||||
description = "Allows listing other players' portals"
|
|
||||||
defaults = "op"
|
|
||||||
}
|
|
||||||
|
|
||||||
create("portals.tp") {
|
create("portals.tp") {
|
||||||
description = "Allows teleporting to a portal"
|
description = "Allows teleporting to a portal"
|
||||||
defaults = "op"
|
defaults = "op"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user