turikhay / MapModCompanion

Map mod support. Plugin that fixes Multi-world detection. Xaero's Minimap, VoxelMap and JourneyMap will be able to identify worlds on BungeeCord/Velocity servers.
MIT License
35 stars 3 forks source link

Minestom Support #153

Open ajh123 opened 3 weeks ago

ajh123 commented 3 weeks ago

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 commented 3 weeks ago

Looks interesting! I'll definitely look into this