diff options
author | Myles <mylesandmore9@gmail.com> | 2022-11-27 14:40:31 -0600 |
---|---|---|
committer | Myles <mylesandmore9@gmail.com> | 2022-11-27 14:40:31 -0600 |
commit | 4a39a60dc8f3bf24a4ae4af334a34d9606b58307 (patch) | |
tree | cfbe52d28f4dfdbf977782d10620b5032ca04f76 /src/main/resources | |
parent | 94899286c562537e8849ef37c1bce2ef543f4832 (diff) | |
download | Tumble-4a39a60dc8f3bf24a4ae4af334a34d9606b58307.tar.gz Tumble-4a39a60dc8f3bf24a4ae4af334a34d9606b58307.tar.bz2 Tumble-4a39a60dc8f3bf24a4ae4af334a34d9606b58307.zip |
rename 'setworld' command to 'link'
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/plugin.yml | 20 |
1 files changed, 10 insertions, 10 deletions
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 <world> lobby|game - permission: setworld - aliases: [set-world] + link: + description: Links a world on the server as a lobby/game world. + usage: '§cUsage: /tumble:link <world> 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. |