diff options
author | Myles <mylesandmore9@gmail.com> | 2022-12-07 21:13:33 -0600 |
---|---|---|
committer | Myles <mylesandmore9@gmail.com> | 2022-12-07 21:13:33 -0600 |
commit | c7d259a122ebd8300d84914032e247a5cc4a7f01 (patch) | |
tree | 00fa7092bbb4923bc4a570288918d602e09a43a5 /src/main/resources/config.yml | |
parent | 1a8b11f68e1e8089f5c145e4dc7335c296d5e6a4 (diff) | |
download | Tumble-c7d259a122ebd8300d84914032e247a5cc4a7f01.tar.gz Tumble-c7d259a122ebd8300d84914032e247a5cc4a7f01.tar.bz2 Tumble-c7d259a122ebd8300d84914032e247a5cc4a7f01.zip |
add feature: seperate winning player tp
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index a881556..0f059f2 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -10,6 +10,16 @@ permissionMessage: You do not have permission to perform this command! # Default is mixed gameMode: mixed +# Customize the place that the winner is teleported after a game ends +# This is an optional value +# Default is nothing +winnerTeleport: + # These coordinates cannot be zero! The teleport will fail if any of them are. + # Use something like 0.5 instead. + 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 |