Custom Daily Reward

Quick rating

Custom Daily Reward

No reviews yet

Giving highly customable daily rewards to dedicated players.

No Theme
No Genre
QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
CustomDailyReward-r1.0-4.jar
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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

https://discord.gg/FFEzvtr

Try my another mod: ExtraBotany, a Botania Addon


Commands:

/drcheck - show check-in detailed information

/drexecute [insert day] [insert cont] - for testing

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~50,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works