MythicChanger Wiki
  • 🎉Welcome
  • 📦Info
    • ✅Requirements
    • ⚙️Install
    • ⛔Limitation
    • 🔗Compatibility
    • 🛠️Configuration files
    • ⌨️Commands
    • ❓FAQ
    • 📋Format
    • 🆚Compare
  • 🤖Auto Match & Change
    • 📂Info of Auto Match & Change
    • 📌Rule
    • 📚Rule Config Example - Lore Modifier
    • 📚Rule Config Example - Vanilla Item Replacer
    • 📚Rule Config Example - Illegal Enchant Level Remover
    • 📚Rule Config Example - Random Replace
  • 🌱Drag/GUI Change
    • 📂Info of Drag/GUI Change
    • 🪄Apply Item
    • 📚Apply Item Example - Enchantment Scroll
    • 📚Apply Item Example - Attribute Scroll
    • 📚Apply Item Example - Stat Scroll
  • 🔍Match Rules
    • None
    • Items
    • Material
    • Material Tag
    • Contains Name/Contains Lore
    • Contains Enchants/Stored Enchants
    • Contains Enchants/Stored Enchants Amount
    • Contains Apply
    • Contains NBT
    • Has Name
    • Has Lore
    • Has Enchants
    • Has Apply
    • Rarity
    • NBT
    • NOT
    • ANY
    • Enchantable
    • Item Format
  • 🔄Change Rules
    • ⚠️Note
    • Empty
    • Fix Hide Attributes Bug
    • Add Name
    • Add Lore
    • Add Attributes
    • Set Name/Lore
    • Set Custom Model Data
    • Set Amount
    • Add flag/Remove flag
    • Add enchants
    • Delete enchants
    • Remove Name/Lore
    • Remove Enchants
    • Set Type
    • Random
    • Replace Item
    • Replace Name
    • Replace Lore
    • Replace Enchants
    • Set Color
    • Parse PAPI
    • NBT
    • Edit Item
    • Edit Lore
    • Keep
    • Deapply
    • Apply Limit
    • MMOItems
  • ✨Features
    • 🎨Color Code
    • ⚡Powerful Item Placeholders
    • 🌍Localized Item Name - Premium
    • ✔️Only In Player Inventory
    • 💾Saved Item
  • 💻Develop
    • Add custom rules
Powered by GitBook
On this page
  • Where can I use them?
  • Placeholder List
  • Math
  1. ✨Features

⚡Powerful Item Placeholders

Where can I use them?

  • In MythicChanger itself, you can use powerful item placeholders at fake or real changes's config. Like this:

real-changes:
  add-enchants:
    sharpness: '{item_enchants.sharpness;;0} + 1'
  • You can also use them at actions or conditions set in MythicChanger.

  • Not all! You can use them at other item plugins that not packet based in lore! Just use parse-papi-lore change rule do it! Use this rule in fake changes only!

Placeholder List

  • {name}

  • {original-name} - The original item name, which means the item changed before.

  • {raw-name} - The item name without color code. (Premium)

  • {raw-original-name} - The original item name, but without any color code. (Premium)

  • {amount}

  • {max-stack}

  • {item_<Item Format Key>;;<Default Value>} - Get the value of the item's specified Item Format value. You can use command /mc generateitemformat to view hold item's Item Format. (Premium)

  • {nbt_<NBT Key>;;<Default Value>} - Get the value of the item's specified Custom NBT value. You can use command /mc viewnbt to view hold item's Custom NBT. (Premium, require NBTAPI)

  • ALL PLACEHOLDERAPI placeholders!

Math

Previous🎨Color CodeNext🌍Localized Item Name - Premium

Last updated 3 months ago

You can use placeholders and in change configs! Just set math.enabled option to true in config.yml file and then enjoy!

Math Calculate Format