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:
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:
Port setting in spigot server:
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:
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
Last edited: