A Rewards

About The A Rewards Plugin

You can reset recieved rewards every day or wipe.
You can give multiple commands/items to player in one reward.
You can set any position and size for chest (ui).
Has langs for each of your reward.
Has EN and RU versions in archive.

You can get the fastest support in our Discord: Alias™ dev.

A Rewards Default Configuration

{
    "Clear data on wipe?": false,
    "Clear data every real day?": true,
    "Disable chest ui after recieving all rewards?": true,
    "Chat avatar SteamID": 0,
    "UI Settings": {
        "Closed chest image URL": "hidden",
        "Opened chest image URL": "hidden",
        "Anchor Min": "0 1",
        "Anchor Max": "0 1",
        "Offset Min": "10 -100",
        "Offset Max": "110 0"
    },
    "Rewards (online time : list of rewards)": {
        "3600": [
            {
                "Required permission": "",
                "Command (true) or item (false)": false,
                "Reward description (can be edited in langs)": "Scrap x1000",
                "Command": "",
                "Item shortname": "scrap",
                "Item name (leave empty if not needed)": "",
                "Item skin": 0,
                "Item amount": 1000
            },
            {
                "Required permission": "arewards.vip",
                "Command (true) or item (false)": true,
                "Reward description (can be edited in langs)": "1000 Economics balance for VIP",
                "Command": "deposit %SteamID% 1000",
                "Item shortname": "scrap",
                "Item name (leave empty if not needed)": "",
                "Item skin": 0,
                "Item amount": 1
            }
        ],
        "10800": [
            {
                "Required permission": "",
                "Command (true) or item (false)": false,
                "Reward description (can be edited in langs)": "Ak-47",
                "Command": "",
                "Item shortname": "rifle.ak",
                "Item name (leave empty if not needed)": "Cool AK-47",
                "Item skin": 0,
                "Item amount": 1
            },
            {
                "Required permission": "",
                "Command (true) or item (false)": false,
                "Reward description (can be edited in langs)": "Ammo for your riffle",
                "Command": "",
                "Item shortname": "ammo.rifle",
                "Item name (leave empty if not needed)": "",
                "Item skin": 0,
                "Item amount": 500
            }
        ]
    },
    "Plugin Version": {
        "Major": 1,
        "Minor": 0,
        "Patch": 0
    }
}

Leave a Comment