aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-06-27 02:40:06 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-06-27 02:40:06 -0400
commit02cc74cc5ac06a69ec59d6277234ce69031402f4 (patch)
treee213f687ac5fb5731fa7f2ed7420c54028c919b4 /src/main/resources/config.yml
parentd849ab8d085675715622dcef212d32239eb5d4bb (diff)
downloadTumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.tar.gz
Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.tar.bz2
Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.zip
overhaul command and config formats (again)
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index b13570e..97f0a12 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -3,42 +3,5 @@ hideJoinLeaveMessages: false
# Duration in seconds to wait for more players to join
wait-duration: 15
-# Teleport players somewhere while waiting for the game to start
-# Keep in mind that these coordinates cannot be zero! Use something like 0.5 instead
-wait-area:
- enable: false
- spawn:
- x:
- y:
- z:
- world:
-# Place where everyone is teleported to after a game ends REQUIRED
-# Keep in mind that these coordinates cannot be zero! Use something like 0.5 instead
-lobby:
- spawn:
- x: 0.5
- y: 100
- z: 0.5
- world: world
-# Place that the winner is teleported after a game ends
-# Keep in mind that these coordinates cannot be zero! Use something like 0.5 instead
-winner-lobby:
- enable: false
- spawn:
- x:
- y:
- z:
- world:
-
-# Add/remove as you wish
-# Keep in mind that these coordinates cannot be zero! Use something like 0.5 instead
-arenas:
- 'test':
- kill-at-y: 5
- spawn:
- x: 100
- y: 100
- z: 100
- world: world \ No newline at end of file