MaxLevel | Integer | 100 | Maximum level players can reach |
RateExp | Double | 1.0 | Global experience multiplier (1.0 = normal, 2.0 = double XP) |
BaseXP | Double | 3.0 | Base XP multiplier for mob kills (used in XP formula) |
LevelBaseXP | Double | 50.0 | Base value for level XP requirement formula |
LevelOffset | Double | 0.0 | Offset for level XP requirement formula |
StatPointsPerLevel | Integer | 3 | Number of stat points earned per level up |
StatValuePerPoint | Double | 1.0 | Stat value increase per allocated point |
EnableHUD | Boolean | true | Enable or disable HUD (fix HUD crashes) |
Debug | Boolean | false | Enable debug logging for troubleshooting |
ResetLevelOnDeath | Boolean | false | Reset player level to 1 upon death (hardcore mode) |
DamageStatValuePerPoint | Double | 1 | Multiplicative damage bonus per Damage point (1 + statLevel × value / 100) |
MiningStatValuePerPoint | Double | 0.5 | Block damage multiplier per Mining stat point |
WoodcuttingStatValuePerPoint | Double | 0.5 | Block damage multiplier per Woodcutting stat point |
DefenseStatValuePerPoint | Double | 1 | Percentage-based damage reduction per Defense point; diminishing returns, max 80% of a hit |
MaxStatPointsHealth | Integer | 50 | Max stat points allocatable to Health |
MaxStatPointsStamina | Integer | 50 | Max stat points allocatable to Stamina |
MaxStatPointsMana | Integer | 50 | Max stat points allocatable to Mana |
MaxStatPointsAmmo | Integer | 4 | Max stat points allocatable to Ammo |
MaxStatPointsOxygen | Integer | 50 | Max stat points allocatable to Oxygen |
MaxStatPointsStaminaRegenSpeed | Integer | 50 | Max stat points allocatable to StaminaRegenSpeed |
MaxStatPointsStaminaConsumption | Integer | 50 | Max stat points allocatable to StaminaConsumption |
MaxStatPointsDamage | Integer | 50 | Max stat points allocatable to Damage |
MaxStatPointsMining | Integer | 50 | Max stat points allocatable to Mining |
MaxStatPointsWoodcutting | Integer | 50 | Max stat points allocatable to Woodcutting |
MaxStatPointsDefense | Integer | 50 | Max stat points allocatable to Defense |
BlacklistedStats | String | "" | Comma-separated stat names to blacklist (hidden from GUI, cannot allocate) |