Skip to content

Install

Matt edited this page Aug 11, 2016 · 4 revisions

The types of version of PM-MS are divided in Stable and Alpha versions.

  • Stable: It's a build with minor bugs and more stable.
  • Alpha: It's the last build with new fuctions added in future version.

Download PocketMine-ManagerServers

For download PM-MS just go in this page and choose the version that you prefer.

Install PocketMine-ManagerServers

  1. Insured that you have a machine that supports this requirements
  2. When you downloaded the software, extract the file .zip in a any folder.
  3. It's important to know if you are running the software in an OS for servers machine or not. If you are running the software in a server OS, in the terminal just write "java -jar {software_name}.jar -server". Else if you are running a different type of machine, just execute the file run.bat for Windows else run.sh on Linux/MacOS machine. You can also write in a file batch or others file, that execute terminal of OS (or directly in command prompt), "java -jar {software_name}.jar -pc" and you can run it.
  4. If you doesn't know how works PM-MS, go in the start page, else that's all, enjoy!

Compile PocketMine-ManagerServers

The software is compiled using Eclipse IDE without using Maven.

Steps using Eclipse (RECOMMENDED)

  1. Download the source code interested from the repository
  2. Download this archive library.
  3. Create a new project in Eclipse.
  4. Paste the downloaded files in project's folder.
  5. Right mouse button on project -> Build Path -> Add external libraries and select the downloaded library.
  6. Right mouse button on project -> Export -> Java/Runnable JAR File
  7. On option "Launch configuration" select the Main class (PMMS.java for 1.2+, Main.java for 1.1 or above)
  8. Select export destination and tick (if it's not already) "Extract required libraries into generated JAR".
  9. Finish!

Clone this wiki locally