Creating & Configuring Rewards - NathanCollaert/RewardsLite GitHub Wiki
Rewards are the most complex and important part of RewardsLite.
Mastering the rewards might overwhelm you at first but once you understand the basic configurations it is very straight forward.
We'll help you through this process by explaining step by step how to create a new reward.
Table of Contents
Playtime Rewards
The RewardsLite/rewards folder will contain all your playtime rewards.
Three possible methods exist to create new playtime rewards, each one explained down below.
Manual Creation
Step 1: Create a new .yml file in the rewards folder and name it accordingly to what your reward will be (the name of the file will determine the permission for this reward).
Step 2: Open up one of your already created rewards, or the default-reward.yml, and copy the file contents with exception of the generated section.
Step 3: Paste the file contents into the newly created file in Step 1 and alter the configurations accordingly to what your reward is supposed to do.
Manual Creation 2
Step 1: Copy and paste one of your already created reward files and rename accordingly.
Step 2: Open up this new file and remove the generated section.
Step 3: Alter the configurations accordingly to what your reward is supposed to do.
In Game Creation
Coming soon to RewardsLite...
Daily Rewards
Coming to RewardsLite in the future...