Skip to content

Configuration

Daniil Zao. edited this page Jun 8, 2026 · 6 revisions

Note

For per-group options to work, LuckPerms users might need to set vault-group-use-displaynames to false.

You can find the default configuration in this repository in the resources folder.

claim

  • vertexpand: Auto-expand claim selection from world top to bottom.
  • blocklimits.enabled: Enforce block limits per region.
  • blocklimits.limits: Max region block count per group. Do note that the limit in WorldGuard's config.yml should be higher than specified here. Example:
limits:
  default: 50000
  vip: 200000
  • blocklimits.minimal.volume: Minimal volume (width*height*length).
  • blocklimits.minimal.horizontal: Minimal width and length.
  • blocklimits.minimal.vertical: Minimal height.

regionprotect

  • flow.lava, flow.water, flow.other: Block liquid flow across region borders.
  • fire.spread.toregion: Block fire spreading into a region from outside.
  • fire.spread.inregion: Block fire spread within a region.
  • fire.burn: Prevent fire from destroying blocks.
  • explosion.block: Prevent explosions from destroying blocks.
  • explosion.entity: Prevent explosion damage to entities.
  • explosion.source-detection: Section for player source detection. If source was a member of a region, the protection is disabled.

autoflags

  • enabled: Auto-apply defined flags to new regions.
  • show-messages: Show vanilla WorldGuard messages when setting flags.
  • flags: WorldGuard flag names and values. Example:
flags:
  pvp: deny

restrictcommands

  • enabled: Block certain commands and their aliases inside any WorldGuard region for players who do not have access to that region.
  • commands: Commands to block. Example:
commands:
  - 'sethome'
  - 'tpa'
  • aliased-search: Match commands by their aliases, e.g. tp also matches teleport.
  • prefixed-search: Match commands that are a prefix of the input, split by spaces, e.g. home bed matches home bed here.
  • recheck-ticks: How often to recheck commands list, in ticks. Requires server restart for the changes to take effect.

extendedwewand

Allows renaming of the WorldEdit wand given by the //wand command via messages.yml. This wand is deleted when dropped.

misc

Warning

Both PvP options are deprecated. While they still work, there may be issues per release, as they require manual mimicking and copying of WorldGuard logic. They also require a server restart for the changes to take effect.

  • pvpmode: Default PvP behavior for regions without an explicit flag: allow, deny, or default (WorldGuard behavior).
  • old-pvp-flags: Enables the usage of legacy 1.8 PvP flags.

messages

  • Messages are loaded from the messages/messages_<locale>.yml files.
  • serializer: Format parser. Possible values:
    • LEGACY (&c)
    • LEGACY_SECTION (§c)
    • MINIMESSAGE (<red>)
  • locale: Localization to load messages from. Supported locales: en, ru.

Sidebar

Clone this wiki locally