Skip to content

Placeholders

Triassic edited this page Oct 20, 2024 · 2 revisions

Player Placeholders

Placeholder Description
%player_x% X coordinate formatted to 3 decimal places
%player_y% Y coordinate formatted to 3 decimal places
%player_z% Z coordinate formatted to 3 decimal places
%player_yaw% Yaw formatted to 1 decimal place
%player_pitch% Pitch formatted to 1 decimal place
%player_facing% Facing direction based on the yaw angle
%player_chunk_x% Last chunk position X coordinate
%player_chunk_y% Calculated chunk Y coordinate
%player_chunk_z% Last chunk position Y coordinate
%player_relative_x% Relative X coordinate within the chunk
%player_relative_y% Relative Y coordinate within the chunk
%player_relative_z% Relative Z coordinate within the chunk
%player_global_x% Global X coordinate based on the position
%player_global_z% Global Z coordinate based on the position
%player_region_file% Region file name based on the position
%player_allow_flight% Indicates if flight is allowed
%player_gamemode% Current game mode
%player_uuid% Player's UUID
%player_locale% Player's locale
%player_version% Server version
%player_ip% Player's IP address
%player_health% Player's current health
%player_max_health% Player's maximum health
%player_world% Current world name
%player_difficulty% World difficulty
%player_time% Current ticks
%player_view_distance% Client render distance
%player_name% Bedrock username of the session
%player_ping% Player's ping
%player_platform% Player's platform type

Server Placeholders

Placeholder Description
%server_name% Server name
%server_address% Server address
%server_port% Server port
%server_version% Server version
%server_build% Server build number
%server_platform% Platform type of the server
%server_online% Count of online connections
%server_view_distance% Server render distance
%server_remote_address% Address of the default remote server
%server_remote_port% Port of the default remote server
%server_remote_version% Minecraft version of the default remote server
%server_remote_protocol% Protocol version of the default remote server
%server_remote_auth_type% Authentication type of the default remote server
%server_ram_used% RAM used by the server
%server_ram_free% Free RAM available
%server_ram_total% Total RAM allocated
%server_ram_max% Maximum RAM available
Clone this wiki locally