Java Script Api
-
Pls make also script api for Kotlin/Java. because in JavaScript there are very few possibilities, and in Java you are basically writing a mod only integrated into LiquidBounce
-
If it were for Kotlin and/or Java, it wouldn't be a script api, but rather an extension API. You can already write extensions for LB the same way you would write a normal Minecraft mod by just injecting into LiquidBounce's classes, so that's a non-issue. Also, apart from not being able to use external libraries (why would You want that anyway for a lb addon -_-), there are not any limitations with the JS api, both in LiquidBounce for 1.8.x and nextgen. In LiquidBounce 1.8, it uses an older JS syntax standard, but any piece of Java code can still be re-written for it.