Added
usage-limits section in config.yml.
You can now define how many times max can a group (Luckperms) can use a particular model-type, like this:
Code (YAML):
usage-limits:
city-guard:
deny-message
:
"You can not enter this castle."
groups:
default
: 2
vip
: 4
supravip
: 10
helper:
deny-message
:
"I don't have anything to learn you anymore, good game !"
groups:
vip
: 0
It helps to avoid a player abusing the models which can cost a lot of money.