Custom Daily Reward
No reviews yet
Giving highly customable daily rewards to dedicated players.
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
This is a mod that enables you to customize daily rewards to players.
Default Rewards:
1st Day- Bread *3
2nd Day- Planks *16
3rd Day- Apple *5
4th Day- Coal *8
5th Day- Iron Sword*1
6th Day- A set of Leather Armors
7th Day- Diamond *1
Since r1.0-4, no default rewards and crafttweaker is required.
How to Customize
Since r1.0-4, it begins to use Zenscript so Crafttweaker is required.
Syntax:
mods.dailyreward.add(String str, Object... obj);
str to decide when to give the reward, and obj is the reward, supporting itemstack and command
similar to the old way
For example:
mods.dailyreward.add("%day == 1", <minecraft:stone>, <minecraft:dirt>, "/kill &p");
when player login in the first day, he will be awarded a stone block and a dirt block, and get killed.
%day==1 The first day player logged in %day%10==1 The first day and then for every ten days %day>3 having logged in for more than 3 days %d==1 every 1st day of the month %m==10 && %d==1 Oct.1st every year
Before r1.0-4
open dailyreward.cfg or use Config Gui first
Default:
S:dailyreward.customization <
%day==1#stack==minecraft:bread,0,3
%day==2#stack==minecraft:planks,0,16
%day==3#stack==minecraft:apple,0,5
%day==4#stack==minecraft:coal,0,8
%day==5#stack==minecraft:iron_sword
%day==6#stack==minecraft:leather_helmet#stack==minecraft:leather_chestplate#stack==minecraft:leather_leggings#stack==minecraft:leather_boots
%day==7#stack==minecraft:diamond
>
Parameter provided:
%day - refer to how many days player has logged in
%cont - refer to how many days player has logged in continuely
%posx %posy %posz - refer to player's position
%y %m %d - refer to the year, the month, the day of month when player logged in
%p - refer to player's name
The Syntax is : boolean#1st reward#2nd reward ...etc
boolean can be written as followed:
%day==1 The first day player logged in %day%10==1 The first day and then for every ten days %day>3 having logged in for more than 3 days %d==1 every 1st day of the month %m==10 && %d==1 Oct.1st every year
reward can be written as followed:
stack==modid:name stack==modid:name,metadata stack==modid:name,metadata,amount stack==modid:name,metadata,min,max command==/[insert command]
An Example:
%day==1#stack==minecraft:apple#stack==minecraft:iron_sword#command==/kill %p
When player first logged in, give him an apple and a iron sword and then kill him
Our Media
Try my another mod: ExtraBotany, a Botania Addon
Commands:
/drcheck - show check-in detailed information
/drexecute [insert day] [insert cont] - for testing
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
