-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I think the server should be shipped more as a library that you inject into an existing Minestom server.
I think this would be a much better approach as servers using this would be able to easily create unique servers.
For example, the MinestomPVP library is initialized on a server via:
MinestomPvP.init();
CombatFeatureSet modernVanilla = CombatFeatures.modernVanilla();
MinecraftServer.getGlobalEventHandler().addChild(modernVanilla.createNode());
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Suggestions