From ed6cf32cfde8025083df8b21203bf73428c4e857 Mon Sep 17 00:00:00 2001 From: unurled Date: Tue, 27 Feb 2024 20:53:57 +0100 Subject: [PATCH] transition to plugin.yml --- src/main/resources/{paper-plugin.yml => plugin.yml} | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) rename src/main/resources/{paper-plugin.yml => plugin.yml} (56%) 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