diff options
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 33 |
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 |