- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.13
- 1.14
- 1.15
- 1.16
Requires Cartographer 2.14.7 or newer
Lands
This module provides support for Lands. Show all the residence claims on the minimap!
Important Notes
Features
- Not all cursor icons may be available, depending on the Minecraft version!
Config
- Show Lands claims
- Show trusted members of your land
- Show the owners of other lands
- Show the spawn of trusted lands
Additional SettingsCode (YAML):[/SIZE]## Lands Module for Cartographer 2
##
## Hopefully this is good enough
# Determine the icons for each player
# The default visibility can be either FULL or PARTIAL
# FULL means the minimap will not hide the icon even if the location isn't visible on the minimap
icons:
# The icon for the owner of the land the player is standing in
owner:
enabled: true
icon: RED_MARKER BLUE_POINTER GREEN_POINTER
range: 100
default-visibility: PARTIAL
show-name: true
# The icon for the trusted players of the land that the player is standing in
# Only appears if the player is a trusted player of that land
member:
enabled: true
icon: BLUE_POINTER
range: 30
default-visibility: PARTIAL
show-name: true
# The icon for members that are trusted on any lands the player owns
trusted:
enabled: true
icon: GREEN_POINTER
range: 50
default-visibility: PARTIAL
show-name: true
# The icon for players by default
default:
enabled: true
icon: WHITE_POINTER
range: 20
default-visibility: PARTIAL
show-name: true
# The spawn icon for any lands that the player is part of
spawn:
enabled: true
icon: TEMPLE
range: 100
default-visibility: PARTIAL
showname: true
# The name supports placeholder API, and %%__name__%% will get replaced with the land's name
name: "%%__name__%%'s Spawn"
# The color of various locations on the map
color:
# The color of the outline for lands
land:
# The color that the owner sees
owner: "#00FFFF"
# The color that trusted members see
trusted: "#00FF00"
# The color that untrusted members see
untrusted: "#FFFF00"[SIZE=4]
How to install
- lands_show_lands - Show the land claims on the minimap
- lands_show_spawn - Show the land spawn on the minimap
- lands_show_players - Show the players on the minimap
- Download the jar
- Place in /plugins/Cartographer2/modules/
- Load with command /cartographer module load LandsAddon-1.0.2.jar

[Cartographer2] [Addon] Lands 1.0.3
Adds Lands support for Cartographer2
Recent Updates
- Different World Fix May 19, 2021
- Minor Spawn teleport setting addition Dec 29, 2020
- Fix lands from other worlds from appearing Dec 25, 2020