1
0

Merge branch 'minimal' of https://github.com/timing1337/Mineplex into minimal

This commit is contained in:
labalityowo
2023-05-20 13:13:24 +07:00

View File

@ -2,25 +2,20 @@
Mineplex source code dated back to 2018
## Information
It's pretty hard to teach you all how to setup properly since I don't have time writing a guide
## Requirements
Java 1.8
Maven
## Pre-setting
1. Install local dependency
``mvn install:install-file -Dfile=\path\to\spigot-1.0.jar -DgroupId=com.mineplex -DartifactId=spigot -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true``
## Table of contents
- Redis server files, ready to run
- Webserver (this will be required to run so the server can fetch the data)
- Plugins[Modified] (You should be compiling this)
- Mysql dump
## Requirements
1. Java 1.8
2. Maven
3. Mineplex's custom spigot maven dependency: ``mvn install:install-file -Dfile=\path\to\spigot-1.0.jar -DgroupId=com.mineplex -DartifactId=spigot -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true``
## Building
``mvn package``
## Short guide
After getting your bareboned server with the software in Patches/craftbukkit.jar and compiled Arcade or Hub (i dont know why you are even running this)