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
Thanks for the interest! Right now I don't have Minestom on my radar since I still have features to implement for a 1.0 release (improved terrain handling, entity collisions, and liquid buoyancy being the main ones). Branching out to new platforms is quite hard since there are a lot of different things to keep track of to keep the core API platform-agnostic, but make platform-specific implementations ergonomic for users. Even just supporting Fabric and Paper (and Folia!) is a pain sometimes.
If you would like to implement a Minestom platform (or any other platform) yourself, much of the work is already done in rattle-common, such as commands. You will need to handle the actual hooks yourself though.
It's really cool that you make your plugins multi-platform. Would love to see Minestom implementations
The text was updated successfully, but these errors were encountered: