推荐 1.3.4

推荐 1.3.4

推荐 1.3.4-PCI1
推荐 1.3.4
此内容为付费资源,请付费后查看
10积分
付费资源

原创地址推荐 – 插件 – Codefling

关于推荐

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

 

命令

  • 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
    }
  ]
}

 

 

常见问题

 

 

 

 

 

© 版权声明
THE END
喜欢就支持一下吧
点赞11 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容