This update adds a little more support for cursors. You can now specify a separate range for players that are in towns owned by you. For example, enemies may be visible only 50 blocks away, but can be seen up to 1000 when they are in a town that you own. In addition, you can also disable certain cursors.
Code (YAML):
# Player icons
# The global range is how close they must be to show up on your map
# The town range is how close they must be if they are in one of your towns that you own
show-name
: true
player:
neutral:
enabled
: true
icon
: WHITE_POINTER
global-range
: 50
town-range
: 1000
member_town:
enabled
: true
icon
: GREEN_POINTER
global-range
: 150
town-range
: 1000
allied_town:
enabled
: true
icon
: GREEN_POINTER
global-range
: 100
town-range
: 1000
member_nation:
enabled
: true
icon
: BLUE_POINTER
global-range
: 150
town-range
: 1000
allied_nation:
enabled
: true
icon
: BLUE_POINTER
global-range
: 100
town-range
: 1000
enemy_nation:
enabled
: true
icon
: RED_MARKER RED_POINTER BLUE_POINTER
global-range
: 50
town-range
: 1000