Merge branch 'minimal' of https://github.com/timing1337/Mineplex into minimal
This commit is contained in:
21
README.md
21
README.md
@ -2,25 +2,20 @@
|
|||||||
|
|
||||||
Mineplex source code dated back to 2018
|
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
|
## Table of contents
|
||||||
|
|
||||||
- Redis server files, ready to run
|
- Redis server files, ready to run
|
||||||
- Webserver (this will be required to run so the server can fetch the data)
|
- Webserver (this will be required to run so the server can fetch the data)
|
||||||
- Plugins[Modified] (You should be compiling this)
|
- Plugins[Modified] (You should be compiling this)
|
||||||
- Mysql dump
|
- 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
|
## 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)
|
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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user