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. English
  4. Feature

Repair

PreviousAdd SocketNextChinese

Last updated 4 days ago

Repair

The Repair feature allows you to repair your items through a GUI. You can repair multiple items by placing them into the GUI.

Features

1. Filter Type Applies To

When enabled, this will only filter for types that match those defined in applies-to (for MMOItems).

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

2. Allow Vanilla Item

When enabled, you will be able to repair Vanilla Minecraft items within this GUI.

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

3. Cost Repair Item

This feature allows you to use Vault (Money) for each repair addition.

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

4. Applies To

You can specify more than one MMOItem type that this configuration applies to.

applies-to:
  - SWORD
  - PICKAXE