
DailynWeeklyRewards is a Minecraft plugin that allows players to claim daily and weekly rewards through an intuitive GUI. Players can access their rewards using the /daily and /weekly commands. The reward button is positioned in slot 14, ensuring same sides across different GUI sizes. Customize rewards through the configuration file and keep players engaged with automated item and economy rewards. CONFIG
# DailynWeeklyRewards Configuration
# Reward settings
rewards:
daily:
commands:
- "give %player% diamond 5"
- "eco give %player% 100"
weekly:
commands:
- "give %player% diamond_block 3"
- "eco give %player% 500"
# GUI settings
gui:
daily:
title: "&6Daily Rewards"
size: 27 # Must be a multiple of 9 (9, 18, 27, 36, 45, 54)
slot: 13 # Change this to any slot number (0-26 for a 27-slot GUI) Slots are for where the minecart should be. like reward button
weekly:
title: "&5Weekly Rewards"
size: 27 # Must be a multiple of 9 (9, 18, 27, 36, 45, 54)
slot: 22 # Change this slot as needed
# Material used for filling empty slots in GUI
# Use any valid Minecraft material name
fill_material: "BLACK_STAINED_GLASS_PANE"
# Messages
messages:
claimed: "&aYou claimed your %type% reward!"
already_claimed: "&cYou already claimed your %type% reward!"
time_remaining: "&eYou can claim your next %type% reward in %time%."
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as DailynWeeklyRewards-1.1.jar — drop this file into the mods folder
- Download size: 12 KB
- Download link checked 1 Sept 2026 — working
These come from our own check of the pack file, not from the source page.