#DeluxeMenus | List of Players

1 messages · Page 1 of 1 (latest)

still zenith
#

Greetings. Tell me, do you know how to make such a system in deluxemenus:

  • Enumeration of players. Shows in the menu (Ban player), heads that = number of players on the server (Let's say 10), there will be 10 goals in the menu.
    I heard that it is possible to implement it, but I can't find it anywhere.
still vault
#

It is not that straightforward as other menus, I would suggest to get a plugin for this.

hot nacelle
#

try playerlist expansion

still zenith
still zenith
still zenith
hot nacelle
hot nacelle
#
items:
  'p1':
    material: 'head-%playerlist_online,normal,yes,0%'
    slot: 0
    lore:
    - 'this is player number 1'

  'p2':
    material: 'head-%playerlist_online,normal,yes,1%'
    slot: 1
    lore:
    - 'this is player number 2'
#

using playerlist expansion

still zenith
#

I understand the essence of this PlayerList extension, however I need to combine it with other Plugins

hot nacelle
#

You can use parseother expansion to show other player's placeholder

#

I'm recommend to use args at other menu to show stats

still zenith
#

Maybe there is another extension where you can use (Placeholders) Towny_online?

hot nacelle
#

why towny online ?

still zenith