Messages, Formatting, and Placeholders
Chat Prefix
The prefix is set in messages.yml:
prefix: "&8[7ccffAtlasLobby&8] &r"
settings:
prefix-chat: true
Set prefix-chat: false to stop automatically prepending the prefix to messages sent through the message service.
Formatting
Supported where practical:
&color codes.§color codes.- Hex colors like
7ccff. - Basic MiniMessage-style tags such as
<red>,<green>,<bold>, and<reset>.
PlaceholderAPI
If PlaceholderAPI is installed, AtlasLobby resolves PlaceholderAPI placeholders in configurable text. If PlaceholderAPI is not installed, AtlasLobby still works.
Built-In Placeholders
| Placeholder | Meaning |
|---|---|
%player% | Player name. |
%player_name% | Player name. |
%uuid% | Player UUID. |
%world% | Current world. |
%visibility_mode% | Visibility mode. |
%daily_streak% | Daily reward streak. |
%daily_cooldown% | Reward cooldown text. |
%selected_cosmetic% | Selected cosmetic ID. |
%resource_pack_status% | Resource pack status. |
%online% | Online player count. |
%max_players% | Server max players. |
%plugin_version% | Plugin version. |
Where Placeholders Work
Placeholders are used in messages, menus, item names, lore, reward commands, server entries, cosmetic text, titles, actionbars, and scoreboard lines.