From 0ae01ff55837b71597727616292539dfad745ba8 Mon Sep 17 00:00:00 2001 From: Myles Date: Sun, 27 Nov 2022 17:41:38 -0600 Subject: add gameMode to config --- src/main/resources/config.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 -- cgit v1.2.3