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