-
Notifications
You must be signed in to change notification settings - Fork 25
Rewards
Ben edited this page Nov 18, 2017
·
25 revisions
For everything that reward files can do can be seen here.
You can only do one of the following:
Rewards:
Directly defined the rewards (Recommended, works in nearly every place, some exceptions in reward files, e.g. ChoiceRewards), like so:
Rewards:
Money: 100
Commands:
- 'say %player%'
# Anything that reward files can do can be done here
# This auto converts into a reward file automatically and that is what the player gets
# Items, etc
# See ExampleBasic or ExamapleAdvanced
Rewards:
- 'RewardFile1'
- 'RewardFile2'
Rewards: 'RewardFile1'
%player% = Player name
%date% = Date of execution
%money% = Money player got (With random number support)
%exp% = Exp player got (With random number support)
Rewards:
Commands:
- 'command here'
Rewards:
- command
(Reward folder)/command.yml:
Commands:
- 'command here'