WorldGuard ExtraFlags Plus
An advanced WorldGuard extension that adds over 30+ extra region flags for full control of player behavior, teleportation, and region rules — featuring Folia support, item blocking (Mace, Firework, Wind Charge, Totem), and fully customizable messages.
Folia Ready | ⚙️
Custom Messages |
Permit Mace, Totem, Trident & More
️
XP-Based or PlaceholderAPI (integer output) based region entry limits
Key Features
- ✅ Folia support – fully compatible with async region handling
- ️ New flag: permit-completely – blocks all usage of specified items (MACE, FIREWORK_ROCKET, WIND_CHARGE, TOTEM_OF_UNDYING, TRIDENT))
- ️ New flags: entry-min-level / entry-max-level – restrict entry by XP level or PlaceholderAPI values
- Customizable messages via messages.yml (disable, recolor, or use placeholders)
- Message cooldown system – prevents spam (default: 3 seconds)
- New flag: villager-trade – control villager trading in regions
- New flag: disable-collision – disable player collision in regions
- PlaceholderAPI Chat Integration – chat prefix/suffix supports PlaceholderAPI placeholders
- New flags: allow-block-place / deny-block-place / allow-block-break / deny-block-break – fine-grained block placement and breaking control
About
WorldGuard protects land by defining regions.
WorldGuard ExtraFlags Plus extends it with even more customization — adding powerful flags that modify gameplay, teleportation, commands, and behavior within regions.
Included Flags (30+)
Here’s a quick overview — all managed with standard WorldGuard flag commands.
Code (Text):
teleport-on-entry / teleport-on-exit
command-on-entry / command-on-exit
console-command-on-entry / console-command-on-exit
walk-speed / fly-speed
keep-inventory / keep-exp
chat-prefix / chat-suffix
godmode / blocked-effects
respawn-location / worldedit / give-effects
fly / play-sounds / frostwalker / nether-portals / glide (elytra-blocker)
chunk-unload / item-durability / join-location
permit-completely / entry-min-level / entry-max-level
villager-trade / disable-collision
allow-block-place / deny-block-place / allow-block-break / deny-block-break
New in Plus:
Code (Text):
permit-completely
entry-min-level
entry-max-level
villager-trade
disable-collision
allow-block-place / deny-block-place / allow-block-break / deny-block-break
Usage
Use the WorldGuard region flag commands as usual — all ExtraFlagsPlus flags integrate natively.
Code (Text):
/rg flag spawn permit-completely MACE
/rg flag spawn permit-completely MACE,FIREWORK_ROCKET
/rg flag spawn permit-completely clear (especially for inherited child regions)
/rg flag dungeon entry-min-level 20 XP
/rg flag dungeon entry-min-level 40 %battlepass_tier%
/rg flag spawn villager-trade deny
/rg flag spawn disable-collision true
/rg flag spawn allow-block-place STONE,COBBLESTONE,GRASS_BLOCK
/rg flag spawn deny-block-place TNT,LAVA_BUCKET
/rg flag spawn allow-block-break STONE,COBBLESTONE
/rg flag spawn deny-block-break BEDROCK,SPAWNER
/rg flag spawn chat-prefix "&7[%vault_rank%] "
/rg flag spawn chat-suffix " &7[%player_level%]"
Version Compatibility
| 1.20 – 1.21.10 |
7.0.13+ |
4.3.6+ |
✅ Active |
| 1.7 – 1.19 |
Older |
- |
❌ No support |
Message Customization
All plugin messages live in
plugins/WorldGuard/messages.yml.
- Edit freely to match your style
- Use placeholders: {required}, {current}, {item}
- Supports color codes: &c, &7, etc.
- Disable messages with ""
- Reload instantly using /wgefp reload or /wg reload
Authors
- ExtraFlags Plus Developer: tins
- Original ExtraFlags Author: isokissa3
Image Section
⭐ If you like this project, give it a star on
GitHub