From a5a1daa80b386c6ca43b651a2c2dae2f53db6afd Mon Sep 17 00:00:00 2001 From: Xander Date: Sun, 8 Oct 2023 21:37:35 +0200 Subject: First commit --- src/main/resources/plugin.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 src/main/resources/plugin.yml (limited to 'src/main/resources/plugin.yml') 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: / + groupRemove: + description: Remove player from group + permission: speedrun.manage + usage: / + groupList: + description: Show the groups with all it's players + permission: speedrun.manage + usage: / + groupsSave: + description: Save the current group configuration to make it persistent. + permission: speedrun.manage + usage: / + groupsLoad: + description: Load the current group configuration from persistent storage. + permission: speedrun.manage + usage: / + startSaving: + description: Begins the saving tasks that executes groupsSave repeatedly. + permission: speedrun.manage + usage: / + +permissions: + speedrun.manage: + description: Allow managing speedrun plugin commands. \ No newline at end of file -- cgit v1.2.3