Welcome to the Wiki
This is the central documentation hub. Use the navigation to find guides on any system — datapacks, permissions, localization, and more.
Datapacks
Create items, enemies, dungeons, recipes, and skills without writing a single line of code.
Permissions
Every permission node for server admins, developers, and translators — fully documented.
Multi-Language Support
Display strings are never hardcoded. Learn how the translation key system works.
Quick Start
| I want to… | Go to |
|---|---|
| Create my first datapack | Getting Started |
| Understand the manifest file | Manifest Reference |
| Add translated text to a datapack | Localization Guide |
| Set up role permissions | Guild System Overview |
| Browse all guild permission nodes | Guild Permission Nodes |
| Browse all alliance permission nodes | Alliance Permission Nodes |
Multi-Language Support
Both the permission system and datapacks share the same translation philosophy: display strings are never hardcoded — they live in language files and are resolved at runtime. Missing translations fall back to English automatically.
| Language | Permissions | Datapacks |
|---|---|---|
English (en / en_US) | ✅ Complete | ✅ Complete |
French (fr / fr_FR) | In progress | ✅ Supported |
Ukrainian (uk_UA) | In progress | ✅ Supported |