CCBlueX / LiquidBounce

A free mixin-based injection hacked client for Minecraft using the Fabric API
https://liquidbounce.net/
GNU General Public License v3.0
1.31k stars 448 forks source link

Kotlin addons #3181

Open Ell1ott opened 1 month ago

Ell1ott commented 1 month ago

LiquidBounce Branch

Nextgen

Describe your feature request.

Similar to the current js scripts, you would be able to write add-ons in kotlin. I would say this has a few advantages:

Additional context

No response

superblaubeere27 commented 1 month ago

It would be easy to add something like that, but pretty hard to create such add-ons. But it would allow to share more complex additions without forking the entire project.

@1zun4 @SenkJu opinion?

SenkJu commented 1 month ago

I think it would be strange to have two different plugin APIs (Kotlin and JavaScript). It's something we will have to consider carefully.