Skip to content

WorldGuard

ItsAZZA edited this page Nov 3, 2020 · 1 revision

Introduction

WorldGuard is a powerful plugin to create manageable regions on your Realm. These regions are powerful tools restricting and allowing players to do certain actions such as building. This Wiki was created to explain you how to use it on our Realms.

Regions

You can imagine regions just as plots on our Creative server. They are areas, where you can manage different kind of flags and permissions. Flags are like rules for your area: e.g. you can define whether fall damage is enabled or ice is able to melt.

Creating a region

To create a region you need to select an area with WorldEdit. We suggest expanding the area from bedrock to build limit which you can do with //expand vert

Once you have selected the area you want, you can use the command /rg create <name>. This will create a region with the name you provided. The name will be used as the region ID later.

Managing regions

Once you have created your region, you might want to redefine the region area. You can do this with /rg redefine <regionID>. This will take your current selection and set the region area to that.

Managing region members

By default, players who are not added to a region cannot build or WorldEdit in it. You can add a member with /rg <regionID> addmember <player> and remove one with /rg <regionID> removemember <player>. You can also use the Region Menu in Polarbear.

To delete a region you have created, use /rg remove <regionID>. This will remove the region and its settings. It won't remove anything in the world.

Region Flags

Flags?! Coming soon.

Region Menu

The Region Menu is a custom feature in BuildCraftia Realms, which lets you easily manage your regions. You can add & remove players and manage your flags. You can access this menu with /regionmenu [regionID] (aliases: /rgmenu, /rgm) as a Realms Owner. If no value is passed for regionID the menu will show you the regions you are currently in.

Once you have selected your region, you'll open the edit menu where you can select between Member (playerhead) and Flag (paper) editor. The member menu will allow you to manage the region members and the flag the boolean (true, false, none) flags.

Main Menu

Member Editor

The Member Editor lets you manage your region members. Just a warning, if there are a lot of members in your region the menu might work slowly since it's fetching all the player skins.

To add a new player, click the green concrete in bottom right. This will open a new menu with all online players who are not yet added to this region. You can add the player to the region by clicking their playerhead.

To remove a region member, just click their head in the menu.

Member Editor

Flag Editor

The Flag Editor lets you easily change your region's boolean flags. There are also other type of flags which are yet to be implemented into the editor. To scroll through all the flags, use the green glass panes to the right.

You can check a flag's value by hovering over it and to change the value just click it! A new menu will open where you can set the flag's value to ALLOW, DENY and NONE. To reset all flag values to default, click the yellow concrete.

Clone this wiki locally