Added option to change money command/aliases in config.yml
Fixed %PREFIX% placeholder in messages.yml from not working.
Updated messages.yml that had old command usages.
With Aliases with money command:
Code (YAML):
plugin:
commands:
money:
command
: 'money'
aliases
:
- 'tokens'
- 'coins'
- 'gems'
# how many entries should /tbaltop pull. Recommended: 1 - 20
leaderboard-entries
: 10
# 10 will pull the top 10 players who have the most tokens.
update-stats
: 120
# in seconds
Without aliases & token command instead of money:
Code (YAML):
plugin:
commands:
money:
command
: 'token'
aliases
:
[
]
# how many entries should /tbaltop pull. Recommended: 1 - 20
leaderboard-entries
: 10
# 10 will pull the top 10 players who have the most tokens.
update-stats
: 120
# in seconds