Residence
Residence is a protection system that players can use to protect their areas. The plugin is complex but allows incredible flexibility and fine-tuning depending on your needs. This tutorial will guide you on how to use it.
Residence Info
You can access the plugin's help menu at any time by using /res ?. To know the cost and limits of your residence, use /res limits. The price is set at $0.02 per block, and refunds are set at $0.01 per block. This brings the minimum residence creation of a 5x5x1 (x z y) area to a total of 50 cents.
Protections only persist as long as players are active on the server. If you are inactive more than 60 days the plugin will automatically reclaim the area for the server. Your builds will not be deleted, but protections will. You can bypass this auto-cleanup by supporting the server.
For the purposes of this tutorial (and our wiki in general), square brackets "[" and "]" indicate a required argument, parentheses "(" and ")" indicate an optional argument, while a pipe "|" between options "[a|b]" indicates that you must use either a or b. With the exception of the slash "/" do not include any special characters in the commands unless explicitly indicated.
Residence Creation
To create a residence, you need to first select the area you want to protect. You can do this using two methods, using a stick or using coordinate radii. Once you have your selection, you can adjust it using the expand or contract commands until the area matches what you want to protect. To confirm the creation of your residence, type /res create [resname], where [resname] is a globally unique name without spaces or special characters, e.g. /res create cesarsawesomebuild.
Method One: Use a Stick

To select a cuboid area in Minecraft, imagine a cube around the desired area with 8 corners. Identify two corners: "position one" on the bottom left of the front side, and "position two" on the top right of the back side. Using a stick. left-click the block at position one and right-click the block at position two. Since you cannot select air or liquid, place blocks in these corners if needed. Adjust your selection as necessary by left-clicking a new position one or right-clicking a new position two. Together these two points can determine the outline of the entire area. See the image to the right for an illustration.
Keep in mind that the y-level is not automatically included in residence creation. Your selection must include height. |
Method Two: Use Coordinate Radii
- Stand where the exact center of the residence will be.
/res select X Y Z
Your feet are the center block, so X, Y or Z = the radius of blocks along the X, Y or Z axis from your feet. e.g: /res select 10 5 10 = a selection size of 21 11 21. 10 blocks east, 10 west, 1 block in the center, 5 blocks above your feet, 5 blocks below your feet and 1 block where your feet are.
Adjust the Selection (for either method)
- To select from sky to bedrock, type /res select vert.
- To expand the selection, look in the desired direction and type
/res select expand #(replace # with the number of blocks). - To contract the selection in the direction you're looking, use
/res select contract #.
A helpful tip is to select a 3x3 area at your feet with the stick, then use expand commands until you have the desired area.
Once you have the desired area selected you can type /res select cost to see the size and price or type /res create [resname] to confirm your selection with a unique name like /res create cesarsawesomebuild (no spaces or special characters).
Create Subzones

