You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Effect "play_animation" doesn't work for eco pets with custom modelengine model. The model itself loads correctly, but I can't play custom animations using play_animation effect with triggers like jump, move etc. Console says that libreforge could not pass event.
To Reproduce
In your pet.yml file, under effects section, add play_animation effect.
For example:
Trigger effect with your action (as jumping with the example above)
See the error in console.
Expected behavior
Selected pet plays specified animation with specified triggers
Server Information (please complete the following information):
Server Version: 1.21.1
Version of eco: v2.71.2
Version of ModelEngine (premium): 4.0.8
Additional context
Bug persists with ModelEngine 4.0.7. Unofficial addon "MythicLibreForge" does not solve the problem. Server version 1.21.3 doesn't solve the problem either.
The error:
[23:20:39] [Server thread/ERROR]: Could not pass event PlayerJumpEvent to libreforge v4.72.2
java.lang.ExceptionInInitializerError: null
The server logs link: https://paste.dedimc.io/balapotoqo.yaml
The text was updated successfully, but these errors were encountered:
Describe the bug
Effect "play_animation" doesn't work for eco pets with custom modelengine model. The model itself loads correctly, but I can't play custom animations using play_animation effect with triggers like jump, move etc. Console says that libreforge could not pass event.
To Reproduce
For example:
Expected behavior
Selected pet plays specified animation with specified triggers
Server Information (please complete the following information):
Additional context
Bug persists with ModelEngine 4.0.7. Unofficial addon "MythicLibreForge" does not solve the problem. Server version 1.21.3 doesn't solve the problem either.
The error:
[23:20:39] [Server thread/ERROR]: Could not pass event PlayerJumpEvent to libreforge v4.72.2
java.lang.ExceptionInInitializerError: null
The server logs link: https://paste.dedimc.io/balapotoqo.yaml
The text was updated successfully, but these errors were encountered: