You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Leaving a vehicle (boat, minecart, and I think even rideable mobs) throws a teleport event and could incorrectly send entity failed teleport or entity left behind messages. Could add a check to just ignore if the teleport cause was a vehicle event.
The text was updated successfully, but these errors were encountered:
@RhythmicSys Wanted to update you on this, I created a JIRA report for DISMOUNT not being seen as a teleport cause, and they did go ahead and patch it for 1.19.3! See below https://hub.spigotmc.org/jira/browse/SPIGOT-7204. So now, I should be able to ignore DISMOUNT (only on 1.19.3+ unfortunately)
In versions below 1.19.3, leaving a vehicle triggered an unknown teleport cause. If you are on versions below 1.19.3, setting this config value to FALSE should help catch this issue and remove the unnecessary player notification about an entity being left behind. In versions greater than 1.19.3, a DISMOUNT cause was added due to this report. This config value can safely be ignored on versions >= 1.19.3. Fixes#7
Leaving a vehicle (boat, minecart, and I think even rideable mobs) throws a teleport event and could incorrectly send entity failed teleport or entity left behind messages. Could add a check to just ignore if the teleport cause was a vehicle event.
The text was updated successfully, but these errors were encountered: