Update docs/developers/configuration-api-hytale.md

Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
This commit is contained in:
PiggyPiglet
2026-02-09 00:54:12 +08:00
committed by GitHub
parent c86e51b580
commit ec59f46c21

View File

@@ -32,9 +32,9 @@ Your config class needs to represent your config structure exactly. The only dif
```yaml { .annotate title="HelpChat_PlaceholderAPI/config.yml" }
expansions:
coolexpansion:
test: wew
date_format: "dd/mm/yyyy"
coolexpansion:
test: wew
date_format: "dd/mm/yyyy"
```
## Using Your Config Class