Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

43 lines (36 loc) · 1.56 KB

AdditionsPlus Logo

AdditionsPlus API

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.

Maven Dependency

APIversionImg
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.

Repository

<repositories>
    <repository>
        <id>gcnt</id>
        <url>https://nexuslite.gcnt.net/repos/gcnt/</url>
    </repository>
</repositories>

Dependency

<dependency>
    <groupId>net.gcnt</groupId>
    <artifactId>additionsplus</artifactId>
    <version>{VERSION}</version>
    <scope>provided</scope>
</dependency>

Quick Links