Releases: VimbaTheFish/daily-rewards
DailyRewards v.1.3.3
Added nbt data support for items. Example: https://github.com/SkyFire55/daily-rewards/blob/master/src/main/resources/assets/dailyrewards/DailyRewards.conf
DailyRewards 1.3.2
Removed russian messages in MONEY rewards
DailyRewards 1.3.1
- Added possibility to add delay for showing GUI on login! (add "guiShowDelay=0" string to main config or just generate a new one)
DailyRewards 1.3.0
Changes:
- A lot of inner changes in code
- Now GUI looks more userfriendly
- You can choose your own button item
IMPORTANT! Add to config this string - button: "minecraft:end_crystal"
or delete old config to generate new one
DailyRewards v1.2.2
Here is 1.2.2! Let's check what's changed:
- Fixed dangerous bug in ITEM reward
- Added /dr help command
- Added custom reward message for every day! Just add reward-message: "Here's reward". Example is here: https://github.com/SkyFire55/daily-rewards/blob/master/src/main/resources/assets/dailyrewards/DailyRewards.conf (string 13)
- A lot of little optimizations in code
DailyRewards v1.2.1
Lore positioning fix
DailyRewards v1.2.0 API5/6/7
Hey! From this time versions are splitted!
New Feauters:
- Added Notification system for players - now they will be notificated it they have forgotten about their reward!(optional)
- Fixed bugs connected with daycap
- Versions for different API now splitted
- Now you can use & in item name and lore
If you want to use this version, you should EITHER DELETE and generate new one, or CHANGE your config file.
If you don't want delete your config file, just add this strings to existing ones:
DailyRewards.conf:
- messages-amount: 3 // amount of messages which player will recieve if he didn't take his reward. (0 to turn off)
- time-interval: 600 //time interval in seconds between messages. (0 to turn off)
- show-rewards-on-join=true //shows rewards to player when he joins or not
messages.conf:
- rewards-notification: "Hey, you forgot about your reward! Use /dr show command to take it!"
DailyRewards v1.1.3
- Added new commands - /dr info player, /dr set day day player, /dr set status false player
- Little minor fixes
Bugs:
-MONEY reward doesn't work on API 5/6! Use CMD reward and /eco give
This version still works on all API. I hope.
DailyRewards v1.1.2
Hard Mode fixed
DailyRewards v1.1.1
That's first public release! Not sure that all features work correctly, but at least it works. Be free to write issues if you will find something!
Maybe doesn't work (needs check):
- HardMode
- Auto-Next-Day system (/dr clear command works perfectly, you can use it)