blob: 68b4e3db9f2d5dd3ea5949dc42c33b7f2820140d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Customize the default game mode; options include: shovels, snowballs, mixed
gameMode: mixed
# Customize the auto start feature of Tumble; players can be up to 8
autoStart:
enabled: false
players: 2
# Hides player join/leave messages in public chat
hideJoinLeaveMessages: false
# 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 place that the winner is teleported after a game ends
# Keep in mind that these coordinates cannot be zero! The teleport will fail if any of them are; use something like 0.5 instead
winnerTeleport:
x:
y:
z:
# The plugin will populate these fields automatically
lobbyWorld:
gameWorld:
|