Requires Cartographer 2.14.5 or newer
Residence
This module provides support for Residence. Show all the residence claims on the minimap!
Important Notes
- This does not add icons for players
- Show Residence claims
Code (YAML):
## Residence Module for Cartographer 2
##
## You'll need to use some other module for managing player cursors
## Residence doesn't have any relationship between players.
## Also, the API is a pain to work with and I'd rather not.
# Colors for claims
colors :
# The color of claims that are owned by the player
owner : "0x00FF00"
# The colors of each claim, depending on what flags are set for the player
# The module attempts to find the first matching group of flags
# You can choose to skip the "include" or "exclude" lists, or leave them as []
claims :
-
color : "#0000FF"
include :
- "use"
- "tp"
- "build"
- "destroy"
- "container"
- "move"
- "leash"
- "animalkilling"
- "mobkilling"
- "shear"
- "chat"
- "beacon"
exclude : [ ]
-
color : "#FFFF00"
include :
- "move"
exclude : [ ]
-
color : "#FF0000"
include : [ ]
exclude :
- "move"
##
## You'll need to use some other module for managing player cursors
## Residence doesn't have any relationship between players.
## Also, the API is a pain to work with and I'd rather not.
# Colors for claims
colors :
# The color of claims that are owned by the player
owner : "0x00FF00"
# The colors of each claim, depending on what flags are set for the player
# The module attempts to find the first matching group of flags
# You can choose to skip the "include" or "exclude" lists, or leave them as []
claims :
-
color : "#0000FF"
include :
- "use"
- "tp"
- "build"
- "destroy"
- "container"
- "move"
- "leash"
- "animalkilling"
- "mobkilling"
- "shear"
- "chat"
- "beacon"
exclude : [ ]
-
color : "#FFFF00"
include :
- "move"
exclude : [ ]
-
color : "#FF0000"
include : [ ]
exclude :
- "move"
- residence_show_claims - Show the residence claims on the minimap
- Download the jar
- Place in /plugins/Cartographer2/modules/
- Load with command /cartographer module load ResidenceAddon-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] Residence is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 291 times (via Spigot). Download it and open it directly in the game.