Daily Rewards
Boost your player retention with 99% customizable Daily Rewards.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Daily Rewards
About the Plugin
- Daily Rewards: Setup 2 Daily Rewards in a GUI operated System. - Preview Rewards: You can preview the Rewards within the Item Lore. - Autoclaim for Rewards: You can enable an auto claim for the first Join of the day. - Daily Rewards Villager: Setup a Daily Rewards Villager with /setvillager - Cooldown: Wait 24 hours before claiming your next rewards. - Customisable Items: Each Item customisable to your likings. - Customisable Messages: Each Message customisable to your likings. - Easy Config: Well structured and simple config. - MySQL & SQLite Support: You can choose between SQLite or MySQL - BungeeCord & Velocity Support: Pick MySQL for a network - I recommend MySQL for Velocity or BungeeCord networks - If used for a network, make sure to upload the Plugin on every PaperMC Server you want to use the Plugin on
Commands and Permissions
- /setvillager - Sets the Daily Rewards Villager - /dailyrewards - Opens the Daily Rewards Villager - dailyrewards.setup - Permission to set the villager - dailyrewards.premium - Permission to claim the premium reward
config.yml
``` 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"
```
Support & Suggestions
Join my Discord if you have any questions or suggestions regarding the plugin - https://discord.gg/dj4DkrUVkX