TheMrJezza / HorseTpWithMe

A Bukkit Plugin that allows the simple teleportation of Rideable LivingEntities in Minecraft.
MIT License
14 stars 6 forks source link

Teleport with non-horse #12

Closed thisguy786 closed 2 years ago

thisguy786 commented 2 years ago

I noticed there are permissions to teleport many things including, for example, a goat.

Is it actually possible to do this? If so, how?

Thanks!

NotAlexNoyle commented 2 years ago

horsetpwithme.teleport.*

This is on the main spigotmc page https://www.spigotmc.org/resources/horsetpwithme.8186/

thisguy786 commented 2 years ago

I understand how the permissions work.

The question I have is how do you teleport an entity that isn't a vehicle?

thisguy786 commented 2 years ago

I see. You put the animal into a vehicle like a boat and then they come with you.

TheMrJezza commented 2 years ago

That is one solution, however, as far as Minecraft is concerned, every entity can have passengers, i.e. 'anything can be ridden'. By default, only a select few mobs can be controlled.. You can use plugins or modify your server code to enable mounting entities that are usually locked in vanilla.

HorseTpWithMe doesn't unlock that ability to mount all entities, but it does support teleporting all of them if you have already unlocked them by other means.