Skip to content

Downloads

Diogo Correia edited this page Jul 13, 2020 · 32 revisions

Thanks for choosing Triton. We have an API, so you can integrate it on your plugins on any message, even if it's not supported by the plugin at the moment.

You can use Gradle/Maven to add TritonAPI as a dependency. Follow the steps on JitPack to do it properly. JavaDocs are included in the repository.

Alternatively, feel free to download the API jar and add it manually:

  1. Download the right API version
    It's important to have the same version of the plugin installed on the server, so you don't miss any features or try to use some you don't have yet.
    Choose the right version from the list on the bottom of this page.

  2. Add it as a dependency on your IDE
    The second step is to add it as your dependency on your IDE. The steps are different for each IDE, but I'll leave a list here to the wiki of the most famous ones.

Old API Versions Download:

For 3.0.0 and up, check the releases tab.

Clone this wiki locally