Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minestom Support #153

Open
ajh123 opened this issue Aug 18, 2024 · 1 comment
Open

Minestom Support #153

ajh123 opened this issue Aug 18, 2024 · 1 comment
Labels
enhancement New feature or request java Pull requests that update Java code

Comments

@ajh123
Copy link

ajh123 commented Aug 18, 2024

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.

@turikhay turikhay added enhancement New feature or request java Pull requests that update Java code labels Aug 18, 2024
@turikhay
Copy link
Owner

Looks interesting! I'll definitely look into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request java Pull requests that update Java code
Projects
None yet
Development

No branches or pull requests

2 participants