取决于

关于推荐

向游戏添加推荐系统。玩家可以邀请其他玩家并为此获得奖励。

 

命令

  • referal – 开放接口
  • promo [promocode] – 激活 promo code

 

权限

您可以在 config 中设置权限,例如:

"Permission (example: referrals.use)": "referrals.use",

 

private void OnPromoCodeActivated(BasePlayer player, string promocode)

 

应用程序接口

private string GetPromoCode(BasePlayer member)
private string GetPromoCode(string member)
private string GetPromoCode(ulong member)

 

配置

{
  "Commands": [
    "ref",
    "referal"
  ],
  "Commands to activate the promo code": [
    "promo",
    "code"
  ],
  "Permission (example: referrals.use)": "",
  "Work with Notify?": true,
  "Use auto-wipe?": false,
  "Promo Code Chars": "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",
  "Promo Code Length": 8,
  "Awards": [
    {
      "Invites Amount": 1,
      "Type": "Item",
      "ID": 1,
      "Image": "",
      "Title": "",
      "Command (%steamid%)": "",
      "Plugin": {
        "Hook": null,
        "Plugin name": null,
        "Amount": 0
      },
      "Display Name (empty - default)": "",
      "ShortName": "wood",
      "Skin": 0,
      "Amount": 20000,
      "Chance": 70.0
    },
    {
      "Invites Amount": 2,
      "Type": "Item",
      "ID": 2,
      "Image": "",
      "Title": "",
      "Command (%steamid%)": "",
      "Plugin": {
        "Hook": null,
        "Plugin name": null,
        "Amount": 0
      },
      "Display Name (empty - default)": "",
      "ShortName": "stones",
      "Skin": 0,
      "Amount": 15000,
      "Chance": 70.0
    },
    {
      "Invites Amount": 5,
      "Type": "Item",
      "ID": 3,
      "Image": "",
      "Title": "",
      "Command (%steamid%)": "",
      "Plugin": {
        "Hook": null,
        "Plugin name": null,
        "Amount": 0
      },
      "Display Name (empty - default)": "",
      "ShortName": "leather",
      "Skin": 0,
      "Amount": 2400,
      "Chance": 55.0
    },
    {
      "Invites Amount": 7,
      "Type": "Item",
      "ID": 4,
      "Image": "",
      "Title": "",
      "Command (%steamid%)": "",
      "Plugin": {
        "Hook": null,
        "Plugin name": null,
        "Amount": 0
      },
      "Display Name (empty - default)": "",
      "ShortName": "cloth",
      "Skin": 0,
      "Amount": 2300,
      "Chance": 55.0
    },
    {
      "Invites Amount": 10,
      "Type": "Item",
      "ID": 5,
      "Image": "",
      "Title": "",
      "Command (%steamid%)": "",
      "Plugin": {
        "Hook": null,
        "Plugin name": null,
        "Amount": 0
      },
      "Display Name (empty - default)": "",
      "ShortName": "lowgradefuel",
      "Skin": 0,
      "Amount": 1500,
      "Chance": 50.0
    }
  ]
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。