Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "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"
- }
- ]
- ]
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment