- nekoli, for the maps!
Some feature might be stripped from the original source due to lack of resources (multi protocol support, missing resources...) Feel free to add them back by checking git diff or even better recompile everything from original source
- Java 8
- Redis
- MySQL
- API Server (You can use fakeplex-api or MineplexMonitor)
- ViaVersion
- Clone the repo
- Change spigot path to your
libs\spigot-1.8.8-1.9-SNAPSHOT.jar
andlibs\bungeecord-bootstrap-1.8-SNAPSHOT.jar
in pom.xml
<dependency>
<groupId>com.mineplex</groupId>
<artifactId>spigot</artifactId>
<version>1.8.8-1.9-SNAPSHOT</version>
<scope>system</scope>
<systemPath>path\file\libs\spigot-1.8.8-1.9-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-bootstrap</artifactId>
<version>1.8-SNAPSHOT</version>
<scope>system</scope>
<systemPath>path\file\libs\bungeecord-bootstrap-1.8-SNAPSHOT.jar</systemPath>
</dependency>
mvn install