mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 18:54:44 +02:00
Diminishing returns now has an optional minimum gains setting
This commit is contained in:
@ -65,6 +65,10 @@ Experience_Formula:
|
||||
# Settings for Diminished Returns
|
||||
###
|
||||
Diminished_Returns:
|
||||
#This is the minimum amount of XP a player will earn after reaching the timed threshold (this is to prevent punishing a player too hard for earning XP)
|
||||
## A value of 1 would mean that a player gets FULL XP, which defeats the purpose of diminished returns, the default value is 0.05 (5% minimum XP)
|
||||
### Set this value to 0 to turn it off
|
||||
Guaranteed_Minimum_Percentage: 0.05
|
||||
Enabled: false
|
||||
|
||||
# Limit the amount of experience a player can earn:
|
||||
|
Reference in New Issue
Block a user