BungeeSK
BungeeSK copied to clipboard
Two bugs:
1.The new version has been running for 1 day and has been disconnected twice from bungee net(No console error or symptom); 2.Conflicts with the original syntax,eg:
On right click:
set {_i} to item
send name of {_i}
console message: [20:56:43 WARN]: Local variable '_i' is item stack, not types.serverbuilder (0t.sk, line 26: send name of {_i}')
I had to change it to "names of {_i}"
Which version of Skript are you using?
Which version of Skript are you using?
Which version of Skript are you using?
Skript v2.2-dev37c I used to use BungeeSK1.1.0. It's OK
As I understand it, the server runs on version 1.8. On the second point: try changing "item" to "player's tool" and "name of {_i}" to "display name of {_i}"
As I understand it, the server runs on version 1.8. On the second point: try changing "item" to "player's tool" and "name of {_i}" to "display name of {_i}"
所以 So is this occasionally disconnected due to I use the 1.12.2 spigot?
As I understand it, the server runs on version 1.8. On the second point: try changing "item" to "player's tool" and "name of {_i}" to "display name of {_i}"
所以 So is this occasionally disconnected due to I use the 1.12.2 spigot?
I cannot give an exact answer to this, since I am not a developer, wait for an answer from ZorgBtw about the first point. If you are using Spigot 1.12.2, then why are you using the old version of Skript?
When I first started using skript, the latest version was 2.2. I wrote too much code and there are many Addons. I'm not sure whether the upgraded version will not be compatible with these
As I understand it, the server runs on version 1.8. On the second point: try changing "item" to "player's tool" and "name of {_i}" to "display name of {_i}"
所以 So is this occasionally disconnected due to I use the 1.12.2 spigot?
I cannot give an exact answer to this, since I am not a developer, wait for an answer from ZorgBtw about the first point. If you are using Spigot 1.12.2, then why are you using the old version of Skript?
When I first started using skript, the latest version was 2.2. I wrote too much code and there are many Addons. I'm not sure whether the upgraded version will not be compatible with these
Can you please try the v2.0 ? (Downloadable here)
Can you please try the v2.0 ? (Downloadable here)
This is what I have used. You sent it to me two days ago. Today, there is a bigger problem. There is a problem with cross server communication. All the sub servers are connected. It is no problem for A server to send command to B server. But, B server failed to send command to A server. It also happens suddenly and unexpectedly
The connection and communication are unstable and occasionally disconnected. This problem is very serious for me.