Skungee's weird problem

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

KabanFriends

New Member
Nov 10, 2018
6
0
0
I'm making a lobby server of BungeeCord network to send it to my friend.
My friend has everything about the main server (BungeeCord network and some servers connected to it), so I'm developing this lobby server thing in a local BungeeCord network and a local spigot server, and when I made it working, I'll send the server data to my friend.

I want to do something with Skungee but it doesn't work properly...

First, when one spigot server which is connected to the BungeeCord network starts, it spams "Connected" message in the BungeeCord's console at same time. (They are completely same messages, I have only one server connected) - SCREENSHOT BELOW:

upload_2019-3-12_23-24-39.png


Some people say this is normal but is it really the right behavior?

And I have second problem. This problem is the biggest one...
[BungeeCord -> Server] connection works (like transferring Global Scripts to connected servers)
but,
[Server -> BungeeCord] connection does not work at all... (like sending bungee player message)
The script has no error and both BungeeCord and the spigot server starts with no error. But all Skungee things does completely NOTHING on that spigot server.

I said I'm using localhost for Bungee and spigot server. Does it matter? (Well, I can do port forwarding when my parents allowed but my internet is trash; only 4MB per second, so minecraft servers would be almost unplayable for other people)

Do you know why this is happening? or is there any other people having same issue?


[VERSION INFORMATIONS]
Skript (2.3.6, latest) -> Tested with 2.2-dev37c too but it did not fix the problem.
Skungee (1.0.9a, latest) -> Tested with some older versions, but it did not fix the problem.
Spigot Server: CraftBukkit version git-Spigot-2086bb0-2f3ed3b (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT), the latest spigot version of 1.12.2. Built by myself

BungeeCord: BungeeCord version git:BungeeCord-Bootstrap:1.13-SNAPSHOT:caeabb5:1398, the latest version available. I was using older version before but the same problem was happening.

[CONFIG]
Port setting in BungeeCord:
Code:
# Make sure all the port options of the Skungee's on the connected Spigot servers are matching this.
port: 1337

Port setting in spigot server:
Code:
# The details of the Skungee Bungeecord plugin. Place the same login credentials as the Bungeecord Skungee here.
host: "127.0.0.1"
port: 1337
 

Attachments

  • upload_2019-3-12_23-24-13.png
    upload_2019-3-12_23-24-13.png
    68 KB · Views: 472
Last edited:
Use Skungee 1.0.9. The 1.0.9a is a Github only release in which it added an API, and contains a bug where the object of packets wouldn't return, a big problem that is fixed in 1.1.0.

I will remove that jar download so future issues with others don't happen.
 
Status
Not open for further replies.