Lands This module provides support for Lands. Show all the residence claims on the minimap!
Important Notes
Not all cursor icons may be available, depending on the Minecraft version!
Features
Show Lands claims
Show trusted members of your land
Show the owners of other lands
Show the spawn of trusted lands
Config
Code (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
]
Additional Settings
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
How to install
Download the jar
Place in /plugins/Cartographer2/modules/
Load with command /cartographer module load LandsAddon-1.0.4.jar