To protect your base in the no-style world, you need to claim the area it is (going to) be located in. Once you claimed a region, others cannot destroy anything you built in that region or access your chests. Thus, your claimed region is protected against griefing. This documentation shows how the protection system called "worldguard" works and how you can use it, to protect your buildings and how to share them with others.
Contents
Important Note
Once you claimed a region you cannot delete it anymore.
This is going to get you banned:
- Exploiting the region system for harming others.
- Exploiting the region system in general.
Tutorials
W.I.P.
Commands
For entering a command, press "t" on your keyboard and type the command string. Then hit enter to execute the command and read the output.
Region Selection
Command | Description |
---|---|
//pos1 | Selects your current position as the first corner for a new region. |
//pos2 | Selects your current position as the second corner for the new region. |
//expand vert | Expands your selected region from bottom to top of the world. |
Region Management
Command | Description |
---|---|
/rg claim <name> |
Claim the selected region. Note: This command can only work if you have selected a region first and the selected region does not contain another region already claimed by somebody else. Attention: Replace "<name>" with a useful name that does not contain blank spaces! The name must describe that this is your personal region. Regions with names that cannot be traced back to the player owning them are going to be deleted! |
/rg info [name] | Without name: Shows you very useful information about your region, if you are standing on it. Use this command to display region members, flags and the coordinates of your region. With name: By entering the name of your region as an optional parameter, you can see the info for this region without having to stand on it. |
/rg addmember <region_name> <player_name> | Add a member to your region. Replace "<player_name>" with the name of the player you want to add and <region_name> with the target region. Once added, the player is going to be able to build in your region and access all of your chests. So be careful whom you trust! Note: Since this player is only a member, and he does not own the region, he is not going to be able to change its parameters. |
/rg removemember <region_name> <player_name> | Remove a member from your region. Replace "<player_name>" with the name of the player you want to add and <region_name> with the target region. |
/rg resize <region_name> |
Resize a region to the selected region. Replace "<name>" with the region you want to resize. Attention: This command can only work if you have selected a region first and the selected region overlaps with the region you are trying to resize. |