Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
Changelog
Regions
Created with command: /wallregion define <name>
Permission required: ultimatewall.region.define
Definition logic:
Creates a cuboid region around the executing player.
Uses the values from config:
shape-walls.corner1-x/y/z
shape-walls.corner2-x/y/z
Region bounds are calculated relative to the player’s location.
Each region has a unique name.
Persistence:
Saved in config.yml under regions.<regionname>.
Includes:
World
minX/minY/minZ
maxX/maxY/maxZ
Flags
Removal:
Regions within 10 blocks of a player can be removed using:
/wallremove
With permission: ultimatewall.remove.others
🚩 Region Flags
Set with command: /wallflags <regionname> <flagname> <true|false>
Permission required: ultimatewall.region.flags
Stored per-region: All flags are stored under: regions.<regionname>.flags.<flagname>
Available Flags:
Flag Name Default Description allowblockbreak true Whether players can break blocks inside the region allowblockplace true Whether players can place blocks inside the region allowplayerpass true Whether players can enter the region (blocks movement if false)
Bypass: Players with the ultimatewall.bypass permission ignore all flags.



