About Custom Advent Calendar
RUST Plugin Test Server
TEST MY PLUGINS THERE!
connect play.thepitereq.ovh:28050
Custom Advent Calendar lets you personalize the advent calendar on your server and adjust how rewards should be redeemed.
- SQL support is included.
- Allows for multiple daily rewards, custom names, skins, and random reward amounts.
- Includes a player-based day counter, with a global option available in the config.
- Support for command rewards.
{ "Count Rewards Per Player (true) or Count Rewards Per Day of Month (false)": true, "Enable Console Logs": true, "Use SQL Database": false, "SQL Credentials": { "IP": "127.0.0.1", "Port": 3306, "Database Name": "CustomAdventCalendarPro", "Username": "admin", "Password": "YourSuperSecretPassword" }, "Reward List": [ { "Max Daily Redeems": 1, "Cooldown (in minutes, works only if Max Daily Redeems more than 1)": 360, "Item Rewards": [ [ { "Command (Ignored if empty)": "", "Shortname": "metal.fragments", "Minimum Amount": 10000, "Maximum Amount": 10000, "Skin": 0, "Display Name": "" }, { "Command (Ignored if empty)": "", "Shortname": "wood", "Minimum Amount": 15000, "Maximum Amount": 15000, "Skin": 0, "Display Name": "" } ], [ { "Command (Ignored if empty)": "", "Shortname": "stones", "Minimum Amount": 10000, "Maximum Amount": 10000, "Skin": 0, "Display Name": "" }, { "Command (Ignored if empty)": "", "Shortname": "sulfur", "Minimum Amount": 10000, "Maximum Amount": 15000, "Skin": 0, "Display Name": "" } ] ] }, { "Max Daily Redeems": 1, "Cooldown (in minutes, works only if Max Daily Redeems more than 1)": 0, "Item Rewards": [ [ { "Command (Ignored if empty)": "oxide.grant user {userId} permission.here", "Shortname": "", "Minimum Amount": 1, "Maximum Amount": 1, "Skin": 0, "Display Name": "" }, { "Command (Ignored if empty)": "say Player {userName} redeemed an reward!", "Shortname": "", "Minimum Amount": 1, "Maximum Amount": 1, "Skin": 0, "Display Name": "" } ] ] }, { "Max Daily Redeems": 1, "Cooldown (in minutes, works only if Max Daily Redeems more than 1)": 0, "Item Rewards": [ [ { "Command (Ignored if empty)": "", "Shortname": "box.repair.bench", "Minimum Amount": 1, "Maximum Amount": 1, "Skin": 2795785961, "Display Name": "Recycler" } ] ] } ] }