🪄Hotbar Items
Lobby Items
The lobby includes special items to help users navigate the plugin’s features more easily. By default, the lobby items are:
Book – Select Lobby
Compass – Select Server
Netherrite Sword - Lobby PvP
Dye - Toggle Player Visibility

To modify the lobby items, add new ones or remove existing ones, you can edit the lobby_items file located in the PhoenixLobby folder.
Player Heads
To display the player's head in the hotbar, use the following method.
material: PLAYER_HEAD
To display a custom head as an item, use the basehead option.
material: PLAYER_HEAD:BASEHEAD_VALUE
Disable Items
If you don't want your users to get the lobby items when they join the server, make sure to set the following option in the plugin's configuration to false.
items:
enabled: true
Was this helpful?