Create subzones within your residence to have areas with their own flags and teleport location. These can be used for different purposes such as renting out apartments, restricting or allowing mob spawning in specific parts of your residence, or having multiple teleport locations within your build. To set up a subzone, use the selection methods described above and type /res subzone [subzonename] to create. This is a free feature!
Set Your Teleport
Every residence has a teleport point, by default usually the center block but can be anywhere the plugin feels like at the time. You can customize your teleport location by standing at the desired location within the residence and typing /res tpset. Note that half-slabs can make this a little buggy, so try to keep these to full block levels. To use this teleport you can then type /res tp [resname]. Anyone that you add to your residence will also be able to use this teleport, or you can make it public by typing /res set tp true. Anyone can then teleport to that location by using the same /res tp [resname] command. Subzones can be accessed with /res tp [resname.subzonename].
Stuck?!
Sometimes after teleporting to a residence, you may find yourself stuck in an awkward location like someone's secret diamond vault or dungeon sling. Just use /res unstuck and don't speak of it. Ever.
Get Residence Info
/res info - check permissions/details of the residence you are currently in
/res info [resname] - check permissions/details of the specified residence
/res list - list the residences you own.
/res list # - list residences by page number (if you have more than one page of listings)
/res sublist - list all subzones in current residence
Residence Modification
Modify the Area
To change the size of your entire residence after it has been created, use the following commands while standing in the residence.
/res expand [#] - expands the residence in the direction you are facing by the specified amount. Note that this will immediately commit the expansion and charge your account for the associated cost.
/res contract [#] - contracts the residence from the direction you are facing by the specified amount. Again, this is a one-step modification and the changes will be immediate.
If you would like to see how much it would cost to expand your residence before you commit to the expansions, we'll need to use a different method:
- First select the physical area of the residence by using
/res select residence [resname] [areaname]. The area here is usually just "main". - Next use the expansion command
/res select expand [#]until you've selected the desired area (here you can also use/res select vertto select everything from bedrock to sky—but this gets expensive fast). - Now you can use
/res select costto see what the cost of the entire selection would be. Note that this is the cost of the entire selection—not the cost of the expansion. If you remember the original cost of your residence you can subtract that from this new amount to get the cost of the expansion. The plugin will not otherwise charge you twice for the area you've already purchased. - To commit your changes and purchase the additional blocks use
/res area replace [resname] [areaname](again, where [areaname] is typically "main").
Modify Your Flags
Residences have customizable flags that allow players to control activities within the residence, including subzones. These flags can be modified using the GUI or commands. Some flags, such as animalkilling, build, container, firespread, and creeper, usually default to "false". To revert all flags to their defaults, use /res reset [resname].
Note that some flags are nested within others to allow for fine-tuning of permissions. For example, the "button" flag is nested under "redstone" which is itself nested under "use". The parent flag usually overrides the child if the child flag is set to "removed" (with some exceptions noted in the flags). To allow visitors to push a button but not flip levers, set "use" to true, "button" to true, and "lever" to false.
The commands are divided into two sets:
- To set flags for the entire residence and everyone inside it:
- Type
/res set (resname)to access the GUI - Or use
/res set (resname) [flagname] [true|false|removed]to use the commands. - Including the (resname) is optional if you are inside the residence. However, attempting to run the command while standing outside of the residence without including the (resname) will result in an "Invalid Residence" error.
- Type
- To set flags for specific subzones (if not standing inside them) you'll want to use
/res subzone (resname.subzonename) [flagname] [true|false|removed].
Add Your Friends
You can also set specific flags for individual players, also with the GUI or with commands.
- To set flags for specific players:
- Type
/res pset (resname) [username]to access the GUI. - Or use
/res pset (resname) [username] [flagname] [true|false|removed]to use the commands. - Again, you are able to do these commands without including (resname) if you are inside the residence, but you'll still need to include the [username].
- This is where you can set the "trusted" flags for your friends by using
/res pset CesarMC13 trusted true. - A similar command exists to add trusted players through
/res padd (resname) [username], but this grants an unusually high level of access so only use it when you explicitly trust someone with full control over the things in your area. Rather, we recommend using the trusted flag described above in conjunction with additional fine-tuning through the pset command whenever necessary.
- Type
To quickly edit existing flags for a player in your residence, use the /res info command and click on their username to bring up the pset GUI for that player. If there are more than 5 players added to a residence and the names are not included in the info list, you can use the -players flag on the command, i.e. /res info (resname) -players to bring up the full list, then click the desired username from there.
Remove Your Friends
To quickly remove players from your residence use /res pdel (resname) [username]. This command will only remove any explicitly set permissions for the user, and their permissions will otherwise revert to your current global residence settings applied to all users (set with /res set). To instead deny a specific user access to certain flags beyond your normal residence settings you would need to use the pset command described above.
List of Flags
List of flags:
- admin - Gives a player permission to change flags on a residence
- anchor - Allows or denys respawn anchor usage
- animalfeeding - Allows or denys animal feeding
- animalkilling - Allows or denys animal killing
- animals - Allows or denys animal spawns
- anvil - Allows or denys interaction with anvil
- beacon - Allows or denys interaction with beacon
- bed - Allows or denys players to use beds
- boarding - Allows or denys animal boarding in residences
- brew - Allows or denys players to use brewing stands
- brush - Allows or denys block brushing
- bucket - %second_comment_from_above%
- bucketempty - %second_comment_from_above%
- bucketfill - %second_comment_from_above%
- build - Allows or denys building
- burn - Allows or denys Mob combustion in residences
- button - Allows or denys players to use buttons
- cake - Allows or denys players to eat cake
- canimals - Allows or denys custom animal spawns
- chat - Allows to join residence chat room
- chorustp - Allow or disallow teleporting to the residence with chorus fruit
- container - Allows or denys use of furnaces, chests, dispensers, etc...
- coords - Hides residence coordinates
- copper - Allows to modify copper blocks
- coraldryup - Allow or deny all corals from drying up
- craft - Gives table, enchant, brew flags
- creeper - Allow or deny creeper explosions
- damage - Allows or denys all entity damage within the residence
- decay - Allows or denys leave decay in the residence
- destroy - Allows or denys only destruction of blocks, overrides the build flag
- diode - Allows or denys players to use redstone repeaters
- door - Allows or denys players to use doors and trapdoors
- dryup - Prevents land from drying up
- dye - Allows or denys sheep dyeing
- egg - Allows or denys interaction with dragon egg
- enchant - Allows or denys players to use enchanting tables
- enderpearl - Allow or disallow teleporting to the residence with enderpearl
- explode - Allows or denys explosions in residences
- fallinprotection - Protects from blocks falling into residence
- fireball - Allows or denys fire balls in residences
- firespread - Allows or denys fire spread
- flow - Allows or denys liquid flow
- flowerpot - Allows or denys interaction with flower pot
- flowinprotection - Allows or denys liquid flow into residence
- goathorn - Allows or denys goat horn usage
- golemopenchest - Allow or deny golem open chest
- grow - Allows or denys plant growing
- harvest - Allows harvesting
- honey - Allows or denys players to get honey
- honeycomb - Allows or denys players to get honeycomb
- hook - Allows or denys fishing rod hooking entities
- hotfloor - Prevent damage from magma blocks
- iceform - Prevents from ice forming
- icemelt - Prevents ice from melting
- ignite - Allows or denys fire ignition
- itemdrop - Allows or denys item drop
- itempickup - Allows or denys item pickup
- lavaflow - Allows or denys lava flow, overrides flow
- leash - Allows or denys aninal leash
- lever - Allows or denys players to use levers
- monsters - Allows or denys monster spawns
- nametag - Allows or denys name tag usage
- nanimals - Allows or denys natural animal spawns
- nmonsters - Allows or denys natural monster spawns
- note - Allows or denys players to use note blocks
- phantomspawn - Allows or denys phantom spawning
- piston - Allow or deny pistons from pushing or pulling blocks in the residence
- pistonprotection - Enables or disabled piston block move in or out of residence
- place - Allows or denys only placement of blocks, overrides the build flag
- pressure - Allows or denys players to use pressure plates
- pvp - Allow or deny pvp in the residence
- redstone - %second_comment_from_above%
- respawn - Automaticaly respawns player
- riding - Prevent riding a horse
- sanimals - Allows or denys spawner or spawn egg animal spawns
- shear - Allows or denys sheep shear
- shoot - Allows or denys shooting projectile in area
- shop - Adds residence to special residence shop list
- skulk - Prevents skulk catalyst spreading
- smonsters - Allows or denys spawner or spawn egg monster spawns
- snowball - Prevents snowball knockback
- snowtrail - Prevents snowman snow trails
- spread - Prevents block spreading
- subzone - Allow a player to make subzones in the residence
- table - Allows or denys players to use workbenches
- title - Shows or hides enter/leave message in residence
- tnt - Allow or deny tnt explosions
- tp - Allow or disallow teleporting to the residence
- trade - Allows or denys villager trading in residence
- trample - Allows or denys crop trampling in residence
- trusted - %second_comment_from_above%
- use - Allows or denys use of doors, lever, buttons, etc...
- vehicledestroy - Allows or denys vehicle destroy
- vehicleplacing - Allows or denys vehicle placing
- visualizer - Shows or hides particle visualizer when entering residence
- waterflow - Allows or denys water flow, overrides flow
- witherdestruction - Allows or denys wither block damage
- witherspawn - Allows or denys wither spawning
Copying Flags
A very easy way to set the same flags across your residences is to just use /res mirror [sourceresname] [targetresname]. You must be owner of both residences to do this.
Additional Modification Commands
/res message (resname) [enter|leave] [message]- sets a greeting or farewell message for the area. Per usual, no need to include (resname) if you're targeting the one you're currently in. Use (resname.subzonename) to target subzones./res message (resname) remove [enter|leave]- removes your greeting or farewell message./res rename [OldName] [NewName]- renames a residence. For subzones, OldName must be the full name [resname.subzonename], while NewName is only the new subzone name./res remove [resname]- deletes a residence -- you do receive a 50% refund when you delete your residences./res removeall- deletes all of your residences T_T/res give [resname] [playername]- Gives your residence to another player. Player must be online and you must own the residence.
Marketplace Commands

/res market- displays the plugin help info for this command/res market list- view the list of residences for sale./res market info [resname]- view info on a residence for sale./res lease [renew|cost] [resname]- renew / show the cost of renewing a residence./res market sell [resname] [price]- put a residence up for sale./res market unsell [resname]- stop selling a residence (only if unsold)./res market buy [resname]- buy a residence./res market rentable [resname] [price] [days] [true|false]- make a residence rentable for [days] number of days at a time, at [price] for that time period. If true is used, the residence will be rentable again automatically at the expiration of the current rental period; with false the rental time will expire each period unless manually renewed./res market sign [resname]- use this while targeting a blank sign to automatically create the market sign!/res market rent [resname] [true|false]- rent a residence, if repeat is true the residence will be re-rented upon expire automatically as long as the owner has repeat:t for the rentable./res market release [resname]- remove a residence from rent or rentable status.
Once your res is on the market you can create a sign by simply typing "[market]" (with the brackets but not the quotes) on the first line of the sign and click "done". The sign should auto-populate with all the necessary information!
To use one of these marketplace signs just right-click to purchase or rent, and if already renting you can shift-click to unrent.
NOTE: If you are renting a shop from the mall or from someone else, sometimes the proper perms do not immediately attach and you might not be able to place or break items. If this happens do /res pset [your-username] while standing in the shop to access the flags for yourself. Here you can change place or break to true as needed.
Residence FAQ
Why do I keep getting "invalid residence" errors?
This could be a couple things. First, be sure you're executing the commands correctly and fully. If /res set when used by itself is still giving the error then we recommend checking the boundaries of your residence with /svis res while standing inside the residence or /res show [resname]. The vertical axis is not automatically included in residence creation and forgetting it is a common error, frequently resulting in the residence being created only in the floor, for example. The selection must include height. To correct this, be sure that at least your feet are inside the residence, look up, and use the /res expand [#] commands.
What flags do I need for villager zombification and healing?
The zombification process requires animalkilling, monsters, and nmonsters to all be true. The healing process requires animals and nanimals to be true. We recommend creating a subzone in the area you're working in to prevent monsters from spawning in the rest of your residence, then don't forget to turn monsters and nmonsters off once you've finished to prevent further monster spawns.