Added
-
[BETA] A ranking system. Your config should be updated automatically, but I'll add the default ranking configuration here just in case:
Code (YAML):
Settings
:
# Ranks are configured the same way as rewards, except that you have to specify a string with the rank name instead of a command.
# WARNING! THIS FEATURE IS EXPERIMENTAL!
Ranks:
Enabled
: false
# This rank should not be removed
0
:
# This value is used for the %actionpoints_fullrank% placeholder.
FullName
:
"&6Wood"
# This value is used for the %actionpoints_rankprefix% placeholder.
Prefix
:
"&6[W]"
500:
FullName
:
"&eGold"
Prefix
:
"&e[G]"
1000:
FullName
:
"&7Iron"
Prefix
:
"&7[I]"
1500:
FullName
:
"&bDiamond"
Prefix
:
"&b[D]"
2000:
FullName
:
"&5Obsidian"
Prefix
:
"&5[O]"
- Added %actionpoints_fullrank% and %actionpoints_rankprefix% to display the configurable names.