DailyRewards+ | V1.1.1
DailyRewards+ V1.1.1 adds an extremely requested feature, Multiple items in the rewards list (Example Screenshot Below)
This allows you to show a complete list of the rewards for that day to your users,
How does it work? Simply!
Here's an example from our Rewards.yml File:
Code (YAML):
Day 1:
RewardName
:
"$500 Ingame Money - 2x Survival Crate Keys - 200xp - 1x Golden Apple"
RewardCommands
:
-
"eco give <playerName> 500"
-
"cr give <playerName> survivalcrate 2"
-
"exp give <playerName> 200"
-
"give <playerName> goldenapple 1"
RewardIcon
:
"SUNFLOWER"
Extras:
Enchanted
: true
GUI Position
: 0
In short just separate the rewards in
RewardName with
- (Dash)
,
The plugin will do the rest!
Example Screenshot: