Skip to content

Commit

Permalink
Update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Jan 7, 2022
1 parent 2a864ce commit fb0307a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ sections:
refTop: [ 0, 0, 0 ]
# refBottom should connect to the refTop of the next section.
refBottom: [ 0, 16, 0 ]
#x1, y1, x2, y2
region: [ 0, 0, 1000, 1000 ]
#x1, y1, z1, x2, y2, z2
region: [ 0, 0, 0, 1000, 256, 1000 ]
world: world
- name: section2
refTop: [ 1000, 240, 0 ]
refBottom: [ 2000, 16, 0 ]
region: [ 1000, 0, 2000, 1000 ]
region: [ 1000, 0, 0, 2000, 256, 1000 ]
world: world
# The damage players will take when outside a managed section.
damageOutsideSections: 1.0
Expand Down

0 comments on commit fb0307a

Please sign in to comment.