Removing a player from player count

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.
@Pikachu Are you talking about this?

Message of the day, in other words, your server name shown in server list. This expression can only be used in "on server ping" event.

Thats the only thing i found related to MOTD/player count on the page you sent me.
Seriously? Just scroll down the page...
 
@White Because I want the player counter to go down by 1 when i go into vanish.

code_language.skript:
on server list ping:
    set {numGlobal} to size of all bungeecord players
    set {invis} to size of {sql_.invis::*}
    set min player count to "%{numGlobal}-{invis}%"
 
Can't understand this condition/effect: set min player count to %{numGlobal}-{invis}%
My bad I misunderstood you as trying to set the max players, to fake the amount of players currently online you can use MundoSK packets (specifically the packet status_server_server_info) to edit this. End result looks like this:
1i7TKig.png
 
Status
Not open for further replies.