ItsMyStudio

Preset Builder

Edit the default ItsMyConfig placeholders and preview them in chat, lore, scoreboard, and tablist views.

Support

Builder Options

Import or reset default placeholders before copying the generated YAML.

Preset

Placeholders & Examples

The example snippets are already there. Change values and adjust the fixed templates.

server-name

Main server brand shown in messages.

<gradient:#ff0f7b:#f89b29><bold>ServerName</bold></gradient>

prefix

Shared prefix used in chat notifications.

<p:server-name> <p:text-color>┃

error-prefix

Prefix used for error messages.

<red><bold>ERROR</bold></red> <p:text-color>┃

primary-color

Main accent color.

yellow

secondary-color

Secondary accent color.

gold

text-color

Default readable text color.

white

dark-color

Muted helper color.

gray

darkest-color

Smallest contrast helper color.

dark_gray

discord

Discord invite, without https://.

discord.gg/example

store

Store domain, without https://.

store.servername.net

ip

Server IP shown in menus and tablist.

play.servername.net

exp-format

EXP amount format. `{0}` is amount.

<#F15BB5>{0}◎</#F15BB5>

eco-format

Economy amount format. `{0}` is amount.

<yellow>{0}⛁</yellow>

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  price-modifier:    value: "1*{0}"    type: math    rounding: HALF_UP    precision: 1