Filter-Format
The PlayerUI.Filter-Format option allows users to configure the display format for heads in the Player UI based on different filters.
Usage
You can customize the PlayerUI.Filter-Format by editing prompt-config.yml
PlayerUI:
Filter-Format:
World: '&6𑁍 %s'
Radial: '&cᯤ %s'In this example, we set the format for both World and Radial. Not all filters will be configured to have a format by default. However, if there are no format defined, it will use the Skull-Name-Format config.
Explanation
The PlayerUI.Filter-Format option enables users to tailor the display format of heads in the Player UI based on different filters.
Example
To modify the display format for a particular filter, adjust the configuration as needed:
PlayerUI:
Filter-Format:
World: '&6(w) %s'
Radial: '&c(r) %s'Important Notes
The
%splaceholder represents the player's name and will be replaced dynamically in the display format.Customize the display formats according to your preferences to enhance the visual representation of heads in the Player UI.
Last updated
Was this helpful?