CommandPrompter
GitHubSpigotDiscordKofi
  • Welcome
  • Getting Started
    • Installation
    • Usage
    • Arguments
      • Prompt Argument
      • PromptQueue Argument
      • Prompt and PromptQueue Arguments
    • Commands and Permissions
  • Configuration
    • CommandPrompter Configuration
      • Prompt-Prefix
      • Prompt-Timeout
      • Cancel-Keyword
      • Enable-Permission
      • Update-Checker
      • Argument-Regex
      • Debug-Mode
      • Enable-Unsafe and Modification-Delay
      • Show-Completed-Command
      • Fancy-Logger
      • Ignored-Commands
      • Permission-Attachment
      • Command-Tab-Complete
      • Allowed-Commands-In-Prompt
      • Ignore MiniMessage
    • Prompts Configuration
      • Chat Prompt
        • Clickable-Cancel
        • Cancel-Message
        • Cancel-Hover-Message
        • Response-Listener-Priority
      • Player UI
        • Skull-Name-Format
        • Skull Custom Model Data
        • Size
        • Cache-Size
        • Cache-Delay
        • PlayerUI Control Items
        • Sorted
        • Per-World
        • Empty-Message
        • Filter-Format
      • Anvil UI
        • Enable-Title
        • Custom-Title
        • Prompt-Message
        • Item
        • Enchanted
      • Sign UI
        • Input-Field-Location
        • Material
    • Internationalization (I18N)
  • Prompts
    • Chat Prompt
    • Anvil UI Prompt
    • Player UI Prompt
    • Sign UI Prompt
  • Features
    • Permission Attachment
    • Input Validation
    • Post Command
    • Console Delegate
    • Player Delegate
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Configuration
  2. Prompts Configuration
  3. Player UI

Filter-Format

PreviousEmpty-MessageNextAnvil UI

Last updated 1 year ago

Was this helpful?

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 config.

Filters are implemented in code and you can't just add filter format on this configuration. To see the list of available filters please refer to

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 %s placeholder 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.

Skull-Name-Format
this page.