技能 – MEVENT 1.32.12

技能 – MEVENT 1.32.12

技能 - MEVENT 1.32.12-PCI1
技能 – MEVENT 1.32.12
此内容为付费资源,请付费后查看
10积分
付费资源
已售 2

原创地址技能 – 插件 – Codefling

图片[1]-技能 – MEVENT 1.32.12-PCI1

关于 Skills

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

US4xphR.png

特征:

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

命令

  • 技能 – 开放接口
  • giveAllSkills name/steamID – 在最大阶段为玩家提供所有技能
  • giveskill name/steamid [SkillType] [Stage] [ID – for None] – 为玩家提供带有舞台的技能
  • skills.convert.olddata – 从旧数据转换
  • skills.wipe – 擦除技能
  • removeskill name/steamid [SkillType] [ID – for None] – 删除玩家的技能
  • skills.permissions.wipe – 使用它从玩家数据中手动删除权限

权限

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

技能类型

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

常见问题

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

配置

  • 如何将图像设置为背景?
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
  }
]

CanSkillLearn(BasePlayer player, string skillType, int skillID, int stage)

OnSkillLearned(BasePlayer player, string skillType, int skillID, int stage)

 

 

 

 

 

 

 

 

 

 

 

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

请登录后发表评论

    暂无评论内容