Update Creating-Residences.md

Formatting again
This commit is contained in:
SickProdigy 2022-10-09 18:35:23 -04:00 committed by GitHub
parent c1d6276aef
commit 794db11b18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ if you are too lazy to select an area by hand or its too complicated to know whe
## Auto Creation
> Automatic creation has a couple of variations by itself. So lets look at the first one.
`#RRGGBB` Auto Creation Method 1
Stand in the middle of your house, ad perform /res auto (resName) (radius) where residence name is optional and if not provided will use players name. A radius is an option too, but you can provide max size of residence you want to create, in case you dont want to spend all of your money. This command will create a residence as big as you can have around you by taking into consideration any residence which would overlap each other.
Another option is to get your new residence by simply placing a chest on the ground for the first time on a server. This should be enabled in the config file and it can give out new tiny free residence or charge player accordingly if needed.
@ -36,14 +38,18 @@ On residence creation, you will become the owner of that land. So you can change
So first things first. If you want to keep it private, disable tp flag with /res set tp false this will prevent anyone else teleporting to your residence while you will have this option, as you are owner after all.
To prevent a player from entering your residence use /res set move false which will prevent movement of other players inside your residence and will prevent teleportation to it.
To prevent a player from entering your residence use /res set move false which will prevent movement of other players inside your residence and will prevent teleportation to it.
## Adding Other Players to Residence
Do you have friends? Not an issue! Simply use /res padd [playerName] while stranding inside a residence, which will add target player to your residence and will give basic permissions, like teleportation to it, permission to use chests, to open doors, to build or destroy blocks. If you no longer want to have this friend as your friend, then simply remove him with /res pdel [playerName]
Each player can have different permissions for each residence. So you can prevent particular players from entering your residence but allow everyone else. For this you can simply use /res pset [playerName] move false while standing inside a residence.
Each player can have different permissions for each residence. So you can prevent particular players from entering your residence but allow everyone else. For this you can simply use /res pset [playerName] move false while standing inside a residence.
You can always double-check who has access to a particular residence with /res info command. This will output permission limitations for residence itself and for each player you have set specific permission nodes.
> You can always double-check who has access to a particular residence with /res info command. This will output permission limitations for residence itself and for each player you have set specific permission nodes.
In case you dont have full trust in someone, but you want to live in the same residence, then you can use subzones. What is subzone? You can think about them as residence inside a residence. Simply use previous methods to select the area inside your residence and perform /res subzone firstSub to create the first subzone with the name of firstSub. This new area can have different flags set to it. So you can give more permission for players in that area, but limit access everywhere else.
In case you dont have full trust in someone, but you want to live in the same residence, then you can use subzones. What is subzone? You can think about them as residence inside a residence. Simply use previous methods to select the area inside your residence and perform /res subzone firstSub to create the first subzone with the name of firstSub. This new area can have different flags set to it. So you can give more permission for players in that area, but limit access everywhere else.
## Expanding Residence
You got rich and you want to expand residence? Well, its as simple as it can get. Simply stand in your main residence area (not subzone) look at the direction you want to expand and perform /res expand [amount] where the amount is how many blocks you want to expand into that direction. After which your residence will update its protection area and you will be charged with an appropriate amount for doing that. The same thing works if you want to shrink its size, the command will be /res contract [amount]