diff options
| author | Myles <mylesandmore9@gmail.com> | 2022-11-26 14:06:40 -0600 | 
|---|---|---|
| committer | Myles <mylesandmore9@gmail.com> | 2022-11-26 14:06:40 -0600 | 
| commit | 482eb665acb52fe7ea9b61b1bb950b5e4e93df3f (patch) | |
| tree | b5dfd1bc0a19a3b4d637725bc5250921ae0ccb65 /src/main/resources | |
| parent | bb18fc664d708df5454d66bda61fdfde8d898f57 (diff) | |
| download | Tumble-482eb665acb52fe7ea9b61b1bb950b5e4e93df3f.tar.gz Tumble-482eb665acb52fe7ea9b61b1bb950b5e4e93df3f.tar.bz2 Tumble-482eb665acb52fe7ea9b61b1bb950b5e4e93df3f.zip  | |
begin the StartGame command
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  | 
