Skip to content

Developers

Wundero edited this page Feb 17, 2017 · 5 revisions

Contributing

To contribute to this plugin, please follow the contribution guidelines here and then submit a pull request.

Depending on PlaceholderAPI

In order to use the API, you must add it as a dependency. To add it to your gradle, simply use Jitpack with compile 'com.github.rojo8399:PlaceholderAPI:master-SNAPSHOT' under dependencies. Then, to add this plugin as a load-before dependency, add dependencies = { @Dependency(id = "placeholderapi") } to your @Plugin annotation.

Parsing placeholders

To use this API to parse placeholders for your plugin, see here.

Adding placeholders

To add your own placeholders, see here.