Solved Check online players ON A BUNGEECORD NETWORK

  • 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.

Simon942

Member
Sep 22, 2018
46
1
0
21
Hi there!

I'm a noob to doing skript.
Can one of you guys help me with this issue; Check online player count for other servers connected to my BungeeCord network.

The skript may be used for a Scoreboard skript to the lobby :emoji_slight_smile:
Example:
- Kitpvp: 10 online
- Kitpvp (playercount) online

Best regards Simon.
 
In syntax, the %% indicate a type, so %string% means you have to input a string at that place. A string in Skript can be written with "hello" or something like that (just " then the text and then another ")
 
Sorry, i don't understand.
Is it possible that you can help me with it?
I just need the code for example:
Kitpvp: "10" online

Also the code for the player count.
 
Will this help you:
code_language.skript:
set {_size} to size of bungee players on "Kitpvp"
message "Kitpvp: %{_size}% online"
 
Status
Not open for further replies.