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.
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:
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 ;
!
Self Filter
s
filter out the player that invoked the prompt.
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
Video example:
Last updated