MarwCore/resources/borders.yml

22 lines
723 B
YAML
Raw Permalink Normal View History

2018-09-04 01:58:20 +02:00
# Here you can specify the world limits, defining them either by the center of the allowed
# region and its dimensions or two or more points inside the required area that will be
# automatically sized accordingly (to contain every single point). You can also specify both.
# Coordinates are encoded in X,Y order.
#world: # -500 -500, 500 500
2018-09-03 20:01:59 +02:00
# points:
2018-09-04 01:58:20 +02:00
# - 500 500
# - -500 -500
#flatroom: # -250 -250, 250 250
# center: 0 0 # <
# radius: 200 # < the only working size-related settings
# size: 500 500
# warningdist: 5
# warningtime: 15
# damage: 0.2
# buffer: 5
#event: # -250 -250, 600 550
# center: 0 0
# size: 500 500
# points:
# - 600 550
# - 350 200