-
Notifications
You must be signed in to change notification settings - Fork 3
Commands Admin
Technofied edited this page Apr 4, 2026
·
1 revision
Staff create or register WorldGuard regions and run maintenance commands. Each subcommand checks a specific permission (Permissions).
Select both corners (cuboid) or all corners (poly) with your WorldEdit wand first.
Creates the WorldGuard region and registers it as a rental:
/realty create leasehold <name> <price> <period> <maxextensions> [--landlord <player>]
Creates the WorldGuard region and registers it as freehold. Price and owners are optional flags, not fixed arguments:
/realty create freehold <name> [--price <price>] [--titleholder <player>] [--authority <player>]
Use Duration format for <period>.
/realty register leasehold <price> <period> <maxextensions> [--landlord <player>] [region]
/realty register freehold [--price <price>] [--titleholder <player>] [--authority <player>] [region]
If you don’t include [region], Realty uses the WorldGuard region you are standing in when it can.
| Command | What it does |
|---|---|
/realty delete <region> [true] |
Removes the plot from Realty. Enter true after the region name to also remove the WorldGuard region (realty.command.delete.includeworldguard). |
/realty reload |
Reloads settings, profiles, and messages; not database.yml. |
/realty version |
Returns the Realty version you are running. |
Related pages: Commands: Management · Subregions