Crash Safety: A new crash safety file has been added to the plugin. If the server crashed without running the disable logic, arrows could get left behind. You would have to remove them manually.
This file stores all the entity UUIDs and when the server is started again all entities are checked. If an entity's UUID is in the list it is then removed.
This would most commonly happen when using the Multicraft restart button for some unknown reason, however, it should no longer cause any issues.
File:
Code (YAML):
# This is a crash safety storage file for GPS arrow entity UUIDs. # # Once an arrow is created the entity UUIDs are stored internally and in this file. # The UUIDs are then removed once the GPS arrow is stopped. # The UUIDs will remain in this file and is not lost should the server unexpectedly crash for whatever reason. # This file is checked on restart. If the server contains an entity with the given UUID it is removed. # # Do NOT edit this file manually unless you know exactly what you are doing.