关于 Skills
插件添加了一个包含 18+ 不同技能的系统
特征:
- 美观的用户界面
- 通用性(插件与不同的经济插件一起使用)
- 自定义(您可以在配置中设置的所有接口)
- 性能
命令
- 技能 – 开放接口
- 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
暂无评论内容