# Emojis \[Placeholders]

***

You can only use minimessage formats to colorize the replacement! \
You can also add placeholders that will require a permission!\
&#x20;An useful EULA friendly perk you can give to your VIPs

<figure><img src="/files/S6oIdTEJUtX8XFe6epK0" alt=""><figcaption></figcaption></figure>

## Add new placeholders

```yaml
################################
#                              #
#        Placeholders          #
#       you can only use       #
#         minimessage          #
#                              #
################################
#
# Placeholders are strings replaced in chat
# with their respective value
# You can also use emojis or PAPI Placeholders
#
# Useful Links to customize like a pro
Enabled: true
Placeholders:
  "*star*": "<yellow>★</yellow>"
  "*yep*": "<green>✌</green>"
  ":)": "<red>☺</red>"
  ":(": "<aqua>☹</aqua>"
  "*clock*": "<blue>⌚</blue>"
  "[i]": "[item]"
  "[discord]": "<#25c8fa><click:open_url:'https://discord.com/'>https://discord.com/</click></#25c8fa>"
Placeholders-with-permission:
  balance:
    prefix: "[bal]"
    parser: "<yellow>%player_name%'s Money %vault_eco_balance_formatted%</yellow>"
    permission: zelchat.placeholder.balance
```


---

# 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://natorog.gitbook.io/render-features/emojis-placeholders.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.
