Closed IAISI closed 10 months ago
In the current implementation, there is no way to include another error message since all "failed" responses from the createPose method return null.
Is there a way for another plugins to cancel poses without message?
When this event is cancelled via API:
https://github.com/Gecolay/GSit/blob/bbfdb9720f60d379c921ae111e4a6d10dc5c6fb6/core/src/main/java/dev/geco/gsit/manager/PoseManager.java#L79C28-L79C36
Player would see an error: Due to an error you can't pose here!
This is probably a mistake?