diff --git a/build.gradle.kts b/build.gradle.kts index e7cab96..ced310d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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"