Useful Nullifiers

Useful Nullifiers

8M Downloads

Portable Item Nullifier bypasses FTBU claims

OrdinatorStouff opened this issue ยท 2 comments

commented

Non-OP players are able to place blocks in "protected" FTBU claimed chunks with the Portable Item Nullifier.

Modpack: AllTheMods: Expert 1.0.30
MC: 1.10.2
Forge: 2239
usefulnullifiers-1.3.4
FTBUtilities-1.10.2-3.4.3

Also reported to FTBU: https://github.com/LatvianModder/FTBUtilities/issues/384

commented

Chances are this is on Useful Nullifiers side, so I'll see what I can do

commented

Not sure what it does/how it works, but maybe you can fire on of these events when on item use?

  • PlayerInteractEvent.LeftClickBlock
  • BlockEvent.BreakEvent
  • BlockEvent.PlaceEvent (Not implemented on my side, but I will soon)
  • PlayerInteractEvent.RightClickItem
  • PlayerInteractEvent.RightClickBlock