GroovyScript

GroovyScript

277k Downloads

Unable to run GroovyScript on a server

MasterEnderman opened this issue · 1 comments

commented

if you install groovyscript on a server it crashes, because it calls client-side code. Looks like the keybind stuff added in the last update is the problem.

[Server thread/ERROR] [minecraft/MinecraftServer]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: net/minecraft/client/settings/KeyBinding
        at com.cleanroommc.groovyscript.GroovyScript.<clinit>(GroovyScript.java:67) ~[groovyscript-0.2.0.jar:?]
commented

bruh