Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 644 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 644 Bytes

PocketMine-GUI on Travis-CI

Join the chat at https://gitter.im/PEMapModder/PocketMine-GUI Java Swing-based PocketMine-MP GUI

Compiling/Running

  • Install maven
  • Run these maven goals:
    • package - compiles the project and packs classes into a jar
    • exec:java - executes the jar

For debugging, running mvn package exec:java every test is recommended.