Skip to content

Project Setup

Rsl1122 edited this page Feb 19, 2018 · 35 revisions

Plan Header

Project Set-Up

AbstractPluginFramework 3.1.1 has not been deployed to Maven Central yet, but will in a couple days.

Fork the Plan repository & Clone that repository to your workstation.

Here is a Tutorial.

Run Maven install goal for PlanPluginBridge

  • Locate PlanPluginBridge.jar in the repository you just cloned. It is in <repository-root>/PlanPluginBridge/-folder.
  • Run a Maven goal: mvn install:install-file -Dfile=<path-to-PlanPluginBridge.jar> - this will install the plugin bridge into your local maven repository. The PluginBridge is a separate jar in order to reduce the dependencies that are required to work on the project.
  • Rest of the dependencies should be downloaded automatically and you can start working on the project.

Depending on your IDE there might be additional requirements to work on a Maven project. Check the IDE documentation on how to open a Maven project if you're having trouble.

Possible Help

Installing 3rd party Maven artifacts manually

Other artifacts should exist in either Maven Central Repository or BungeeCord repository and will be downloaded automatically.

If you're having issues join Discord and I'll try to help you out.

Clone this wiki locally