Placeholder API
You can use placeholders from PlaceholderAPI if the plugin is installed. PlaceholderAPI provides placeholders for a wide range of plugins.
Format: {papi: <placeholder here>}
(example: {papi: player_gamemode}
).
Note: you can also use the short format with percent signs if enabled in the configuration (example %player_gamemode%
).
Default placeholders
{rainbow}
Animated rainbow color. The text placed after this placeholder will dynamically change color.
{player}
The name of player.
{displayname}
The display name of the player. The display name can be changed by plugins like Essentials.
{online}
Number of online players.
{max_players}
Number of available player slots.
{world: <world name>, [other world names]}
Players online in a specific world (example: {online: world_nether}
). Combine multiple worlds by separating them with a comma (example: {world: world, world_nether}
).
{time}
Displays the real world's time. You can change the format and the time zone in configuration.
{online: <server name>, [other server names]}
Number of players online in another server in the same BungeeCord network (example: {online: hub}
). Combine multiple servers by separating them with a comma (example: {online: hub, hub2}
).
{online: ALL}
Number of players online in the whole BungeeCord network.
{status: <server name>}
Checks if another server is online.
Requires the "pinger" enabled and configured with server IPs in config.yml.
{max_players: <server name>}
The max amount of players in another server.
Requires the "pinger" enabled and configured with server IPs in config.yml.
{motd: <server name>}
The first line of the MOTD of another server.
Requires the "pinger" enabled and configured with server IPs in config.yml.
{motd2: <server name>}
The second line of the MOTD of another server.
Requires the "pinger" enabled and configured with server IPs in config.yml.