-
Notifications
You must be signed in to change notification settings - Fork 5
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
Logged-in offline players' names change when new offline players log in, and players get mixed up in the Bukkit server. #4
Comments
Hmm... Interesting. This is the first time I've heard of this behaviour. Can you try and figure out what exactly causes this? Is it always with multiple offline players? Is there something you can do that causes the bug 100% of the time? Does it ever happen to online players? Meanwhile, I'll look into it myself too and will see if I can figure out the cause... |
Sorry, I closed the issue by mistake! I also edited the post to show the brackets around etc. |
Yeah, accidental closing happens a lot on github, heh. I've done it myself a few times too. They should change those buttons, I think. :-) |
I am having this exact same issue. I am running in offline mode and the server seems to only be aware of the last person to log in. All players can play but the server only remembers what players do if they are either the last player to log in or near the last player to log in. If you are not near the last player to log in, when you place a block it will disappear in a few seconds and other players (that are also not the last player to log in) cannot see the blocks placed. Are there any similar mods that I can use since this one is not working for me? Or is there a fix for this issue? |
I plan to fix this problem the best I can as soon as I make the necessary updates for MC 1.2. |
I am using the modded bukkit server in offline mode.
First I log in with one offline player as "Alice". Then I log in with another offline player as "Bob".
Then I make "Alice" say (using 't') "Hello". On the console it is printed " Hello" but it should say " Hello"!
When I list the users it says there are two users called "Bob".
So it seems that somehow the users are mixed up. The player that loged in as Player
seem to get assigned to the same user, but the ones with a premium account seem to be
seen as different users.
There are other problems too which I think are related to this.
I am not sure that this is happening 100% of the time, but it happens very frequently.
The text was updated successfully, but these errors were encountered: