diff options
author | Myles <mylesandmore9@gmail.com> | 2022-11-27 17:41:38 -0600 |
---|---|---|
committer | Myles <mylesandmore9@gmail.com> | 2022-11-27 17:41:38 -0600 |
commit | 0ae01ff55837b71597727616292539dfad745ba8 (patch) | |
tree | d3c05f71e2b90838cf01e5c8b7a5746f58642954 /src/main/resources | |
parent | d26f2ea6ee826ffe3f34ae558f3116d997eef3cb (diff) | |
download | Tumble-0ae01ff55837b71597727616292539dfad745ba8.tar.gz Tumble-0ae01ff55837b71597727616292539dfad745ba8.tar.bz2 Tumble-0ae01ff55837b71597727616292539dfad745ba8.zip |
add gameMode to config
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index f773b2c..b2ba268 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -5,6 +5,11 @@ hideJoinLeaveMessages: true # Customize the message that displays when the player does not have permission to execute a command from this plugin 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 + # This tells the plugin which worlds it should use as the lobby/game worlds # Do NOT change unless you know what you're doing!! # Will be blank by default |