diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2024-06-27 02:40:06 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2024-06-27 02:40:06 -0400 |
commit | 02cc74cc5ac06a69ec59d6277234ce69031402f4 (patch) | |
tree | e213f687ac5fb5731fa7f2ed7420c54028c919b4 /src/main/resources/arenas.yml | |
parent | d849ab8d085675715622dcef212d32239eb5d4bb (diff) | |
download | Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.tar.gz Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.tar.bz2 Tumble-02cc74cc5ac06a69ec59d6277234ce69031402f4.zip |
overhaul command and config formats (again)
Diffstat (limited to 'src/main/resources/arenas.yml')
-rw-r--r-- | src/main/resources/arenas.yml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/main/resources/arenas.yml b/src/main/resources/arenas.yml new file mode 100644 index 0000000..7b902be --- /dev/null +++ b/src/main/resources/arenas.yml @@ -0,0 +1,23 @@ +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 |