Configuration Files
KaGuilds runtime files are stored in plugins/KaGuilds/.
| Path | Purpose | Documentation |
|---|---|---|
config.yml |
Database, proxy, economy, teleport, task display, and menu defaults | Main configuration |
levels.yml |
Levels, member limits, bank limits, interest, vaults, and buff unlocks | Level configuration |
buffs.yml |
Buff type, price, amplifier, duration, and name | Buff configuration |
task.yml |
Daily tasks, global tasks, events, and reward actions | Task configuration |
lang/zh_CN.yml |
Chinese messages | - |
lang/en_US.yml |
English messages | - |
gui/*.yml |
Menu layouts, icons, conditions, and actions | Custom menus |
arena.yml |
PvP region, spawn points, and kits | - |
storage.db |
SQLite database for single-server mode | - |
Editing Guidance#
- Back up a file before changing it.
- Preserve YAML indentation and use spaces instead of tabs.
- Keep menus, languages, and functional configuration aligned across all backends.
- Restart the server after changing the database type, connection settings, or proxy mode.
- Use
/kg reloadfor ordinary configuration changes, but never reload the whole plugin with PlugMan.