Developer API

The Developer API for Fadah is very extensive, these docs aim to cover it fully!

Useful Resources

JavaDocs: https://repo.preva1l.info/javadoc/releases/info/preva1l/fadah/API/latest Support Server: https://discord.gg/4KcF7S94HF/

Getting Started

To get started with the API you must add it to your Maven / Gradle Project.

Replace LATEST-VERSION with the version found below.

<repositories>
    <repository>
        <id>FinallyADecent</id>
        <url>https://repo.preva1l.info/releases/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>info.preva1l.fadah</groupId>
        <artifactId>API</artifactId>
        <version>LATEST-VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

Depending on Fadah

plugin.yml
name: "FadahAPIExample"
version: "1.0"
api-version: "1.20"
main: me.developer.FadahAPIExample

depend:
  - "Fadah"

Next Steps

Accessing & Using DataEventsAdding a Economy Hook

Last updated