Lift taking damage
Dragsio opened this issue ยท 1 comments
CraftBook Version
3.10.10-SNAPSHOT;4807-8aeb475
Platform Version
git-Purpur-2162 (MC: 1.20.4)
Confirmations
- I am using the most recent Minecraft release.
- I am using a version of WorldEdit compatible with my Minecraft version.
- I am using a version of CraftBook compatible with my Minecraft version.
- I am using the latest or recommended version of my platform software.
- I am NOT using a hybrid server, e.g. a server that combines Bukkit and Forge. Examples include Arclight, Mohist, and Cardboard.
- I am NOT using a fork of WorldEdit, such as FastAsyncWorldEdit (FAWE) or AsyncWorldEdit (AWE)
Bug Description
Is there any way to fix or prevent taking damage while using the lift up/down?
Expected Behavior
The player should not take damage when teleporting to the target floor.
Reproduction Steps
- On top block I write to second line of sign
[Lift down]
- On bottom block I write to second line of sign
[Lift up]
- When I reach the target destination, I take health damage and die.
Anything Else?
This looks like it's a bug with something else, CraftBook just performs a basic teleport using the Bukkit API, which explicitly cannot cause this.
Try it with Paper instead of Purpur (as Purpur has been known to contain many bugs in the past that lead to weird behaviour like this), and with WorldEdit as the only other plugin.
If it works without that, slowly re-add everything else and report it to whatever ends up causing the issue.