Skungee not working on Velocity server

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

Zyxed

Supporter
May 17, 2021
23
1
3
28
Hi!

I have Velocity paper server 1.17.1
I installed skungee addon and set up configurations and all.. And now I've faced a lot of problems.

These 2 lines are working just fine:
Code:
connect {_p} to server "survival"
set {_players::*} to all proxied players

So I can connect from "lobby" -> "survival"
and get all proxied players.

These are not working at all and display <none>:
Code:
set {_server} to server of player
set {_version} to version of server "lobby"
set {_servers::*} to all proxied servers

#This show all proxied players in all servers instead of all proxied players in server "survival"
set {_players::*} to proxied players on server "survival"

Also I did this and it says "offline":
Code:
if server "lobby" is not online:
    broadcast "offline"
if server "lobby" is online:
    broadcast "online"

Not sure what to do..
 
Status
Not open for further replies.