Player UI Prompt

The player UI prompt uses the native inventory interface and places all of the online players into it to allow players to select a player.

PlayerUI Prompt

Prompt Argument

-p:<filter> (space after is required)

Break lines

No

Color Support

Yes, UI colors configuration can be found in prompt-config.yml

Configurable

Filters

Filters are used to filter out player heads from the Player UI. You also have the ability to customize the head's display by changing its format in the configuration name depending on the filter.

Available filters so far:

FilterKeyDescription

World

w

only show players on the same world as the prompted player.

Radial

r<radius value>

only show players within a specific radius of the prompted player.

Towny Town

tt

only show players with the same town of the prompted player.

Towny Nation

tn

only show players under the same nation of the prompted player.

LuckPerms Own Group

lpo

only show players with the same group as the prompter player.

LuckPerms Group

lpg<groupname>;

only show players with the defined group. the filter must end with ; !

additional filters will be added in the future

You can combine filters. So if you want to mix radial and world filter you can have the following filter wr10 or `r10w`. The format of the filter that comes first will be used.

Example

The example below shows the command with a prompt and a corresponding image of its appearance

/mute <-p Who do you want to mute?>

Video example:

Last updated