//undo does not work on tool tree
SecretlyJealous opened this issue · 6 comments
WorldEdit Version
Bukkit-Official(7.2.5+57d5ac9)
Platform Version
paper-1.16.5-652
Bug Description
When using /tool tree
I cannot use //undo
I'm also unsure why it says "A tree can't go there" but does the edit anyway.
Expected Behavior
//undo should undo the edit
Reproduction Steps
- Do /tool tree
- Do //undo
Anything Else?
Add any additional context you can provide below.
potentially a bug in spigot/paper? i tend to not update my test server very often. working fine in paper 588 anyway.
yup, looks like spigot just removed the delegate usage, nice.
https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/28d72c4bd8c22f568384560459d0d703c2d0fefe
nothing we can do on our end, the api is still intact so if someone wants to unfuck it in spigot/paper they can.
the tree can't go there message is unrelated, it's due to the client sending a second interact after the tree is already placed.
that said can't repro, undo works fine on trees from the tool, forest, and forestgen...can only guess there's something else going on you didn't cover in your report.