Theme Editor
Edit the default ItsMyConfig placeholders and preview them in chat, lore, scoreboard, and tablist views.
Editor Options
Import or reset default placeholders before copying the generated YAML.
Preset
Placeholders
Change values and adjust the template.
server-name
Main server brand shown in messages.
prefix
Shared prefix used in chat notifications.
error-prefix
Prefix used for error messages.
primary-color
Main accent color.
secondary-color
Secondary accent color.
text-color
Default readable text color.
dark-color
Muted helper color.
darkest-color
Smallest contrast helper color.
discord
Discord invite, without https://.
store
Store domain, without https://.
ip
Server IP shown in menus and tablist.
exp-format
EXP amount format. `{0}` is amount.
eco-format
Economy amount format. `{0}` is amount.
Minecraft Preview
ServerName ┃ 1250⛁ has been added to your account.
ERROR ┃ You need 250⛁ to buy this rank.
ServerName ┃ Visit store.servername.net for new items.
Placeholder YAML
Copy this file into your 'ItsMyConfig/placeholders/default.yml' or merge the 'custom-placeholder' section.
custom-placeholder: server-name: value: <gradient:#ff0f7b:#f89b29><bold>ServerName</bold></gradient> type: colored_text prefix: value: <p:server-name> <p:text-color>┃ error-prefix: value: <red><bold>ERROR</bold></red> <p:text-color>┃ primary-color: value: yellow type: color secondary-color: value: gold type: color text-color: value: white type: color dark-color: value: gray type: color darkest-color: value: dark_gray type: color discord: value: discord.gg/example store: value: store.servername.net ip: value: play.servername.net exp-format: value: <#F15BB5>{0}◎</#F15BB5> type: colored_text eco-format: value: <yellow>{0}⛁</yellow> type: colored_text