Skip to content

JEFF-Media-GbR/AngelChestAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

AngelChest API

Developer API for AngelChest Plus and AngelChest Free

Let me know on my Discord if you need any features that aren't available yet (link is at the bottom of this page)

Maven repository

You can use maven to add AngelChest as a dependency to your Spigot-/Bukkit-Plugin. Please note that the API version is always the same version as the latest AngelChest release required to use the latest API features. So for example if you use the API version 9.0.0-SNAPSHOT, then you need AngelChest 9.0.0 or later. The API version only gets updated if there are new features.

<repositories>
    <repository>
        <id>jeff-media-public</id>
        <url>https://repo.jeff-media.com/public/</url>
    </repository>
</repositories>
<dependencies>
    <dependency>
        <groupId>de.jeff_media</groupId>
        <artifactId>AngelChestAPI</artifactId>
        <version>13.6.1</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

It is not allowed to shade the API.

Accessing the API

Then you can access the API via the plugin manager:

AngelChestPlugin angelChestPlugin = (AngelChestPlugin) getServer().getPluginManager().getPlugin("AngelChest");

Example Plugin

Here is a complete example plugin that shows how to add and use the AngelChest API: LINK

Javadocs

Discord

If you need help, feel free to join my Discord server and head to #programming-help:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages