Rename linking permission
This commit is contained in:
parent
0ecfcec239
commit
955aa34985
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user