Autoshow: A new auto show path feature has been added. Enabling this will auto-enable the visual GPS path once the GPS is started instead of having to manually enable it each time. It will however only auto-enable for players who have the gps.commands.show permission. This will not interfere with the disableArrow feature.
Add the following to your config if you wish to use this feature:
Code (YAML):
# Toggle whether or not the particle path visualizer should automatically enable # on GPS navigation startup. It will only auto-enable if the player being navigated # has the gps.commands.show permission which they would need to manually start it. autoShowPath: false
This is by default located in the GPS settings category in the config.yml.
Revised: The auto show method has been carefully implemented as to not interfere with other features that depend on the path being enabled or not. Some of the GPS startup code has been completely redone to make sure all features are taken into account when deciding whether or not the visualizer should enable or not based on the player's permission, the disable arrow feature, and the new auto show feature.