From 955aa34985248c640bc092ac0daebbf0cfbf5b1d Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Tue, 2 Nov 2021 06:45:40 +0100 Subject: [PATCH] Rename linking permission --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 85017c4..f1b5cac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -109,7 +109,7 @@ spigot { defaults = "true" } - create("portals.modify.target") { + create("portals.modify.link") { description = "Allows targeting/un-targeting a portal as a destination" defaults = "true" } @@ -135,7 +135,7 @@ spigot { children = mapOf( "portals.modify.remove" to true, "portals.modify.edit" to true, - "portals.modify.target" to true, + "portals.modify.link" to true, "portals.modify.allow" to true, "portals.modify.other" to true, "portals.modify.publish" to true