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:
So I can connect from "lobby" -> "survival"
and get all proxied players.
These are not working at all and display <none>:
Also I did this and it says "offline":
Not sure what to do..
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..