nwPlugin | NN
  • Introduction
    • Community & Support
  • My Plugins
    • nwMMOUpgrade
      • English
        • Config & Command
        • Feature
          • Upgrade
          • Add Socket
          • Repair
      • Chinese
        • 配置與指令
        • 功能介紹
          • 升級
          • 增加插槽
          • 修復
    • nwFurnitureShow
      • English
        • Supported Plugins
        • Config & Command
        • Feature
          • Preview
          • Search
          • Price
          • Dye (HMCColor Integration)
Powered by GitBook
On this page
  1. My Plugins
  2. nwMMOUpgrade
  3. Chinese
  4. 功能介紹

修復

Previous增加插槽NextnwFurnitureShow

Last updated 2 days ago

修復 Repair

修復功能讓你可以透過GUI修復裝備, 你可以將多個物品放入介面中同時修復

Features

1. 適用類型篩選(Filter Type Applies To)

啟用此功能後,系統僅會修復符合 applies-to 中所設定類型的 MMOItems 物品

settings:
  filter-type-applies-to: false # true/false: Filter MMOItems to only those whose type is in 'applies-to'

2. 允許原版物品(Allow Vanilla Item)

啟用此功能後,你將能在此 GUI 中修復 Minecraft 原版物品

settings:
  allow-vanilla-item: true # true/false: Allow vanilla items to be repaired

3. 修理費用(Cost Repair Item)

此功能可讓每次修理時消耗 Vault 金錢作為費用

cost-repair-item:
    enabled: false # true/false: Enable/disable the cost system
    amount: 5000 # Cost amount per item if enabled

4. 適用物品類型(Applies To

你可以指定多種 MMOItem 類型,使修理設定套用於這些類型的物品。

applies-to:
  - SWORD
  - PICKAXE