Language

DailynWeeklyRewards

DailynWeeklyRewards

ModrinthSpigotMC

A daily/weekly rewards plugin

560 downloads 5 followers updated 3d ago
latest v1.1-5 Modrinth
Bukkit Paper Spigot 1.20 – 26.2 Game-mechanicsSocialUtility

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%."

Versions

Release
1.1-5
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 3d ago
IMPROVED! Added 26.2 support!
8
Release
1.1-4
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 2mo ago
26.1 Support
68
Release
1.1-3
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 6mo ago
1.21.10 & 1.21.11 Support
116
Release
1.1-2
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 8mo ago
1.21.9 support release
78
Release
1.1-1
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 11mo ago
1.21.8
61
Release
1.1
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 11mo ago
Game breaking bug fix
34
Release
1.1
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 11mo ago
1.21.7
54
Release
1.1
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 14mo ago
1.21.5 UPDATE
98
Release
1.0
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 14mo ago
43

Comments 0

No comments yet. Be the first to share your thoughts.