Skip to main content

Configuration Overview

Configuration Files (0.2.0)

The plugin uses 5 distinct configuration files located in the mods/Zuxaw_RPGLeveling/ folder:
  1. RPGLevelingConfig.json - Main plugin configuration (XP rates, max level, difficulty preset, toggles)
  2. StatsLevelConfig.json - Stat-related configuration (stat points, stat values, max allocations)
  3. ZoneLevelConfig.json - Zone level mapping and entity overrides
  4. InstanceLevelConfig.json - Instance/dungeon level mapping and entity overrides
  5. MessagesLanguageMapping.json - Translation/localization strings
All config files use improved config handling for better reliability and consistency. Config files are automatically backed up when modified.

Quick Tips


Config File Locations

All configuration files are located in: mods/Zuxaw_RPGLeveling/
  • mods/Zuxaw_RPGLeveling/RPGLevelingConfig.json - Main configuration
  • mods/Zuxaw_RPGLeveling/StatsLevelConfig.json - Stat configuration
  • mods/Zuxaw_RPGLeveling/MessagesLanguageMapping.json - Translation strings
  • mods/Zuxaw_RPGLeveling/ZoneLevelConfig.json - Zone level mapping
  • mods/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.