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