UnifyTags

UnifyTags

3.2k Downloads

[1.19.2] Script errors in the new KubeJS alpha

Vapaman opened this issue ยท 3 comments

commented

Error Message

[20:16:03] [ERR ] Error loading KubeJS script: server_scripts:unify.js: Line 176: 'onEvent()' is no longer supported! Read more on wiki: https://kubejs.com/kjs6

Instructions on fixing
https://mods.latvian.dev/books/kubejs/page/migrating-to-kubejs-6

Versions:

KubeJS Forge 1902.6.0-build.101
Rhino Forge 1902.2.1-build.247

commented

dumb... I still have to support older versions that still use onEvent(). So in reality I can't just change onEvent, I have to put a version check in place that surrounds every single function

commented

Fixed by 6abd721

commented

Thank you so much for fixing this! <3