Skip to content

Configuration

pop4959 edited this page Sep 10, 2022 · 9 revisions

Configuration

# Config version, used internally for auto-updating the config. Do not edit this.
version: 1
# Configuration for world borders.
border-options:
  # How often, in ticks, players are checked for being outside of the world border.
  check-interval: 20
  # The message that is shown to players when they go outside of the world border.
  message: "&cYou have reached the edge of this world."
  # Should the message be displayed in the action bar, or in regular chat?
  use-action-bar: true
  # The effect to display when players go outside of the world border.
  # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
  effect: ender_signal
  # The sound to play when players go outside of the world border.
  # https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
  sound: entity_enderman_teleport
  # Should mob spawning occur past the world border?
  prevent-mob-spawns: false
  # Should ender pearls work at all past the world border?
  prevent-enderpearl: false
  # Should chorus fruit work at all past the world border?
  prevent-chorus-fruit: false
  # Whether the server-side particle border visualizer is active.
  visualizer-enabled: false
  # The distance from the player that particles will be spawned when approaching the border.
  # Setting this to a high value may cause lag for players with slow internet due to the number of particles.
  visualizer-range: 8
  # The color of the particles spawned by the border visualizer.
  visualizer-color: 20A0FF
# Configuration for map integrations, including BlueMap, Dynmap, and Squaremap.
map-options:
  # Whether specific integrations should be loaded.
  enable:
    bluemap: true
    dynmap: true
    squaremap: true
  # The label displayed in map UIs and when clicking on the border.
  label: "World Border"
  # Whether the border should be shown in the UI by default (if supported).
  hide-by-default: false
  # The hexadecimal color code of the world border shown on the map.
  # For help with this, visit a site like https://www.color-hex.com/
  color: FF0000
  # The line weight of the border (if supported).
  weight: 3
  # The line priority of the border (if supported).
  priority: 0
Clone this wiki locally