From a8f5a1457a3da4b99a982ab0e400f96c0d91c9f4 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 10 Jun 2024 01:05:22 -0400 Subject: Change command format --- src/main/resources/plugin.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 0d9b70c..8bb306e 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -7,29 +7,29 @@ load: POSTWORLD author: MylesAndMore website: https://github.com/MylesAndMore/Tumble commands: - join: + tumble-join: description: Joins a Tumble match. - usage: '§cUsage: /tumble:join [gameType]' + usage: '§cUsage: /tumble-join [gameType]' permission: tumble.join - leave: + tumble-leave: description: Quits a Tumble match. - usage: '§cUsage: /tumble:leave' + usage: '§cUsage: /tumble-leave' permission: tumble.leave - forcestart: + tumble-forcestart: description: Force starts a Tumble match. - usage: '§cUsage: /tumble:forcestart [arenaName]' + usage: '§cUsage: /tumble-forcestart [arenaName]' permission: tumble.forcestart - forcestop: + tumble-forcestop: description: Force stops a Tumble match. - usage: '§cUsage: /tumble:forcestop [arenaName]' + usage: '§cUsage: /tumble-forcestop [arenaName]' permission: tumble.forcestop - config: + tumble-config: description: Modify arenas and worlds. - usage: '§cUsage: /tumble:config ' + usage: '§cUsage: /tumble-config ' permission: tumble.config - reload: + tumble-reload: description: Reloads the plugin's config. - usage: '§cUsage: /tumble:reload' + usage: '§cUsage: /tumble-reload' permission: tumble.reload permissions: tumble.join: -- cgit v1.2.3