Configuration Reference¶
All Naruto Destination config files are generated in config/NarutoDestination/ on first server startup. Edit these files while the server is stopped, or use /narutoconfigreload to apply changes live.
Config Files Overview¶
| Config File | What It Controls |
|---|---|
| GeneralConfig.cfg | Otsutsuki spawn chance, seasonal events, starter randomizers, skill learner thresholds |
| ClientConfig.cfg | Client-side accessibility options (colorblind mode) |
| StatsConfig.cfg | Stat caps for all combat skills, health, intelligence, Otsutsuki |
| ChakraConfig.cfg | Chakra per stat, sen chakra, charge speed, charge behavior |
| NarutoEXPConfig.cfg | XP multipliers per rank, level-up rewards, XP scaling |
| LearnerConfig.cfg | Skill learner progression steps and JP costs |
| ResetConfig.cfg | Stat retention on reset, ranking method, what to keep |
| TaijutsuConfig.cfg | Fist damage scaling, Eight Gates requirements |
| KenjutsuConfig.cfg | Sword technique scaling, static damage, cooldowns |
| MedicalConfig.cfg | Byakugou stage requirements |
| EnemyConfig.cfg | Enemy spawn toggles, health, damage, speed, aggro range |
| DNAConfig.cfg | DNA identification, implant requirements, drop tables, success chances |
| TokenConfig.cfg | SP/JP/XP costs for each token type |
| FreebuildConfig.cfg | Trader/sensei spawns, randomizer pricing, drop rates |
Addon Configs¶
Addons generate their own config files in separate directories:
| Addon | Config File | Location |
|---|---|---|
| Villages | BankConfig.cfg |
config/NarutoDestinationVillages/ |
| Kage Vote | KageVoteConfig.cfg |
config/NarutoDestinationKageVote/ |
| XP Events | XPEventsConfig.cfg |
config/NarutoDestinationXPEvents/ |
See each addon's wiki page for details on their configurations.
Tips¶
Live Reloading
Use /narutoconfigreload to reload configs without restarting the server. For addon configs, each addon has its own reload command (e.g., /villagesreload, /kagevote reload, /xpevent reload).
Value of -1
In many config files, a value of -1 means unlimited or disabled. This is the convention for stat caps and similar settings.
Back Up Your Configs
Always back up your config files before making major changes. The mod may overwrite or migrate configs during updates.