-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Errors console to auto login. #5187
Comments
So how the connect effect works is that it uses plugin messages. Plugin messages uses an online player to send a message to the bungeecord. Plugin messages are a custom packet Mojang created for Modders to send messages to the server and vice versa. Spigot uses this to achieve this. Either Skript's implementation isn't grabbing the only online player or something. It's probably due to the fact that they just joined the server. We could definitely solve this by using the provided player expression after Utils.sendPluginMessage fails. |
Can you try wait a tick before that connect effect? |
I have the same problem. |
@BySwiizen We don't close the issue until the PR is merged and a new release is made with the patch. |
Skript/Server Version
Bug Description
I have errors in the console but the script still works.
Expected Behavior
Have no errors in the console.
Steps to Reproduce
I replaced the stars with my IP.
Errors or Screenshots
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: