diff --git a/src/main/resources/paper-plugin.yml b/src/main/resources/plugin.yml similarity index 56% rename from src/main/resources/paper-plugin.yml rename to src/main/resources/plugin.yml index c949d8e..8c928fc 100644 --- a/src/main/resources/paper-plugin.yml +++ b/src/main/resources/plugin.yml @@ -13,4 +13,11 @@ permissions: description: When the player joins and doesn't have finished the tutorial. sr.spawn: default: not op - description: When the player have discovered the spawn. \ No newline at end of file + description: When the player have discovered the spawn. + sr.attributes: + default: op + description: When the player has permission for the command /attributes set + +commands: + attributes: + description: Set the attributes of the player. \ No newline at end of file