blob: 6c5e0a6401f4459604e2604d1c1eba3df1a6b2ef (
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
25
26
27
28
29
30
31
32
|
# Hides join/leave messages in public chat
# Default is true
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 mixed
gameMode: mixed
# Customize the auto start feature of Tumble
# Defaults are disabled and two players
# Players can be up to 8
autoStart:
enabled: false
players: 2
# 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.
# These are optional values--defaults are nothing
winnerTeleport:
x:
y:
z:
# 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
lobbyWorld:
gameWorld:
|