There is an error in the new default config at line 129: there is two extra spaces
ADDED :
- Local and PAPI placeholders, they globally returns the limit karma of a player tier or his previous one:
- %karma_player_tier_minimum%
- %karma_player_tier_maximum%
- %karma_player_previous_tier_minimum%
- %karma_player_previous_tier_maximum%
- Tier Scores:
- On every tiers, it is now possible to add a score depending of the self tier, another one, or none. This can help admins to add/remove specific values when a player from a tier hit/kills another player:
Code (YAML):
tiers:
none-display
:
"&f[&8None&f]&r"
list:
criminal:
display
:
"&4Criminal"
minimum
: -3000
maximum
: -1500
score:
criminal
: 50
thug
: 5
none
: 0
#Player without tier, 0 by default
citizen
: -20
vigilante
: -70
sheriff
: -150
- You can use this value ONLY on the hit/kill expressions by using the placeholder `%karma_attacker_victim_tier_score%`