forked from Shevchik/WorldGuardExtender
-
Notifications
You must be signed in to change notification settings - Fork 8
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.
-
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'sconfig.ymlshould 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.
-
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.
-
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-
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.tpalso matchesteleport. -
prefixed-search: Match commands that are a prefix of the input, split by spaces, e.g.home bedmatcheshome bed here. -
recheck-ticks: How often to recheck commands list, in ticks. Requires server restart for the changes to take effect.
Allows renaming of the WorldEdit wand given by the //wand command via messages.yml. This wand is deleted when dropped.
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, ordefault(WorldGuard behavior). -
old-pvp-flags: Enables the usage of legacy 1.8 PvP flags.
- Messages are loaded from the
messages/messages_<locale>.ymlfiles. -
serializer: Format parser. Possible values:-
LEGACY(&c) -
LEGACY_SECTION(§c) -
MINIMESSAGE(<red>)
-
-
locale: Localization to load messages from. Supported locales:en,ru.
Sidebar