KosmX

Results 32 comments of KosmX

I'll create a new project for the library, But Curseforge may need days before they can review it.

https://www.curseforge.com/minecraft/mc-mods/bendy-lib It has been approved, you can use it in your project. Please do **not** close this issue. (the included library is not yet fixed)

Please immediately send me the emotecraft jar file you're trying to use as a plugin! (tell me where did you find that file) ~~I suspect an infected jar, a malware.~~

It is also possible that you don't have libc installed (or wrong version or not in PATH). But in that case, java shouldn't load either

You can use `ServerEmotesAPI.playEmote(UUID playerID, KeyframeAnimation emote, bool forcePlay)` to play a specific emote on a specific player. You can fetch the server-side emotes using getLodadedEmotes() and .get from that...

You can't play emotes on non-player entities, fake players should work, but I haven't tested those

I suspect some correlation with #469 Please provide further information

Please try to delete the emotecraft config files: `emotecraft.json` and `emotecraft_emote_map.json`

With the redirect, you copy variables on the stack. Now, you do it in a function, not by a function call. If you want to improve the render performance, you...