region.yml

# Region restrictions configuration
# Format:
# region_name:
#   world: world_name
#   pos1:
#     x: x_coordinate
#     y: y_coordinate
#     z: z_coordinate
#   pos2:
#     x: x_coordinate
#     y: y_coordinate
#     z: z_coordinate

spawn_area:
  world: world1
  pos1:
    x: -100
    y: 0
    z: -100
  pos2:
    x: 100
    y: 256
    z: 100

Last updated