Description:
Area Ward is a server-side protection mod. There are no items to craft — everything is managed through commands.
/areaward create myregion <x1 y1 z1> <x2 y2 z2>/areaward list to see all active wards, or /areaward here to check if your current position is protected.Area Ward lets server operators define named cuboid regions — called wards — where non-operator players cannot modify blocks. Wards persist through server restarts and cover breaking, placing, and right-click interactions (such as opening blocks or placing items against a surface). Operators bypass all protections automatically.
/areaward for creating, removing, and inspecting wards.| Command | Description |
|---|---|
/areaward create <name> <from> <to> | Create a new ward between two block positions. |
/areaward remove <name> | Delete an existing ward by name. |
/areaward list | List all wards, their bounds, and which dimension they are in. |
/areaward here | Check whether your current position is inside any ward. |
/areaward check <pos> | Check whether a specific block position is inside any ward. |
/areaward help | Display a summary of all commands. |
Positions follow standard Minecraft block coordinate syntax, including relative (~) coordinates. The two corners (<from> and <to>) can be any two opposite corners of the box — the mod automatically figures out the minimum and maximum bounds.
Ward names are case-insensitive and trimmed to lowercase when stored. Each name must be unique.
Non-op players cannot create or remove wards, but can use /areaward list, /areaward here, and /areaward check <pos> to inspect which areas are protected. If a player tries to break or place a block — or right-click — inside a ward, they receive a chat notification naming the ward that blocked the action.
/areaward here while exploring your build to quickly confirm coverage before opening the server to players./areaward check <pos> to verify specific block coordinates are protected — useful for double-checking borders.spawn, market, arena_north) to keep your /areaward list readable.This mod is licensed under the CreativeMode Mods License.