FateUHC
  • FateUHC Overview
  • Database Setup
  • Commands & Permissions
  • FateUHC API
  • Bungee Announce Setup
  • Placeholders
  • HEX Colors
  • ActionBars
  • BuildUHC Practice
  • Death Message Chat Colors
  • Mob Spawn Rates
  • Custom Worlds (No Generation)
  • Scenario & Config List
  • Default Config Files
    • uhcconfiguration.yml
    • death-messages.yml
    • items.yml
    • leaderboards.yml
    • discord.yml
    • data.yml
    • language.yml
    • scoreboard-layout.yml
    • guiitems.yml
    • configmanagement.yml
    • cosmetics.yml
    • practice.yml
    • randomizer.yml
    • actionbar.yml
Powered by GitBook
On this page
  • Overview
  • Requirements
  • Maven Details
  • API Jar Download
  • API Guidelines
  • Java Docs

Was this helpful?

FateUHC API

PreviousCommands & PermissionsNextBungee Announce Setup

Last updated 11 months ago

Was this helpful?

Overview

The FateUHCAPI was introduced in plugin version 3.94. This API enables users to create custom addons and easily retrieve data from the FateUHC plugin. A full API recode occurred in FateUHC 3.2.23.

Requirements

To use the FateUHCAPI, you have two options for importing it into your project:

Maven: Maven support for the FateUHCAPI will be available starting from API version 1.0. Please refer to the Maven details provided with the API release.

Manual Import: Ensure that you import the FateUHCAPI.jar specifically, as importing the FateUHC.jar will not work for API integration.

Maven Details

Maven support is pending.

API Jar Download

API Guidelines

Java Docs

You may find our API guidelines on our site .

You can find the API JavaDocs on our site .

here
here
BGHDDevelopment - Download
Logo