This is a Spigot plugin which provides the server-side components for servers that wish to
allow their users to use the JourneyMap Forge mod.
Currently only suitable for bungeecord style servers to keep maps unique when on different server worlds.
This project is currently just a proof-of-concept. It implements the following features:
- WorldID support (tells JM which world is which to keep their maps separate)
- Install Java - This plugin is built for Java 8. We recommend making use of the AdoptOpenJDK Project.
- Run
./gradlew
(Justgradlew
on Windows). - You'll find the JAR in
build/libs
- it's the one ending with-all
.