Skip to main content

đŸ“Ļ Custom Reforge Materials

MMOitemsReforge allows you to specify unique reforge costs for different equipment types. All material configs are located in the reforge-materials/ directory.

📂 Match Priority​

The plugin searches for materials in the following order:

  1. Specific Item ID: Matches mmoitems-id.
  2. Specific MMOItems Types: Matches mmoitems-types.
  3. Default: If neither of the above matches.

đŸ› ī¸ Configuration Example (weapons.yml)​

You can set up to 4 types of materials for a single reforge action.

# Example: Material cost for all swords
general-swords:
priority: 100
target:
mmoitems-types:
- SWORD
- GREATSWORD
# Material List
materials:
# Slot 1: Main Material (MMOItems)
main_shard:
provider: MMOITEMS
type: MATERIAL
id: REFORGE_SHARD
amount: 1
# Slot 2: Secondary Material (Vanilla)
experience:
provider: VANILLA
material: EXPERIENCE_BOTTLE
amount: 5

📋 Supported Providers​

ProviderDescriptionParameters
VANILLAMinecraft Itemsmaterial: DIAMOND
MMOITEMSMMOItems Itemstype: MATERIAL, id: XXX
ITEMSADDERItemsAdder Itemsid: namespace:id
NEXONexo Itemsid: nexo_id

[!TIP] If the materials in the GUI do not match the requirements, the confirm button will turn red, indicating "Insufficient Materials".