Compass Item | You can now give users a compass when they start the GPS or Compass. This item is added to the player's inventory when they start the GPS and removed again once they reach their destination or otherwise ends the navigation. If a player tries to drop the custom compass the navigation is ended and the item removed.
Config.yml | The following has been added to the config.yml regarding the above feature:
# If enabled players will be given a compass when they start the compass or GPS. # This will set the direction of the compass item to the next target location. CompassItem:
enabled: false
# The name of the compass item. name: '&eGPS Compass'
# The lore of the compass item. lore: - ''
- '&7Points towards the next location.'
If you want to make use of this feature you'll have to add the above and set the enabled to true.