diff options
-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 |