Configuration Overview
Configuration Files (0.2.0)
The plugin uses 5 distinct configuration files located in themods/Zuxaw_RPGLeveling/ folder:
- RPGLevelingConfig.json - Main plugin configuration (XP rates, max level, difficulty preset, toggles)
- StatsLevelConfig.json - Stat-related configuration (stat points, stat values, max allocations)
- ZoneLevelConfig.json - Zone level mapping and entity overrides
- InstanceLevelConfig.json - Instance/dungeon level mapping and entity overrides
- MessagesLanguageMapping.json - Translation/localization strings
Quick Tips
- Faster progression - Increase
RateExporBaseXPin RPGLevelingConfig.json - Slower progression - Decrease
RateExporBaseXPin RPGLevelingConfig.json - More stat points - Increase
StatPointsPerLevelin StatsLevelConfig.json - Stronger stats - Increase
StatValuePerPointin StatsLevelConfig.json - Difficulty - Use
DifficultyPresetin RPGLevelingConfig.json (easy / normal / hard / extreme) - Custom translations - Edit MessagesLanguageMapping.json to translate all plugin text
- Zone level mapping - Edit ZoneLevelConfig.json to customize zone level ranges
- Dungeon levels - Edit InstanceLevelConfig.json to set level ranges for instances/dungeons
Config File Locations
All configuration files are located in:mods/Zuxaw_RPGLeveling/
mods/Zuxaw_RPGLeveling/RPGLevelingConfig.json- Main configurationmods/Zuxaw_RPGLeveling/StatsLevelConfig.json- Stat configurationmods/Zuxaw_RPGLeveling/MessagesLanguageMapping.json- Translation stringsmods/Zuxaw_RPGLeveling/ZoneLevelConfig.json- Zone level mappingmods/Zuxaw_RPGLeveling/InstanceLevelConfig.json- Instance/dungeon level mapping
Migration from 0.1.9
⚠️ Manual Migration Required: When updating from 0.1.9 to 0.2.0, you will need to manually migrate your config values from the old location (mods/RPGLeveling/) to the new location (mods/Zuxaw_RPGLeveling/). Many configuration options have changed, so please review the documentation carefully and copy only the values you want to keep. The plugin will generate new default config files on first run.
For future updates: The plugin uses improved config handling for better reliability. Config files are automatically backed up when modified. Your custom values are preserved, but you should always review the changelog for any configuration changes.