Skip to content

Commands Admin

Technofied edited this page Apr 4, 2026 · 1 revision

← Home

Commands: Admin

Staff create or register WorldGuard regions and run maintenance commands. Each subcommand checks a specific permission (Permissions).

Make a WorldEdit selection

Select both corners (cuboid) or all corners (poly) with your WorldEdit wand first.

Leasehold

Creates the WorldGuard region and registers it as a rental:

/realty create leasehold <name> <price> <period> <maxextensions> [--landlord <player>]

Freehold

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>.

Register a region that already exists in WorldGuard

Leasehold

/realty register leasehold <price> <period> <maxextensions> [--landlord <player>] [region]

Freehold

/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.

Other maintenance commands

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

Clone this wiki locally