Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two bugs: #26

Open
xibo1212 opened this issue Oct 10, 2022 · 8 comments
Open

Two bugs: #26

xibo1212 opened this issue Oct 10, 2022 · 8 comments

Comments

@xibo1212
Copy link

xibo1212 commented Oct 10, 2022

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

@xNikei
Copy link

xNikei commented Oct 10, 2022

Which version of Skript are you using?

@xibo1212
Copy link
Author

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

@xNikei
Copy link

xNikei commented Oct 10, 2022

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

@xibo1212
Copy link
Author

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?

@xNikei
Copy link

xNikei commented Oct 10, 2022

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?

@xibo1212
Copy link
Author

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

@ZorgBtw
Copy link
Owner

ZorgBtw commented Oct 10, 2022

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

@xibo1212
Copy link
Author

xibo1212 commented Oct 11, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants