summaryrefslogtreecommitdiff
path: root/src/main/resources/plugin.yml
diff options
context:
space:
mode:
authorXander <xander@biltopia.org>2023-10-08 21:37:35 +0200
committerXander <xander@biltopia.org>2023-10-08 21:37:35 +0200
commita5a1daa80b386c6ca43b651a2c2dae2f53db6afd (patch)
tree83b34631828761256116ab7c0eab43b1f9149590 /src/main/resources/plugin.yml
downloadteams-speedrun-a5a1daa80b386c6ca43b651a2c2dae2f53db6afd.tar.xz
teams-speedrun-a5a1daa80b386c6ca43b651a2c2dae2f53db6afd.zip
First commitHEADmaster
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r--src/main/resources/plugin.yml33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
new file mode 100644
index 0000000..ad0d849
--- /dev/null
+++ b/src/main/resources/plugin.yml
@@ -0,0 +1,33 @@
+name: SpeedrunPlugin
+version: 1.0
+main: org.biltopia.Main
+api-version: 1.20
+commands:
+ groupAdd:
+ description: Add player to group
+ permission: speedrun.manage
+ usage: /<command> <player>
+ groupRemove:
+ description: Remove player from group
+ permission: speedrun.manage
+ usage: /<command> <player>
+ groupList:
+ description: Show the groups with all it's players
+ permission: speedrun.manage
+ usage: /<command>
+ groupsSave:
+ description: Save the current group configuration to make it persistent.
+ permission: speedrun.manage
+ usage: /<command>
+ groupsLoad:
+ description: Load the current group configuration from persistent storage.
+ permission: speedrun.manage
+ usage: /<command>
+ startSaving:
+ description: Begins the saving tasks that executes groupsSave repeatedly.
+ permission: speedrun.manage
+ usage: /<command>
+
+permissions:
+ speedrun.manage:
+ description: Allow managing speedrun plugin commands. \ No newline at end of file