DailynWeeklyRewards

A daily/weekly rewards plugin

506

DailynWeeklyRewards

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

ADS