Rename linking permission

This commit is contained in:
Gabriel Tofvesson 2021-11-02 06:45:40 +01:00
parent 0ecfcec239
commit 955aa34985

View File

@ -109,7 +109,7 @@ spigot {
defaults = "true" defaults = "true"
} }
create("portals.modify.target") { create("portals.modify.link") {
description = "Allows targeting/un-targeting a portal as a destination" description = "Allows targeting/un-targeting a portal as a destination"
defaults = "true" defaults = "true"
} }
@ -135,7 +135,7 @@ spigot {
children = mapOf( children = mapOf(
"portals.modify.remove" to true, "portals.modify.remove" to true,
"portals.modify.edit" to true, "portals.modify.edit" to true,
"portals.modify.target" to true, "portals.modify.link" to true,
"portals.modify.allow" to true, "portals.modify.allow" to true,
"portals.modify.other" to true, "portals.modify.other" to true,
"portals.modify.publish" to true "portals.modify.publish" to true