📜Vlist

Shows the entire player count of the network

config.yml
vlist:
    enabled: true
    default_mode: server
    server:
        message:
        - '&f-----------------------------'
        - '&eThere are {count} players online'
        - '{servercount}'
        - '&f-----------------------------'
        servercount: '&7[&b{server} &7(&b{count}&7)] - &f{players}'
    rank:
        message:
        - '&f-----------------------------'
        - '&eThere are {count} players online'
        - '{rankcount}'
        - '&f-----------------------------'
        rankcount: '&7[&b{rank} &7(&b{count}&7)] - &f{players}'

If enabled, you can use the command /vlist to see all players online

If not specified, it will show the mode in "default_mode"

  • server: it will show the count per server

  • rank: it will show the count per rank (luckperms rank)

Last updated