Name Rewards

Plugin Paid Name Rewards 1.0.2

Configuration
Open me

JSON:
{
  "Command": "rname",
  "Wipe data on new map": false,
  "Give access to oxide group if have words in name": "GroupNameHere",
  "Words for reward": [
    "orange",
    "rustworkshop",
    "workshop"
  ],
  "Permissions": [
    {
      "Permission": "namerewards.default",
      "Priority": 1,
      "Reward cooldown": 86400,
      "Minimal rewards": 1,
      "Maximal rewards": 3,
      "Rewards": [
        {
          "Command": "",
          "Shortname": "wood",
          "Amount": 3000,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "",
          "Shortname": "charcoal",
          "Amount": 5000,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "grantperm {userID} metabolism.vip",
          "Shortname": "",
          "Amount": 0,
          "Skin ID": 0,
          "Display name": null
        }
      ]
    },
    {
      "Permission": "namerewards.vip",
      "Priority": 1,
      "Reward cooldown": 43200,
      "Minimal rewards": 1,
      "Maximal rewards": 3,
      "Rewards": [
        {
          "Command": "",
          "Shortname": "rifle.ak",
          "Amount": 1,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "",
          "Shortname": "rifle.bolt",
          "Amount": 1,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "grantperm {userID} metabolism.top",
          "Shortname": "",
          "Amount": 0,
          "Skin ID": 0,
          "Display name": null
        }
      ]
    }
  ]
}

---
Configuration 2.0
Open me

JSON:
{
  "Command": "rname",
  "Wipe data on new map": false,
  "Words for reward": [
    "orange",
    "rustworkshop",
    "workshop"
  ],
  "Give access to oxide group if have words in name": "Group name here",
  "Permissions": [
    {
      "Permission": "namerewards.default",
      "Priority": 1,
      "Reward cooldown": 86400,
      "Minimal rewards": 1,
      "Maximal rewards": 3,
      "Rewards": [
        {
          "Command": "",
          "Shortname": "wood",
          "Amount": 3000,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "",
          "Shortname": "charcoal",
          "Amount": 5000,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "grantperm {userID} metabolism.vip",
          "Shortname": "",
          "Amount": 0,
          "Skin ID": 0,
          "Display name": null
        }
      ]
    },
    {
      "Permission": "namerewards.vip",
      "Priority": 1,
      "Reward cooldown": 43200,
      "Minimal rewards": 1,
      "Maximal rewards": 3,
      "Rewards": [
        {
          "Command": "",
          "Shortname": "rifle.ak",
          "Amount": 1,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "",
          "Shortname": "rifle.bolt",
          "Amount": 1,
          "Skin ID": 0,
          "Display name": null
        },
        {
          "Command": "grantperm {userID} metabolism.top",
          "Shortname": "",
          "Amount": 0,
          "Skin ID": 0,
          "Display name": null
        }
      ]
    }
  ]
}

---
Language 2.0
Open me

JSON:
{
  "Permission": "You don't have permission to use that!",
  "Cooldown": "Cooldown for <color=red>{0}</color>!",
  "Received Reward": "You received {0} as reward to your nickname!",
  "No Words": "You need to have in name:\n{0}"
}

---
Give player rewards for words in their nickname

Author
Orange
Views
5,290
First release
Last update

More from Orange (Recent)

Top