The official API for AdditionsPlus: Everything your Minecraft server needs, in one plugin.
Create custom commands, menus, items, scoreboards, tablists, (animated) nametags, and much more!
Please check out the wiki here.
Created by GCNT.
This repository will soon be removed as it has been moved to Devmart AdditionsPlus API
The AdditionsPlus API is hosted on our customly made NexusLite Maven Repository Manager, which can be found here. The latest version of the API is listed above.
<repositories>
<repository>
<id>gcnt</id>
<url>https://nexuslite.gcnt.net/repos/gcnt/</url>
</repository>
</repositories>
<dependency>
<groupId>net.gcnt</groupId>
<artifactId>additionsplus</artifactId>
<version>{VERSION}</version>
<scope>provided</scope>
</dependency>