-
Notifications
You must be signed in to change notification settings - Fork 13
Achievements
stefvanschie edited this page Dec 23, 2018
·
1 revision
With achievements players can get a message upon reaching certain amounts of a statistic. You can set one up in the config.yml in the achievements
section. First specify a name for your achievement, which can be anything you like as long as the name is unique to each achievement. Under there you can specify the stat
, amount-required
and message
. The stat
can be any type of stat you want, which can be found here. The amount-required
is the amount you need for this achievement to be reached. The message
is the message that will be displayed to the user upon reaching this achievement. A section could look as follows:
achievements:
my-achievement:
stat: "plays"
amount-required: 100
message: "You got the achievement: play 100 games!"