๐Ÿ—จ๏ธ
ZelChat Wiki
  • first steps
    • ๐Ÿ› ๏ธInstallation
    • ๐Ÿ”Permissions
    • ๐Ÿ“•Commands
  • Competitors
    • ๐ŸšฉWhy ZelChat
  • CHAT FILTERS
    • ๐Ÿ›ก๏ธChatRules
    • ๐Ÿ›ก๏ธFlood
    • ๐Ÿ›ก๏ธSimilarity
    • ๐Ÿ›ก๏ธCooldown
    • ๐Ÿ›ก๏ธCaps
  • RENDER FEATURES
    • ๐ŸŽฒItem [item]
    • ๐ŸงบInventory [inv]
    • ๐ŸงณEnderchest [enderchest]
    • ๐Ÿ˜ŽEmojis [Placeholders]
  • FORMATS
    • ๐Ÿ—ฃ๏ธChat Formatting
    • ๐Ÿ–๏ธTools
  • ADDONS
    • ๐Ÿ—ฃ๏ธTowny Chat
Powered by GitBook
On this page
  1. RENDER FEATURES

Emojis [Placeholders]

The emojis renderer work in chat and private messages

PreviousEnderchest [enderchest]NextChat Formatting

Last updated 10 months ago


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

Add new placeholders

################################
#                              #
#        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
๐Ÿ˜Ž