aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-07-04 02:45:57 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-07-04 02:45:57 -0400
commit13b5a6bbfb246906caf98c77589718fefa091084 (patch)
treed3e4b9c704bb92b14263e6bdbfbfc1f3e81e145b /src/main/resources
parent8493680d8b53604acf3775ae8176ea6b8a9751a6 (diff)
downloadTumble-13b5a6bbfb246906caf98c77589718fefa091084.tar.gz
Tumble-13b5a6bbfb246906caf98c77589718fefa091084.tar.bz2
Tumble-13b5a6bbfb246906caf98c77589718fefa091084.zip
Fix default config loading and og_guide config
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/arenas.yml25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/main/resources/arenas.yml b/src/main/resources/arenas.yml
index 7b902be..3b755c3 100644
--- a/src/main/resources/arenas.yml
+++ b/src/main/resources/arenas.yml
@@ -1,23 +1,2 @@
-arenas:
- 'test':
- kill-at-y: 5
- game-spawn:
- x: 100
- y: 100
- z: 100
- world: world
- lobby:
- x: 0.5
- y: 100
- z: 0.5
- world: world
- winner-lobby:
- x: 0.5
- y: 100
- z: 0.5
- world: world
- wait-arena:
- x: 0.5
- y: 100
- z: 0.5
- world: world \ No newline at end of file
+# NOTE: Coordinates cannot be zero! Use something like 0.5
+arenas: {} \ No newline at end of file