diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-06-27 02:40:06 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-06-27 02:40:06 -0400 |
commit | 02cc74cc5ac06a69ec59d6277234ce69031402f4 (patch) | |
tree | e213f687ac5fb5731fa7f2ed7420c54028c919b4 /src/main/resources/plugin.yml | |
parent | d849ab8d085675715622dcef212d32239eb5d4bb (diff) | |
download | Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.tar.gz Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.tar.bz2 Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.zip |
overhaul command and config formats (again)
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 486fccf..ed246c5 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -7,31 +7,14 @@ load: POSTWORLD author: MylesAndMore website: https://github.com/MylesAndMore/Tumble softdepend: [Multiverse-Core] + commands: - tumble-join: + tumble: description: Joins a Tumble match. - usage: '§cUsage: /tumble-join <arenaName> [gameType]' + usage: '§cUsage: /tumble' permission: tumble.join - tumble-leave: - description: Quits a Tumble match. - usage: '§cUsage: /tumble-leave' - permission: tumble.leave - tumble-forcestart: - description: Force starts a Tumble match. - usage: '§cUsage: /tumble-forcestart [arenaName]' - permission: tumble.forcestart - tumble-forcestop: - description: Force stops a Tumble match. - usage: '§cUsage: /tumble-forcestop [arenaName]' - permission: tumble.forcestop - tumble-config: - description: Modify arenas and worlds. - usage: '§cUsage: /tumble-config <add|set|disable|delete> <data>' - permission: tumble.config - tumble-reload: - description: Reloads the plugin's config. - usage: '§cUsage: /tumble-reload' - permission: tumble.reload + aliases: tmbl + permissions: tumble.join: description: Allows you to join a Tumble match. |