您尚未登录,请登录后浏览更多内容! 登录 | 加入最MC

QQ登录

只需一步,快速开始

 找回密码
 加入最MC

QQ登录

只需一步,快速开始

查看: 4718|回复: 1
打印 上一主题 下一主题

[转载插件] [综合|管理|经济|安全]RepairPlus —— 更高级的装备修复[1.7.10-1.11]

[复制链接]
  • TA的每日心情

    2023-6-24 10:42
  • 签到天数: 592 天

    [LV.9]以坛为家II

    跳转到指定楼层
    楼主
    发表于 2017-6-3 19:37:58 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
    服务端插件
    中文名称: 装备修复
    英文名称: RepairPlus
    来源: 转载
    类型: |BungeeCord插件| 
    前置插件: Economy,Vault
    原帖地址: https://www.spigotmc.org/resources/repairplus-repair-items-on-an-anvil-at-a-cost.31836/
    下载地址: http://见贴内.com
    更新时间: 2017-06-03
    语言支持: 简体中文 English 
    本帖最后由 MC-Eailotv 于 2017-6-3 19:37 编辑

    RepairPlus - 高级的装备修复
    »插件介绍«
    这个插件可以为你带来一个更高级的铁毡
    它可以通过经验值、游戏金币、游戏物品来修复你的装备
    并且还能使你的铁毡不会损坏


    金币修复


    物品修复


    经验等级修复


    全息显示


    »指令&权限«
    指令


    /rp help 查看插件信息    - 所有玩家
    /rp reload 重启插件配置文件和语言文件
        - 默认OP
    /rp holo 切换全息显示是否开启
        - 默认OP
    /rp particles 切换粒子效果是否开启   
    - 默认OP
    /rp inf 切换铁毡是否会造成损坏    - 默认OP
    /rpanvil 随时都可以打开修复菜单    - RepairPlus.RPAnvil


    权限


    RepairPlus.use.*   ——允许使用所有方式修复装备
    RepairPlus.use.ECO   ——允许使用金币修复装备
    RepairPlus.use.XP   ——允许使用经验等级修复装备
    RepairPlus.use.ITEM   ——允许使用物品修复装备
    RepairPlus.mode   ——允许玩家切换不同修复方式
    RepairPlus.admin   ——让玩家切换是否能显示粒子效果和全息显示
    RepairPlus.permPlace   ——让玩家能够创建高级铁毡(此选项可以到config配置)
    RepairPlus.rpanvil   ——允许玩家使用/rpanvil指令


    »配置&语言汉化«
    配置(英文)


    1. # RepairPlus Configuration File
    2. settings:
    3.   # This is the repair timeout.
    4.   Timeout: 200
    5.   # This allows you to change the equation used to calculate repair costs for Experience
    6.   XP-Cost-Equation: '{MaxDurability} - ({MaxDurability} - {Durability} / 40) + 1'
    7.   # This allows you to change the equation used to calculate repair costs for Economy (Uses the tags above as well if needed)
    8.   ECO-Cost-Equation: '{XPCost} * 5'
    9.   # This allows you to change the equation used to calculate repair amounts for Items (Uses the tags above as well if needed)
    10.   ITEM-Cost-Equation: '{XPCost} * 3'
    11.   # This is the default icon that will be used for the Economy repair button.
    12.   ECO-Icon: DOUBLE_PLANT
    13.   # This is the default icon that will be used for the Experience repair button.
    14.   XP-Icon: EXP_BOTTLE
    15.   # This is the default icon that will be used for the Item repair button.
    16.   ITEM: DIAMOND
    17.   # Setting this to false will disable default Minecraft anvils leaving only the RepairPlus features.
    18.   Enable-Default-Anvil-Function: true
    19.   # Setting this to true will swap the RepairPlus function a right-click and the default Minecraft function a left-click.
    20.   Swap-Functions: false
    21.   # Setting this to true will require the permission 'RepairPlus.permPlace' to place a RepairPlus spawner.
    22.   Perms-Only: false
    23.   # Setting this to true will show any and all errors the plugin may be having in your server console.
    24.   Debug-Mode: false
    25.   # This is the economy cost multiplier. It is generated by multiplying itself by the amount of experience required to repair an item.
    26.   ECO-cost-multiplier: 5
    27.   # Setting this to false will disable the confirmation GUI when repairing items.
    28.   Yes-no-gui: true
    29.   # This is the material used for the exit buttons.
    30.   Exit-Icon: WOOD_DOOR
    31.   # This is the material used for the yes buttons.
    32.   Buy-Icon: EMERALD
    复制代码

    语言汉化


    1. # =======================
    2. # RepairPlus 语言文件
    3. # 汉化By:Eailotv_
    4. # 欢迎使用
    5. # =======================
    6. prefix: "&7[&9装备修复系统&7]"
    7. not-enough: "&c你没有足够的 {TYPE} &c来修复你手上的装备!"
    8. need-space: "&c铁毡的上方没有足够的空间!"
    9. cant-repair: "&c你不能修复这个!"
    10. already-repairing: "&c你已经在修复了!"
    11. time-out: "&c你的修复时间超时..."
    12. cost: "&a修复将要花费: &9{COST} 经验等级&a."
    13. cost-eco: "&a修复将要花费: &9${COST}&a."
    14. yes-no: "&a你可以在聊天栏里输入 &eyes &a或 &cno &a."
    15. not-damaged: "&a这个装备并没有损坏."
    16. success: "&a你的装备成功修复完成!"
    17. would-you-like: "&a你确定要修复 &9{ITEM} &a吗?"
    18. cancelled: "&c取消修复."
    19. 'yes': 是的,我需要修复
    20. 'no': 稍等,我再考虑一下
    21. click: 手持要修复的装备左键点击
    22. swap-click: 手持要修复的装备右键点击
    23. one-click: 手持要修复的装备点击
    24. torepair: "进行 &6修复&r!"
    25. XP: "&9经验等级"
    26. ECO: "&9金币修复"
    27. Item: "&9{ITEM}修复"
    28. XP-lore: '&7点击使用经验等级修复.'
    29. ECO-lore: "&7点击花费金币修复"
    30. Item-lore: "&7点击使用 物品{ITEM} 修复."
    31. gui-title: "&9你想要用什么方式修复?"
    32. gui-title-yesno: "&9修复装备需要花费 &a{COST}"
    33. yes-gui: "&a&l是的,我需要尽快修复"
    34. no-gui: "&c&l稍等,我再考虑一下"
    复制代码

    语言汉化文件下载
    下载好后打开压缩包
    将lang.yml文件压缩至plugins/RepairPlus文件夹并覆盖原有文件


    »插件下载&原帖地址«
    插件下载
    http://pan.baidu.com/s/1eRFNsga
    密码:yf0a
    原帖地址

    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?加入最MC

    x
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    您需要登录后才可以回帖 登录 | 加入最MC

    本版积分规则