🧩Placeholder Reference

Placeholders can be used in:

  • embed.title

  • embed.description

  • embed.fields.name

  • embed.fields.value

  • message_to_staff

  • message_to_player

Placeholder
Example
Description

%player%

Notch

Player’s name

%uuid%

f84c6a79-...

Player UUID

%world%

world_nether

Current world

%x% %y% %z%

123 64 -45

Coordinates

%client_version%

1.21.1 / forge

May return mod loader name on modded clients. Use Paper or ProtocolLib for numeric accuracy.

%ip%

192.168.1.10

Player’s IP address

%ping%

45

Ping in milliseconds

%gamemode%

SURVIVAL

Player’s gamemode

%server%

Survival-01

Server name (proxy-aware)

%reason%

Hacking

Reason in /report

%target%

Steve

Targeted player in /report

%description%

Glitch in chest

Description for /bugreport, /suggest, /helpop

Last updated