đĻ 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:
- Specific Item ID: Matches
mmoitems-id. - Specific MMOItems Types: Matches
mmoitems-types. - 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â
| Provider | Description | Parameters |
|---|---|---|
VANILLA | Minecraft Items | material: DIAMOND |
MMOITEMS | MMOItems Items | type: MATERIAL, id: XXX |
ITEMSADDER | ItemsAdder Items | id: namespace:id |
NEXO | Nexo Items | id: nexo_id |
[!TIP] If the materials in the GUI do not match the requirements, the confirm button will turn red, indicating "Insufficient Materials".