BungeeSK icon indicating copy to clipboard operation
BungeeSK copied to clipboard

Two bugs:

Open xibo1212 opened this issue 2 years ago • 8 comments

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}"

xibo1212 avatar Oct 10 '22 13:10 xibo1212

Which version of Skript are you using?

xNikei avatar Oct 10 '22 13:10 xNikei

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

xibo1212 avatar Oct 10 '22 13:10 xibo1212

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}"

xNikei avatar Oct 10 '22 13:10 xNikei

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?

xibo1212 avatar Oct 10 '22 13:10 xibo1212

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?

xNikei avatar Oct 10 '22 13:10 xNikei

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

xibo1212 avatar Oct 10 '22 13:10 xibo1212

Can you please try the v2.0 ? (Downloadable here)

ZorgBtw avatar Oct 10 '22 15:10 ZorgBtw

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.

xibo1212 avatar Oct 11 '22 05:10 xibo1212