From 4a39a60dc8f3bf24a4ae4af334a34d9606b58307 Mon Sep 17 00:00:00 2001 From: Myles Date: Sun, 27 Nov 2022 14:40:31 -0600 Subject: rename 'setworld' command to 'link' --- src/main/resources/plugin.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/resources/plugin.yml') diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index b41c023..dd24bcc 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -11,23 +11,23 @@ depend: commands: reload: description: Reloads the plugin's config. - usage: /tumble:reload + usage: '§cUsage: /tumble:reload' permission: reload - setworld: - description: Sets a world on the server as a lobby/game world. - usage: /tumble:setworld lobby|game - permission: setworld - aliases: [set-world] + link: + description: Links a world on the server as a lobby/game world. + usage: '§cUsage: /tumble:link lobby|game' + permission: link + aliases: [linkworld, link-world] start: description: Force starts a Tumble match. - usage: /tumble:startgame - permission: startgame + usage: '§cUsage: /tumble:start' + permission: start permissions: reload: description: Allows you to reload the plugin's config. default: op - setworld: - description: Allows you to set a world on the server as a lobby/game world. + link: + description: Allows you to link a world on the server as a lobby/game world. default: op start: description: Allows you to start a Tumble match. -- cgit v1.2.3