
Boost your player retention with 99% customizable Daily Rewards.
database:
# Options: "sqlite", "mysql" (Pick mysql for Bungeecord/Velocity Network)
# !!!BUNGEECORD OR VELOCITY NETWORK - Plugin has to be installed on every PaperMC server that uses DailyRewards
type: "sqlite"
mysql:
host: "localhost"
port: 3306
database: "rewards"
username: "root"
password: "password"
autoClaimOnJoin: false # Set to true if players should automatically receive rewards on join
Prefix: "&8[&6Rewards&8]&7 "
villagerName: "&6&lDaily Rewards &7(Right Click)"
villagerMenuTitle: "&6Daily Rewards"
setVillagerCommand: "&aSuccessfully &7set the &eDaily Rewards &7villager."
villagerMenuFillerItem: BLACK_STAINED_GLASS_PANE # Default - BLACK_STAINED_GLASS_PANE
cooldownMessage: "&cYou've already claimed the Default Daily Reward. Come back in &b%hours%h&c, &b%minutes%min &cand &b%seconds%secs&c."
# DEFAULT PLAYER REWARDS
dailyRewardAvailable:
material: GLOWSTONE_DUST
displayName: "&eDaily Rewards"
lore:
- "&7"
- "&7Reward Contains:"
- " &8» &a&l+ &f25 Coins"
- "&7"
- "&8➥ &bLeftclick to claim"
command: "give %playername% minecraft:diamond 16" # Command that is being executed when the player claims the reward.
claimMessage: "You &asuccessfully &7claimed the &eDefault Daily Reward&7."
# PREMIUM PLAYER REWARDS
premiumRewardAvailable:
material: GLOWSTONE_DUST
displayName: "&ePremium Daily Rewards"
lore: # You can add and remove as many lines of the item lore as you want to.
- "&7"
- "&7Reward Contains:"
- " &8» &a&l+ &f32 Diamonds"
- "&7"
- "&8➥ &bLeftclick to claim"
command: "give %playername% minecraft:diamond 32" # Command that is being executed when the player claims the reward.
claimMessage: "You &asuccessfully &7claimed the &ePremium Daily Reward&7."
premiumOnly: "&cOnly a premium player or higher can claim this reward! - Visit our shop and buy a rank: &bshop.yourserver.com"
Join my Discord if you have any questions or suggestions regarding the plugin - https://discord.gg/dj4DkrUVkX