diff options
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. |