Getting Started
π Overview
The ArenaLegends API allows you to hook into the plugin's core systems, listen to events, manage structured data, and interact with managers.
π₯ Installation
Currently, the only way to access the API is by importing the .jar file into the IDE of your choice. There is no public Maven/Gradle repository at this time.
To use the API, add ArenaLegends.jar to your project's build path as a provided dependency (compile-only).
π IntelliJ IDEA Guide
To import the .jar file into an IntelliJ IDEA project (Maven/Gradle):
Locate your
ArenaLegends.jar: Download the latest version of the plugin.Create a
libsfolder: Inside your project's root directory, create a new folder namedlibs.Move the
.jar: Place theArenaLegends.jarinto thelibsfolder.
π Javadocs
Complete Javadocs for the ArenaLegends API are hosted online. They provide a detailed reference for all public classes, methods, and events.
Access the official Javadocs by Clicking Here.
Last updated