Skip to content

[Suggestion] Server as a library #27

@starrider346

Description

@starrider346

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Suggestions

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions