This is a minecraft server plugin that works with any minecraft server.
- Prefered tool of choice : Intellij
- JRE 1.8
download and install from oracle site
create file: /etc/apt/sources.list.d/webupd8team-java.list
add to that file:
deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main
run command:
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer
- make a run configuration in the maven projects windows with the following command line parameters: clean package shade:shade
- Build the program with this new config, copy mua.jar and mua.xml to your directory of choice, edit mua.xml and run program with
java -jar mua.jar
see Contributing