You can now define a color for your tablist/scoreboard or wherever you want!
%powerlevel_color% will return a color based on the powerlevel of the user:
in config.yml:
Code (YAML):
colors:
- "0-9
:
&a"
- "10-24
:
&b"
- "25-49
:
&4"
- "50-99
:
&6"
- "100-199
:
&9"
- "200
:
&1"
This means that between 0 and 9 power, you get color code &a, etc.
This also means that every powerlevel above 200 gets &1 if you don't specify a range!
enjoy!