Solved Skungee connect to 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.

Hobbes

New Member
Jan 25, 2017
9
2
0
America
discord.gg
Anyone please help..
how do I correctly use skungee's "bungee connect player" effect
I've tried:
code_language.skript:
 connect bungeecord player "%uuid of player%" to bungeecord server "Factions"
and it still doesn't work..

My factions server is connect with skungee because when I use this:
code_language.skript:
set {_1::*} to all the connected bungeecord servers
send "&e%{_1::*}%"
It sends "Hub, Dev, and Factions" which are all the servers I have.
Screen Shot 2018-10-07 at 08.29.18.png


Please help, cause no one on the skunity discord will..
 
The Discord channels can get pretty overloaded...

Try using UUID of Player instead of %UUID of Player% since it's already a string.

code_language.skript:
skungee connect bungeecord player uuid of player to bungeecord server "Factions"

Are you getting any console errors?
 
The Discord channels can get pretty overloaded...

Try using UUID of Player instead of %UUID of Player% since it's already a string.

code_language.skript:
skungee connect bungeecord player uuid of player to bungeecord server "Factions"

Are you getting any console errors?
I'm getting no errors, maybe I installed it wrong. Not sure what's happening, I have all ports the same and all servers are online but still nothing
 
Do you have the effect set to "true" in Skungee?

code_language.skript:
  Effects:
    EffBungeeSendServer:
      enabled: true
      description: Send bungeecord players to different servers.
      syntax:
 
I'm getting no errors, maybe I installed it wrong. Not sure what's happening, I have all ports the same and all servers are online but still nothing
"I have all ports the same" Well, maybe it's a dumb question, but.. You said "all ports the same" so... You mean the port is (example number) 25565 for all servers? Or what?
Because every server needs to have a different port. Sorry I'm just trying to help :emoji_grinning:
 
"I have all ports the same" Well, maybe it's a dumb question, but.. You said "all ports the same" so... You mean the port is (example number) 25565 for all servers? Or what?
Because every server needs to have a different port. Sorry I'm just trying to help :emoji_grinning:
Port for the Skungee config
 
I reset my servers: Proxy, Hub, Factions..
Proxy connects to Hub now
But when Proxy connects to Factions there's this error in the Proxy Console
code_language.skript:
07:31:49 [INFO] §8[§cSkungee§8] §eConnected to server Factions with port 25576
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] [Skungee] Severe Error: [Unknown host: /factionipblurred:25576]
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] Something went wrong within Skungee.
07:31:49 [INFO] [Skungee] Please report this error to the developers of Skungee so we can fix this from happening in the future.
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] Report this on the Skungee discussion page on SkUnity or Spigot. You can also message one of the Skungee developers.
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] Stack trace:
07:31:49 [INFO] [Skungee] java.net.UnknownHostException: s49.r01.dal.us.mpgs.systems: s49.r01.dal.us.mpgs.systems: unknown error
07:31:49 [INFO] [Skungee]     at java.net.InetAddress.getLocalHost(InetAddress.java:1484)
07:31:49 [INFO] [Skungee]     at me.limeglass.skungee.bungeecord.handlers.HeartbeatHandler.handlePacket(HeartbeatHandler.java:30)
07:31:49 [INFO] [Skungee]     at me.limeglass.skungee.bungeecord.handlercontroller.SkungeeHandler.callPacket(SkungeeHandler.java:67)
07:31:49 [INFO] [Skungee]     at me.limeglass.skungee.bungeecord.sockets.SocketRunnable.run(SocketRunnable.java:87)
07:31:49 [INFO] [Skungee]     at java.lang.Thread.run(Thread.java:745)
07:31:49 [INFO] [Skungee] Caused by: java.net.UnknownHostException: s49.r01.dal.us.mpgs.systems: unknown error
07:31:49 [INFO] [Skungee]     at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
07:31:49 [INFO] [Skungee]     at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:907)
07:31:49 [INFO] [Skungee]     at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1302)
07:31:49 [INFO] [Skungee]     at java.net.InetAddress.getLocalHost(InetAddress.java:1479)
07:31:49 [INFO] [Skungee]     at me.limeglass.skungee.bungeecord.handlers.HeartbeatHandler.handlePacket(HeartbeatHandler.java:30)
07:31:49 [INFO] [Skungee]     at me.limeglass.skungee.bungeecord.handlercontroller.SkungeeHandler.callPacket(SkungeeHandler.java:67)
07:31:49 [INFO] [Skungee]     at me.limeglass.skungee.bungeecord.sockets.SocketRunnable.run(SocketRunnable.java:87)
07:31:49 [INFO] [Skungee]     at java.lang.Thread.run(Thread.java:745)
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] Information:
07:31:49 [INFO] [Skungee]   Skungee: 1.0.7d
07:31:49 [INFO] [Skungee]   Bungee: git:BungeeCord-Bootstrap:1.13-SNAPSHOT:bba5098:1358
07:31:49 [INFO] [Skungee]   Game version: 1.8.x-1.13.x
07:31:49 [INFO] [Skungee]   Protocol version: 401
07:31:49 [INFO] [Skungee]   Java: 1.8.0_05 (Java HotSpot(TM) 64-Bit Server VM 25.5-b02)
07:31:49 [INFO] [Skungee]   OS: Linux amd64 2.6.32-642.el6.x86_64
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] Thread: Thread[Thread-58,5,Skungee]
07:31:49 [INFO] [Skungee] Cause: [Unknown host: /factionipblurred:25576]
07:31:49 [INFO]
07:31:49 [INFO] [Skungee] End of Error.
 
Looks to be an issue with the address or port number based off the error.
code_language.skript:
java.net.UnknownHostException:
 
Status
Not open for further replies.