Skip to content

timing1337/mineplex-reborn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mineplex-reborn

Credits:

  • nekoli, for the maps!

Before compiling

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

Requirements

  1. Java 8
  2. Redis
  3. MySQL
  4. API Server (You can use fakeplex-api or MineplexMonitor)
  5. ViaVersion

Compiling

  1. Clone the repo
  2. Change spigot path to your libs\spigot-1.8.8-1.9-SNAPSHOT.jar and libs\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>
  1. mvn install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages