rocketGetting 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):

  1. Locate your ArenaLegends.jar: Download the latest version of the plugin.

  2. Create a libs folder: Inside your project's root directory, create a new folder named libs.

  3. Move the .jar: Place the ArenaLegends.jar into the libs folder.

πŸ“š Javadocs

Complete Javadocs for the ArenaLegends API are hosted online. They provide a detailed reference for all public classes, methods, and events.

circle-check

Last updated