Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Latest commit

 

History

History
45 lines (37 loc) · 1.7 KB

README.md

File metadata and controls

45 lines (37 loc) · 1.7 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.

This repository will soon be removed as it has been moved to Devmart AdditionsPlus API

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