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

Welcome to the Exams wiki!

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

  1. Install Eclipse and the Maven Integration from the Eclipse Marketplace

  2. Download the project from GitHub

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

  4. Put the plugin dependencies in the lib folder

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

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

  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