Skip to content

Setup Project

DarthBoomerPlay edited this page Mar 28, 2020 · 2 revisions

Adding DarthCore to your project

Manual:

If you want to manually add the API dependency to your classpath, you can obtain the jar by:

1. Navigating to https://www.spigotmc.org/resources/darthcore.76610/
2. Download plugin and added to your classpath.

Add to the plugin.yml:

softdepend: [DarthCore]

Excellent! Your project is ready to go.