Native Minecraft Version: 1.16 Tested Minecraft Versions: 1.161.171.18 Source Code: https://github.com/LuuckA21/TeleportBow TeleportBow
It works, but you should use PersistentDataContainer (see spigot javadoc about that) instead of using flags which are not supposed to be used as you did (I refer to your ArrowOnHit class)
Thank you for you tips, I starting only few weeks ago creating minecraft plugins. I will see PersistentDataCointainer docs.