-
-
Notifications
You must be signed in to change notification settings - Fork 3
Global Regions
A Global Region is a particular type of Region that extends through the entire world. A Global Region has the lowest priority possible, so the global flags will never override a specific Region flag. The Global Regions are stored in config/universeguard/globals/<dimension_name>.json and are separated for dimensions. For MC-Vanilla there are 3 generated Global Regions: DIM1.json (refer to the End dimension), DIM-1.json (refer to the Nether dimension), world.json (refer to the Overworld dimension). These Global Regions can be edited in game by using the /rg global command or outside of the game by editing the json file. On the first world run default flag values will be loaded. These default values can be edited into the config file (see the Config page for more details about the plugin configuration. A Global Region, differently from a regular Region, only stores 3 informations:
world: The dimension this Global Region refer to
flags: The flags of this Global Region (like regular Region flags)
commands: The commands disallowed in this Global Region (like disallowed commands of a regular Region)
You can see in any moments the value of the currently standing Global Region by using the /rg globallist command. If you have permissions you can change the value of a global flag by using the /rg global [flag name] [flag value] command