Create

Create

86M Downloads

Wrench copied the blocks when working with the protection plugin

CornWorld opened this issue ยท 5 comments

commented

I just want to use some plugin in the Minecraft server based on Spigot/Bukkit/Paper API to protection players machine
But a unbelievable thing happened, when I tried to use wrench to break some blocks by Shift + RightClick, the plugin prevent the blocks' breaking but a item being added to my bag!

Seems like the logic the Create use having something wrong

Could you fix it?

commented

Create is intended to be Forge only, so it's probebly the Server softwear/plugin's issue.

commented

But it is a mistake in logical order whether in the Server or Client I though

commented

It does not happen with claim mods, like ftb chunks.

commented

oh, let me see

I will try to get something more convincing and I will reply in three days, never close the issue

Thanks

commented

all right
It seems to be caused by the disharmony between the two APIs
the plugin can got the event that someone destroy the blocks but it don't know who cause this
so, it cannot prevent the items putting to the bag

FTB can really protect the blocks
But I still hope to consider compatibility with plugin a little bit on the way
Because FTB family is not particularly perfect now, to make management easier, plugins are still needed