Requires Cartographer 2.14.5 or newer
WorldGuard
This module provides support for WorldGuard. Show the WorldGuard regions on the minimap!
Features
- Show WorldGuard regions in different colors
Code (YAML):
## WorldGuard Module for Cartographer 2
# The various colors for each region
colors :
# Custom color scheme for certain regions, like "spawn"
# The region settings are checked from top to bottom until the first match is found.
# The region name pattern supports regex (https://regexr.com), like "shop-[1-3]" or ".*_admin".
regions:
- pattern : "spawn"
nonmember : "0x408800"
member : "0x408800"
owner : "#00FF00"
- pattern : "shop-[1-3]"
nonmember : "#FF0000"
member : "#00698c"
owner : "#00FF00"
# The default color scheme for regions that aren't specified in the region section
# It supports RGB, hex or an integer
default :
# The color that non-members view regions as
nonmember : "#FFFF00"
# The color that members view the region as
member : "#00FFFF"
# The color that owners view the region as
owner : "#00FF00"
# The various colors for each region
colors :
# Custom color scheme for certain regions, like "spawn"
# The region settings are checked from top to bottom until the first match is found.
# The region name pattern supports regex (https://regexr.com), like "shop-[1-3]" or ".*_admin".
regions:
- pattern : "spawn"
nonmember : "0x408800"
member : "0x408800"
owner : "#00FF00"
- pattern : "shop-[1-3]"
nonmember : "#FF0000"
member : "#00698c"
owner : "#00FF00"
# The default color scheme for regions that aren't specified in the region section
# It supports RGB, hex or an integer
default :
# The color that non-members view regions as
nonmember : "#FFFF00"
# The color that members view the region as
member : "#00FFFF"
# The color that owners view the region as
owner : "#00FF00"
Additional Settings
- worldguard_show_regions - Show WorldGuard regions
- Download the jar
- Place in /plugins/Cartographer2/modules/
- Load with command /cartographer module load WorldGuardAddon-1.0.0.jar
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.8, 1.9, 1.10
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[Cartographer2] [Addon] WorldGuard is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 391 times (via Spigot). Download it and open it directly in the game.