mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Hardcore mode can now be toggled for each skill individually
This commit is contained in:
@ -90,10 +90,34 @@ MySQL:
|
||||
# Settings for Hardcore mode
|
||||
###
|
||||
Hardcore:
|
||||
Enabled: false
|
||||
Death_Stat_Loss_Penalty_Percentage: 75
|
||||
Vampirism: false
|
||||
Vampirism_Stat_Leech_Percentage: 5
|
||||
Death_Stat_Loss:
|
||||
Penalty_Percentage: 75
|
||||
Enabled:
|
||||
Acrobatics: false
|
||||
Archery: false
|
||||
Axes: false
|
||||
Fishing: false
|
||||
Herbalism: false
|
||||
Mining: false
|
||||
Repair: false
|
||||
Swords: false
|
||||
Taming: false
|
||||
Unarmed: false
|
||||
Woodcutting: false
|
||||
Vampirism:
|
||||
Leech_Percentage: 5
|
||||
Enabled:
|
||||
Acrobatics: false
|
||||
Archery: false
|
||||
Axes: false
|
||||
Fishing: false
|
||||
Herbalism: false
|
||||
Mining: false
|
||||
Repair: false
|
||||
Swords: false
|
||||
Taming: false
|
||||
Unarmed: false
|
||||
Woodcutting: false
|
||||
|
||||
#
|
||||
# Settings for SMP Mods
|
||||
|
Reference in New Issue
Block a user