Add config options for more vehicle teleportation granularity #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As vehicle teleportation is becoming more complex, users may want more config granularity.
Add an option for whether to allow teleportation of empty vehicles (including empty minecarts, chest minecarts and hopper minecarts)
Add an option for whether to allow teleportation of non-player entities (teleporting mobs in minecarts and/or boats). This also includes #4 if implemented.
Teleportation of players using living vehicles should be treated the same as players in minecarts, and only be disabled if disabling all vehicle teleportation.
We should probably differentiate between entities being led/transported directly by players and those travelling by themselves. If a player is holding an animal in a lead, or is transporting an animal in a boat, the player can be verified and taken payment from, but that's not possible with a villager travelling in a minecart by itself.
This has been implemented.