forked from DogOnFire/Exams
-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Hero edited this page Nov 13, 2018
·
2 revisions
Basic deployment of package (Using Maven and Eclipse Luna/Mars):
-
Install Eclipse and the Maven Integration from the Eclipse Marketplace
-
Download the project from GitHub
-
Create a new folder in the project root folder, called "lib"
-
Put the plugin dependencies in the lib folder
bPermissions-2.12, PermissionsBukkit-2.5, PermissionsEx & spigot-1.10.2
-
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
-
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.