File Details
CustomDailyReward-r1.0-4.jar
- B
- Apr 21, 2019
- 40.72 KB
- 34.7K
- 1.12.2
File Name
CustomDailyReward-r1.0-4.jar
Supported Versions
- 1.12.2
Since this update, 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.

