- YAML Configuration
- Simple and performant GUI interface.
- Flag Toggling by GUI.
- Console Commands also Supported.
- Bypass any Region Flag with Permissions
- Create, Import, Unload and Manage Worlds with commands and GUI.
-
Default Command:
- Command:
/realregions
or/rr
- Function: Displays plugin information, such as the plugin name and version.
- Command:
-
Reload Command:
- Command:
/realregions reload
or/rr reload
- Permission:
realregions.admin
- Function: Reloads the configuration files and updates the plugin settings.
- Command:
-
Worlds Command:
- Command:
/realregions worlds
or/rr worlds
- Permission:
realregions.admin
- Function: Lists all registered worlds and their load status. If executed by a player, opens a graphical menu to view and manage worlds.
- Command:
-
Create Command:
- Command:
/realregions create <name>
- Permission:
realregions.admin
- Function: Allows a player to create a region by selecting a WorldEdit region. The region is then created and associated with the specified name.
- Command:
-
Create World Command:
- Command:
/realregions createw <name> <worldtype>
- Permission:
realregions.admin
- Function: Creates a new world with the specified name and world type.
- Command:
-
Region Command:
- Command:
/realregions region <name>
or/rr reg <name>
- Permission:
realregions.admin
- Function: Displays detailed information about the specified region. If executed by a player, opens a graphical menu to manage the region.
- Command:
-
World Command:
- Command:
/realregions world <name>
or/rr w <name>
- Permission:
realregions.admin
- Function: Displays detailed information about the specified world. If executed by a player, opens a graphical menu to manage the world.
- Command:
-
Teleport World Command:
- Command:
/realregions tp <name>
- Permission:
realregions.admin
- Function: Teleports the player to the specified world.
- Command:
-
Teleport Region Command:
- Command:
/realregions tpr <name>
- Permission:
realregions.admin
- Function: Teleports the player to the specified region.
- Command:
-
View Command:
- Command:
/realregions view <name>
- Permission:
realregions.admin
- Function: Toggles the visibility of region boundaries for the specified region.
- Command:
-
Unload Command:
- Command:
/realregions unload <name>
- Permission:
realregions.admin
- Function: Unloads the specified world.
- Command:
-
Load Command:
- Command:
/realregions load <name>
- Permission:
realregions.admin
- Function: Loads the specified world.
- Command:
-
Unregister Command:
- Command:
/realregions unregister <name>
- Permission:
realregions.admin
- Function: Unregisters the specified world from the plugin.
- Command:
-
Import Command:
- Command:
/realregions import <name> <worldtype>
- Permission:
realregions.admin
- Function: Imports a world with the specified name and world type.
- Command:
-
Delete Region Command:
- Command:
/realregions delete <name>
or/rr del <name>
- Permission:
realregions.admin
- Function: Deletes the specified region.
- Command:
-
Entities Command:
- Command:
/realregions entities <name>
or/rr ents <name>
- Permission:
realregions.admin
- Function: Displays a graphical menu showing entities present in the specified world.
- Command:
-
Delete World Command:
- Command:
/realregions deleteworld <name>
or/rr delw <name>
- Permission:
realregions.admin
- Function: Deletes the specified world.
- Command:
-
Players Command:
- Command:
/realregions players <name>
or/rr plrs <name>
- Permission:
realregions.admin
- Function: Displays a graphical menu showing players present in the specified world.
- Command:
RealRegions requires WorldEdit or FAWE to work.
RealRegions offers an API via the RealRegionsAPI.java class. It can be obtained as follows:
var realRegionsAPI = RealRegionsAPI.getInstance()
realRegionsAPI.getRegionManagerAPI()
realRegionsAPI.getWorldManagerAPI()