Skip to content
Hero edited this page Nov 12, 2018 · 2 revisions

Welcome to the Exams wiki!

Basic deployment of package (Using Maven and Eclipse Luna/Mars):

  1. Install Maven and Eclipse

  2. Install the Maven Integration from the Eclipse Marketplace

  3. Create a new folder in the project root folder, called "lib"

  4. Put plugin dependencies in the lib folder

    bPermissions-2.12, PermissionsBukkit-2.5, PermissionsEx & spigot-1.10.2

  5. In Eclipse, create the project, right click the project and select Run As --> Maven Build... (with 3 dots) --> Write "clean package" in the Goals field --> Apply --> Debug

  6. If it didn't build successfully, search the errors up on Google, but if it did, then congrats, you can now build the project using the Run As --> Maven build feature.

Clone this wiki locally