1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Skungee not working on Velocity server

Discussion in 'Skript' started by Zyxed, Apr 30, 2022.

Thread Status:
Not open for further replies.
  1. Zyxed

    Supporter

    Joined:
    May 17, 2021
    Messages:
    23
    Likes Received:
    1
    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 (Text):
    1. connect {_p} to server "survival"
    2. 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 (Text):
    1. set {_server} to server of player
    2. set {_version} to version of server "lobby"
    3. set {_servers::*} to all proxied servers
    4.  
    5. #This show all proxied players in all servers instead of all proxied players in server "survival"
    6. set {_players::*} to proxied players on server "survival"
    Also I did this and it says "offline":
    Code (Text):
    1. if server "lobby" is not online:
    2.     broadcast "offline"
    3. if server "lobby" is online:
    4.     broadcast "online"
    Not sure what to do..
     
Thread Status:
Not open for further replies.

Share This Page

Loading...