VERSION 1.4.10: What's New? I gave the code/config a small update, and also changed how the plugin treats Blacklisted worlds. Normally if a player tries to teleport a horse out of a Blacklisted world, the plugin would allow it, as long as the destination world is not Blacklisted. But it has been pointed out to me that players can go to a creative world, fill a chest on a donkey with lots of valuable loot, and tp the donkey back to the survival world. This is update removes the ability for players to teleport horses/donkeys/pigs out of a Blacklisted world.
Another thing to note is that the main class has moved and had a name change.
Code (Text):
au.TheMrJezza.HorseTpWithMe.Main
The AnimalTeleportEvent has moved to the same package.
You can also get an instance of the Main class with:
Code (Text):
Main.instance;
If you don't know what this stuff means, it doesn't concern you.
That's all for now, have fun and enjoy. ~TheMrJezza