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.
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.
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.