Hello, so I got this error and I don't know if it's just me or not.
To reproduce
import:
org.bukkit.event.block.BlockBreakEvent
on BlockBreakEvent:
event.setDropItems(false)
Expected behavior
Items spawn normally and I get an error:
No matching method: BlockBreakEvent#setDropItems called with (false (Boolean))
when normally I should be able to call it with bool (see spigot docs).
Hello, so I got this error and I don't know if it's just me or not.
To reproduce
Expected behavior Items spawn normally and I get an error:
No matching method: BlockBreakEvent#setDropItems called with (false (Boolean))
when normally I should be able to call it with bool (see spigot docs).Server information