Skip to content
granny edited this page Feb 13, 2024 · 4 revisions

File Structure

πŸ“Pl3xMap
β”œβ”€β”€β”€ colors.yml
β”œβ”€β”€β”€ config.yml
β”œβ”€ πŸ“layers
β”‚    β”œβ”€β”€ players.yml
β”‚    β”œβ”€β”€ spawn.yml
β”‚    └── worldborder.yml <-- you are here
β”œβ”€ πŸ“locale
β”‚    └── lang-en.yml
β”œβ”€ πŸ“markers
β”‚    └── πŸ“ <world directories>
β”‚           └── <custom marker>
└─ πŸ“web
     └── <webmap files>

worldborder.yml

settings:
  # Shows vanilla world border on the map.
  enabled: true
  layer:
    # Whether the vanilla world border layer control shows up in the layers list or not.
    show-controls: true
    # Whether the vanilla world border layer should be hidden (toggled off) by default.
    default-hidden: false
    # Priority order vanilla world border layer shows up in the layers list.
    # (lower values = higher in the list)
    priority: 30
    # Z-Index order vanilla world border layer shows up in the map.
    # (higher values are drawn on top of lower values)
    z-index: 500
    # How often (in seconds) to update the marker.
    # Setting to 0 is the same as setting it to 1.
    update-interval: 30
  style:
    stroke:
      # Stroke color (#AARRGGBB)
      color: '#FFFF0000'
      # Stroke weight (thickness)
      weight: 3