Seismic Axe bug
Jirsaacek opened this issue ยท 3 comments
Description (Required)
If player uses Seismic Axe in region protected by Worldguard, it drops items, which should not happen
-Blockbreaking isn't allowed
Steps to reproduce the Issue (Required)
Get Seismic Axe
Use it in region protected by Worldguard
Drops items
Expected behavior (Required)
It shouldn't drop items
Environment (Required)
Please record a video of this happening if possible.
And provide the region info with all flagd for that WorldGuard region
Here's video
https://youtu.be/2yXhXcwvb-Y
It's ok, outside of the region https://youtu.be/XYVSF8QrC7g
Seems to be a WorldGuard or possibly even Paper/Spigot issue.
Slimefun definitely sets a flag to not drop items which seems to be ignored somewhere.
https://github.com/TheBusyBiscuit/Slimefun4/blob/master/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/weapons/SeismicAxe.java#L64
I would suggest to possibly contact the developers of WorldGuard and see if they can find anything that could be causing it.
Normally that flag should be respected.