Guilds This module provides support for Guilds. Show your guildmates on the minimap!
Important Notes
This does not show guild claims
Not all the cursors are available in previous Spigot versions.
Names are only supported in Spigot versions 1.13 and above
Features
Show guildmates with custom icons
Show the guild home
Config
Code (YAML):
## Guilds Module for Cartographer 2 ## ## This does not show claims. You'll need to use a WorldGuard module for that.
# The icons and settings for different roles and whatnot icons: # The guild home icon guild-home:
enabled: true
# The multiple types are for fallback purposes, if your server is running an older version icon: TEMPLE WHITE_CIRCLE WHITE_CROSS
# The visibility determines whether or not the cursor appears on the edge of the minimap # The two options are FULL and PARTIAL default-visibility: FULL
show-name: true
# You can change this to whatever. Also supports RGB colors in 1.16 display-name: "Guild Home" # The different icons for the roles. It should be the same in your guilds roles config roles:
0:
enabled: true
icon: RED_MARKER RED_POINTER GREEN_POINTER BLUE_POINTER
range: 90
default-visibility: FULL
show-name: true
1:
enabled: true
icon: GREEN_POINTER BLUE_POINTER
range: 50
default-visibility: PARTIAL
show-name: true
2:
enabled: true
icon: GREEN_POINTER BLUE_POINTER
range: 40
default-visibility: PARTIAL
show-name: true
3:
enabled: true
icon: GREEN_POINTER BLUE_POINTER
range: 30
default-visibility: PARTIAL
show-name: true
# Icons for allies ally:
enabled: true
icon: BLUE_POINTER WHITE_POINTER
range: 20
default-visibility: PARTIAL
show-name: true
# Neutral players neutral:
enabled: true
icon: WHITE_POINTER
range: 20
default-visibility: PARTIAL
show-name: true
Additional Settings
guilds_show_home - Show the home of your guild
guilds_show_allies - Show allies of your guild
guilds_show_members - Show members of your guild
guilds_show_neutral - Show neutral players
How to install
Download the jar
Place in /plugins/Cartographer2/modules/
Load with command /cartographer module load GuildsAddon-1.0.0.jar