mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Added level thresholds to hardcore modes
Players will not lose stats when their level is below the Level_Threshold.
This commit is contained in:
@ -131,6 +131,8 @@ MySQL:
|
||||
Hardcore:
|
||||
Death_Stat_Loss:
|
||||
Penalty_Percentage: 75.0
|
||||
# Players will not lose stats when their level is below the Level_Threshold
|
||||
Level_Threshold: 0
|
||||
Enabled:
|
||||
Acrobatics: false
|
||||
Archery: false
|
||||
@ -146,6 +148,7 @@ Hardcore:
|
||||
Woodcutting: false
|
||||
Vampirism:
|
||||
Leech_Percentage: 5.0
|
||||
Level_Threshold: 0
|
||||
Enabled:
|
||||
Acrobatics: false
|
||||
Archery: false
|
||||
|
Reference in New Issue
Block a user