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

Markers able to be spectated using the /spectate command & marker names visible #14

Open
thepigeongenerator opened this issue Dec 19, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@thepigeongenerator
Copy link

I have noticed that if you give a marker a customName it displays it while in vanilla you are aparently not able to do that.
The same goes for when spectating markers using /spectate.
The /spectate modification is more a minecraft thing because some weird stuff happens when doing the same in vanilla because you get moved but does not really spectate.

@thepigeongenerator
Copy link
Author

The Minecraft bug:
https://bugs.mojang.com/browse/MC-223142

But the name thing is a problem.

@AmyMialee
Copy link
Collaborator

Yea, so markers normally are not told to the client that they exist. VB removes that so clients know about markers.

The bug is from /spectate being run server side, so the server knows the marker exists and puts the player at it, but the client doesn't see any entity so it let's you move around, but the server assumes you're still spectating and thinks you should stay put.

I'll fix the name tag thing, the other seems to be intended behaviour, just in a less buggy way.

I think I can fix the name tag bug anyhow.

@AmyMialee AmyMialee self-assigned this Jan 11, 2024
@AmyMialee AmyMialee added the bug Something isn't working label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants