diff --git a/src/main/resources/addon.yml b/src/main/resources/addon.yml index aca8f56..a0d2570 100644 --- a/src/main/resources/addon.yml +++ b/src/main/resources/addon.yml @@ -15,6 +15,18 @@ permissions: '[gamemode].border.type': description: Player can use border type setting command default: true - '[gamemode].bordertype': + '[gamemode].border.bordertype': description: Player can use bordertype command to change the border type - default: false \ No newline at end of file + default: false + '[gamemode].border.color': + description: Player can use border color setting command + default: true + '[gamemode].border.color.red': + description: Player can set their border color to red + default: op + '[gamemode].border.color.green': + description: Player can set their border color to green + default: op + '[gamemode].border.color.blue': + description: Player can set their border color to blue + default: op \ No newline at end of file