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
Minestom is a Java API for making custom Minecraft servers. It doesn't contain vanilla functionality by default however it is designed so people can create their own behaviours for things - useful for Minigame servers.
Minestom does not have an extension / plugin loader since Minestom is meant to be compiled as a dependency into an existing application - this means MapModCompanion should follow a similar principle. You can look at MinestomPVP for an example on how to do this.
Minestom does support sending plugin messages (which MapModCompanion rely on) so it is possible to port MapModCompanion to Minestom.
The text was updated successfully, but these errors were encountered:
Minestom is a Java API for making custom Minecraft servers. It doesn't contain vanilla functionality by default however it is designed so people can create their own behaviours for things - useful for Minigame servers.
Minestom does not have an extension / plugin loader since Minestom is meant to be compiled as a dependency into an existing application - this means MapModCompanion should follow a similar principle. You can look at MinestomPVP for an example on how to do this.
Minestom does support sending plugin messages (which MapModCompanion rely on) so it is possible to port MapModCompanion to Minestom.
The text was updated successfully, but these errors were encountered: