#DMenu Player List or Search Menu

1 messages · Page 1 of 1 (latest)

pearl mauve
#

Hello

I am new to coding and looking to create a list of player heads in a menu that will allow you to click on the head to run a command towards that player. Attached is an example piece.

Each head will be from a list of players that have been eliminated or banned from a server. I belive PlaceholderAPI can get me the list of banned players, but I am unsure how to implement it into the menu.

On the other hand, I could also use a search method like an anvil menu, but I am unsure how to use the anvil input to do a search.

Any assistance would be fantastic.

Thanks

quartz smelt
#

sounds like a job for a custom plugin/expansion imo

#

For the searching

pearl mauve
#

yeah thats what im thinking

quartz smelt
#

as for the playerlist itself, you can use the expansion

#

ah, playerlist has the option

#

nice fingerguns

#

%playerlist_bannedplayers_0% would return the first username for the first person on the bannedperson list as defined in your config (you need to define it)

#

more info on the playerlist github