MohistMC / Mohist

Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
https://mohistmc.com
GNU General Public License v3.0
1.24k stars 203 forks source link

[1.20.1] event.setDropItems(false) for BlockBreakEvent event does not work #3164

Closed 5KFubi closed 2 weeks ago

5KFubi commented 3 weeks ago

Minecraft Version : 1.20.1

Mohist Version : mohist-1.20.1-701-server Operating System : Windows 11

Concerned mod / plugin : BaseRaiders - https://www.spigotmc.org/resources/baseraiders-protection-blocks-highly-customizable.116746/

Logs : None

Steps to Reproduce :

  1. Place protection block (plugin specific)
  2. Break the protection with a pickaxe
  3. The protection will drop even tho event.setDropItems is set to false

Description of issue : event.setDropItems(false) for BlockBreakEvent event does not work with plugins