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