You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
Server information
skript-mirror: 2.0.0-SNAPSHOT
Skript: 2.2-dev23
Bukkit: git-Spigot-21fe707-e1ebe52 1.8.8
Minecraft: 1.8.8
Java: ??
OS: ??
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: