Slimefun

Slimefun

3M Downloads

Seismic Axe bug

Jirsaacek opened this issue ยท 3 comments

commented

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)

  • Minecraft Version: 1.16.1
    Screenshot_20200723-150021_Samsung_Internet
    Screenshot_20200723-150050_Samsung_Internet
commented

Please record a video of this happening if possible.
And provide the region info with all flagd for that WorldGuard region

commented

Here's video
https://youtu.be/2yXhXcwvb-Y

It's ok, outside of the region https://youtu.be/XYVSF8QrC7g

IMG_20200723_162307

commented

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.