lucko / helper

A collection of utilities and extended APIs to support the rapid and easy development of Bukkit plugins.
MIT License
456 stars 87 forks source link

ReferenceError: "BlockBreakEvent" is not defined in nashorn:mozilla_compat.js #105

Open Ristovski opened 3 years ago

Ristovski commented 3 years ago

Tested both on OpenJDK16 and OpenJDK16-openj9 Also referencing https://github.com/lucko/helper/issues/8.

saifsuleman commented 3 years ago

Try adding this line to the very beginning of your script:

const BlockBreakEvent = Java.type("org.bukkit.event.block.BlockBreakEvent")