diff options
author | Myles <mylesandmore9@gmail.com> | 2022-12-03 16:34:13 -0600 |
---|---|---|
committer | Myles <mylesandmore9@gmail.com> | 2022-12-03 16:34:13 -0600 |
commit | 6be45c6cdfb243fc872b7073729a755f8f1ee193 (patch) | |
tree | bc12e53df6cea5d0ce1fc635a4e4fed22638bd67 /src/main/resources | |
parent | d2c33ffb6258e3197f455035087c3bb5a1b0d662 (diff) | |
download | Tumble-6be45c6cdfb243fc872b7073729a755f8f1ee193.tar.gz Tumble-6be45c6cdfb243fc872b7073729a755f8f1ee193.tar.bz2 Tumble-6be45c6cdfb243fc872b7073729a755f8f1ee193.zip |
carver is too good at bug fixing
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index b2ba268..a881556 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -7,8 +7,8 @@ permissionMessage: You do not have permission to perform this command! # Customize the game mode of Tumble # Acceptable options include: shovels, snowballs, mixed -# Default is shovels -gameMode: shovels +# Default is mixed +gameMode: mixed # This tells the plugin which worlds it should use as the lobby/game worlds # Do NOT change unless you know what you're doing!! |