For the complete documentation index, see llms.txt. This page is also available as Markdown.

Player UI Prompt

Displays online players in a GUI inventory for selection.

PlayerUI Prompt

Prompt Key

p: or p:<filter>:

Break lines

No

Color Support

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

Filters

Filters limit which players appear in the GUI. You can customize the name format of filtered player heads in the configuration.

Available Filters:

Filter
Key
Description

World

w

Only show players in the same world.

Radial

r<radius value>

Only show players within a specific radius.

Towny Town

tt

Only show players in the same Towny town.

Towny Nation

tn

Only show players in the same Towny nation.

Husk Towns

ht

Only show players in the same HuskTowns town.

LuckPerms Own Group

lpo

Only show players in the same LuckPerms group.

LuckPerms Group

lpg<groupname>;

Only show players in the specified LuckPerms group. Must end with ;.

WorldGuard Region

wgr

Only show players in the same WorldGuard region.

WorldGuard Member

wgrm<region_id>;

Only show members of a specific WorldGuard region. Must end with ;.

WorldGuard Owner

wgro<region_id>;

Only show owners of a specific WorldGuard region. Must end with ;.

Self Filter

s

Filter out the player who opened the prompt.

Filters can be combined (e.g., wr10 or r10w). The format of the first filter listed will be used for head display names.

Example

Video example:

Last updated

Was this helpful?