关于技能

 

 

插件添加了一个包含 18+ 不同技能的系统

 

特征:

  • 漂亮的用户界面
  • 通用性(插件与不同的经济插件配合使用)
  • 自定义(您可以在配置中设置所有接口)
  • 性能

命令

  • skills – 开放界面
  • GiveAllSkills Name/Steamid – 在最大阶段赋予玩家所有技能
  • giveskill name/steamid [SkillType] [Stage] [ID – for None] – 为玩家提供舞台技能
  • skills.convert.olddata – 从旧数据转换
  • skills.wipe – 擦除技能
  • removeskill name/steamid [SkillType] [ID – 表示无] – 删除玩家的技能
  • skills.permissions.wipe – 使用它从玩家数据中手动删除权限

权限

  • skills.bypass – 技能旁路
  • skills.wipe – 使用命令“skills.wipe”

 

技能类型

  • 石头
  • 金属
  • 攻击
  • 安全
  • 再生
  • 新陈代谢
  • 组件费率
  • 站立机会
  • 工艺速度
  • 快速烤箱
  • 套件(仅适用于 Mevent 插件的套件
  • 没有
  • 屠夫
  • 废料
  • 回收速度
  • 转移擦除
  • 混合表速度
  • 收集
  • 工艺费率

 

常见问题

  • 在哪里可以看到配置示例?

配置

  • 如何将图像设置为背景?
1. Enter a link to the image in the "Image" field
2. Set "Save Image Color" to true
3. Reload Image Library (oxide.reload ImageLibrary)
4. Reload Skills (oxide.reload Skills)

!ATTENTION: The image must not exceed 3 MB

Example: https://pastebin.com/cDxiBVrh
  • 如何使用BankSystem来存储经济
  "Economy": {
    "Balance add hook": "Deposit",
    "Balance remove hook": "Withdraw",
    "Balance show hook": "Balance",
    "Plugin name": "BankSystem"
  },
  • 如何使用ServerRewards来存储经济
  "Economy": {
    "Balance add hook": "AddPoints",
    "Balance remove hook": "TakePoints",
    "Balance show hook": "CheckPoints",
    "Plugin name": "ServerRewards"
  },
  • 如何使用“所需技能阶段”?配置示例:
"Required skill stages": [
  {
    "Type": "CraftSpeed",
    "ID": 0,
    "Stage": 1,
    "Require the presence of this skill? (otherwise only the stage will be checked)": true
  }
]

 

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。