Introduction:
This update adds in official support for 1.14 by changing the dependency to the latest release. It
is still backward-compliant until Spigot 1.10!
Installation:
- Stop the server.
- Save a copy of your current folder
- Delete the old jar (in /plugins folder) and copy the new jar in place of it.
- Start the server.
- Modify the config to your liking, and restart the server (or run /oat reload) to update the changes.
- Report bugs you discover!
Additions:
+ Update checker on server startup that directs you to Spigot updates page
+ New permission node for update notifications
otheranimalteleport.admin.updates
upon joining
+ 1.14 dependency to support all mob types 1.14 and below
Deletions:
–
1.13 dependency as 1.14 automatically is backward compliant
Modifications:
• Animal dependency now uses entity-category-types; making the code independent of what animals are named/called within Mojang/Spigot's naming system
• Entities are now compared via whether or not they are leashed; if not we check if they are a sittable entity (anything tameable that has an owner). If the entity is not sitting, it'll teleport!