# 📍Item Placeholder

## Placeholder List

We support use those item placeholder in other item plugins, you can use \[] symbol to replace {} symbol too:

* {enchants} - Display item's enchantments. We don't auto hide enchants of the item, you have to add **HIDE\_ENCHANTS** flag to item by yourself!
* {empty\_slots} - Display item's empty slots.
* {enchant\_amount} - Display item's enchantment amount.
* {slot\_amount} - Display item's max slot amount.

{% hint style="info" %}
MythicChanger-Premium plugin provide extra one item placeholder: {name}, can display item name at lore! Buy it [here](https://www.spigotmc.org/resources/mythicchanger-premium-match-and-modify-all-your-items-without-trouble-1-14-1-20.115913/).
{% endhint %}

## Example: Hide Auto Add Lore

You need install **MythicChanger** and set add-lore.match-item section to be:

```yaml
  # Only item that can be enchanted will be added lore.
  # If item don't have enchantment slot NBT, plugin will auto calculate it default slot as max slot.
  add-lore:
    # Require MythicChanger.
    # Which item will display lore.
    match-item:
      not:
        material:
          - book
          - enchanted_book
      has-lore: false # Added line, after add, item with lore won't auto add lore.
```

## MMOItems Issue

For MMOItems **6.9.4** version users:

* You can use \[] to replace {} to solve placeholder can not be used problem. This is MMOItems' problem. Like \[enchants].

Before 6.9.4 and after 6.9.4 version, MMOItems does not have this problem anymore.

## Creative Mode Issue

Item Placeholder can not be used in creative mode when you use them outside EnchantmentSlot (like put them into MMOItems), otherwise the placeholders will never be updated anymore.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://enchantmentslots.superiormc.cn/for-4.1.8/features/item-placeholder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
