Compatibility
Minecraft: Java Edition
26.1
1.21.1–1.21.11
Platforms
Supported environments
Server-side
Singleplayer
Links
Tags
Creators
Details
Licensed MIT
Published last month
Easy Daily Rewards
A mod allowing for server owners easily configure a simple daily reward system for their players. It has claim cooldowns, persistent timers, notifications for when rewards are available, and customizable item rewards.
Commands
/dailyrewards- Claim available rewards./dailyrewards reset [Name/UUID]- Admin only command for manually resetting cooldowns.
Config
Server owners can configure the items granted by editing the config file.
#Server-side daily reward configuration.
#Edit this file to customize what players receive when they run /dailyrewards.
#List of daily reward entries in compact syntax.
#Each entry must look like: item_id=count
#Example: ["minecraft:gold_ingot=5", "minecraft:bread=2"]
#The item id must be a valid registry name and the count must be at least 1.
#Use one entry per reward item; duplicate item ids are allowed if you want separate stacks.
claimRewards = ["minecraft:iron_ingot=1"]


