diff options
| author | Myles <mylesandmore9@gmail.com> | 2022-11-26 21:23:29 -0600 | 
|---|---|---|
| committer | Myles <mylesandmore9@gmail.com> | 2022-11-26 21:23:29 -0600 | 
| commit | da972283b3e787eeb4f70999fb94612da5960afa (patch) | |
| tree | 140a37484142fc32424244ee7a96530879421aaf /src/main/resources | |
| parent | a00c0058b5d46656b52aa7c188da789f102791b3 (diff) | |
| download | Tumble-da972283b3e787eeb4f70999fb94612da5960afa.tar.gz Tumble-da972283b3e787eeb4f70999fb94612da5960afa.tar.bz2 Tumble-da972283b3e787eeb4f70999fb94612da5960afa.zip  | |
rename StartGame to start
Diffstat (limited to '')
| -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  | 
