FIx hytale config api title, weird hytale usage example & papi component

This commit is contained in:
PiggyPiglet
2026-02-10 11:15:38 +08:00
parent dd8519aed5
commit 9d09114529
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
description: How to create configurable expansions in Hytale.
---
# The Configurable<T> Interface
# Hytale's Configurable<T> Interface
Unlike in spigot, in Hytale PAPI does not forward through Hytale's configuration API and instead implements its own. Effectively you'll be required to create a class representing your configuration section in PlaceholderAPI's main config.yml, and PAPI will handle the rest.