codeGetting Started

🧩 Overview

The ArenaLegends API allows you to hook into the game's systems, listen to events, and access player data. Since you cannot create custom augments directly anymore, the API focuses on event handling and data manipulation.


πŸ“¦ Dependency

To use the API, add ArenaLegends.jar to your project's build path.

Maven

(If a repository is available in the future, it will be listed here. For now, use a local system dependency.)

<dependency>
    <groupId>xericker.arenalegends</groupId>
    <artifactId>ArenaLegends</artifactId>
    <version>LATEST</version>
    <scope>provided</scope>
</dependency>

Gradle

compileOnly files('libs/ArenaLegends.jar')

πŸ“š Topics

Last updated