Quarters

Quarters enhance the towns and plots system by enabling the creation of apartments. Unlike standard plots, which are confined to a chunk grid and require managing permissions for an entire chunk, Quarters allow for dynamically sized, customizable cuboids with permission control.

Creating a quarter

To create a quarter, you must first be a Mayor or a Councillor. Using a flint as your selection wand, right-click two opposite corners to define the area. While holding the wand, a cuboid outline will visually preview your selection.

Once the area is selected, you have two choices. For a simple quarter, just run /q create. To build a more complex, custom shape, use /q selection add to combine multiple cuboids. You can add as many as you like, provided they meet the following requirements.

Requirements

The following requirements apply to all quarters:

  • Must be completely within a single town.

  • Cannot contain any wilderness.

  • Cannot overlap another quarter.

  • Must be within the world's height limits.

Quarters are automatically deleted if these conditions are broken later (e.g., if the said townblock is unclaimed).

Permissions

Manage quarter permissions for residents, nations, allies, and outsiders using /q set. For example, to allow allies to build, you'd use /q set build ally true. To grant someone full building access without command permissions, use the /q trust add command.

Quarter permissions take priority over underlying plot permissions allowing for more precise control.

Quarter types

The "Apartment" type serves as the base for all other quarters. Specialized types like "Inn" or "Station" add extra functions to this foundation. A Mayor or Councillor can change a quarter's specialization with the command /q set type [type]

Quarter Type
Description

Apartment

The default quarter type. The owner, trusted users, those with perms in the quarter, and those with permissions in the underlying town plot can alter this quarter type.

Inn

Allows players to use beds inside the quarter.

Station

Allows players to use vehicles like boats and minecarts inside the quarter.

Don't forget that making a quarter available to town outsiders requires you to set it as an embassy with the /q toggle embassy command.

Sell or buy quarters

To sell a quarter, stand inside it and use /q sell [price]. A buyer can then purchase it by standing within its bounds and using /q claim. To sell to someone outside your town, you must first make the quarter an embassy with /q toggle embassy. Note: If the quarter's embassy status is later removed, any non-resident owner will automatically lose ownership.

Commands

Command
Action

/q claim

Claim a quarter that is for sale.

/q create

Turn a selected area into a quarter.

/q delete

Delete the quarter you are currently standing in.

/q delete plot

Delete all quarters in the plot you are standing in.

/q evict

Evict the owner of the quarter you are standing in.

/q edit

Command method to edit your quarter with the addselection or remove arguments

/q here

View information about the quarter you are standing in.

/q pos

Command bypass to set positions without a wand.

/q selection add

Adds a selected cuboid to your current selection.

/q selection clear

Remove all your currently added cuboids

/q selection copy

Copy your currently added cuboids relative to your position

/q selection paste

Paste your currently copied cuboids

/q set name [name]

Set a quarter's name to display on /q here

/q set perm

Manage a quarter's permissions, they can be viewed on /q here

/q set particlesize

Set specific quarter particle size for the quarter you stand in. If not within quarter, command sets default particle size for all quarters.

/q remove

Removes the cuboid you are standing in from your current selection.

/q sell [price]

Put a quarter up for sale with the specified price.

/q toggle embassy

Toggle a quarter's embassy status on or off.

/q toggle entryblinking

Toggle quarter border blinking. Good alternative if you don't want all outlines to be shown at all times.

/q toggle constantoutlines

Turn on or off particle outlines appearing constantly

/q toggle entrynotifications

Enable or disable notifications in chat when you enter a quarter

/q toggle sellondelete

Enable or disable quarters being sold automatically when their owner is deleted

/q trust add

Add a resident as trusted in a quarter, granting them the same permissions as the owner.

/q trust remove

Remove a resident's trusted status in a quarter.

/q trust clear

Remove all trusted residents from a quarter.

/q type [type]

Change a quarter's type to the specified category.

/q unclaim

Relinquish ownership of a quarter.

/q set colour

Change a quarter's particle outline colour. The arguments are an RGB colour.

/q wand

Receive a free wand for one-time use

/q set entrynotifications chat/hotbar

Toggle how quarter entry notifications are displayed. Default is hotbar.

Last updated