DailynWeeklyRewards
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit paper spigot
标签: game-mechanics social utility
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%."请登录后举报
暂无评论,抢个沙发吧~