diff options
Diffstat (limited to 'src/main/resources/plugin.yml')
-rw-r--r-- | src/main/resources/plugin.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 71cc531..06e85ef 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -18,7 +18,7 @@ commands: usage: /tumble:setworld <world> lobby|game permission: setworld aliases: [set-world] - startgame: + start: description: Force starts a Tumble match. usage: /tumble:startgame permission: startgame @@ -30,6 +30,6 @@ permissions: setworld: description: Allows you to set a world on the server as a lobby/game world. default: op - startgame: + start: description: Allows you to start a Tumble match. default: op |