Skull-Name-Format

The PlayerUI.Skull-Name-Format option determines the display name format for the player heads in the PlayerUI.

Usage

You can configure the PlayerUI.Skull-Name-Format by editing the "prompt-config.yml" file as follows:

PlayerUI:
  Skull-Name-Format: '&6%s'

In this example, the display name format is set to &6%s.

Explanation

The PlayerUI.Skull-Name-Format allows you to define the formatting for the display names associated with player heads in the PlayerUI feature. You can customize this format to enhance the visual appearance of the player heads.

Example

To change the display name format to display in a different color, use the following configuration:

PlayerUI:
  Skull-Name-Format: '&a%s'

This will display the player heads with names in green color.

Last updated