diff options
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/config.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 8413843..b81d268 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -33,7 +33,7 @@ winner-lobby-spawn:  # Keep in mind that these coordinates cannot be zero! Use something like 0.5 instead  arenas:    'test': -    x: 0.5 -    y: 60 -    z: 0.5 +    x: 100 +    y: 100 +    z: 100      world: world
\ No newline at end of file  | 
