-
Notifications
You must be signed in to change notification settings - Fork 16
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
Player was booted: Invalid operation at this state. #57
Comments
This is because dimensions tries to send the real ip address of a client using an unused packet. Be aware that if you want to be able to use Dimensions with a vanilla server, you will not be able to ban players by IP address. I can add an option to allow use with vanilla servers, but this is the downside. |
Thanks, being unable to IP ban should not be an issue for me because I am running a private server. A possible solution to that is to ban players from connecting to dimensions instead of the server. |
In progress at: #58 |
I set isVanilla: true on the server config and was able to connect to a vanilla server, but whenever I tried to switch to another vanilla server, it would fail with the same message, resulting in my player being unable to connect to any server while still seeing the old terrain of the previous world. |
Sorry about the lack of activity. I'll try to look at this again soon. |
Still this issue on vanilla (so without the plugin), please look over this issue if possible |
This was added in 9e3d592 and will be in the next release. I could not reproduce the issue that FrostBird347 mentioned, so it's possible they put in the wrong currentTerrariaVersion, which now does not exist in 6b6e3a4 so this shouldn't be a problem now. Edit: It seems there is still a possibility of the invalid operation at this state, I will investigate |
Specifically the Invalid operation at this state kick. These are likely not all the packets, just the ones you will run into almost every time. Fixes #57
Whenever I attempt to join a vanilla server both with and without a password the player gets kicked with this message.
The text was updated successfully, but these errors were encountered: