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

Spectator can push the iron golem in the game #17

Closed
minhh2792 opened this issue Nov 1, 2021 · 6 comments
Closed

Spectator can push the iron golem in the game #17

minhh2792 opened this issue Nov 1, 2021 · 6 comments
Labels
question Further information is requested

Comments

@minhh2792
Copy link

minhh2792 commented Nov 1, 2021

Describe the bug
Spectator can push the iron golem in the game

To Reproduce
Steps to reproduce the behavior:

  1. Get killed by a player and then become a spectator
  2. Player in the lobby spectate the game

Expected behavior
Spectator can't push the iron golem

System:

  • OS: Ubuntu 20.04.3 LTS
  • Server software PaperMC
  • Server Version 1.12.2
  • Plugin Version 21.10.1
@minhh2792 minhh2792 added the bug Something isn't working label Nov 1, 2021
@andrei1058
Copy link
Owner

You need to configure ViaVersion a bit. Try reading their scoreboard-related documentation.

@andrei1058 andrei1058 added question Further information is requested and removed bug Something isn't working labels Nov 1, 2021
@minhh2792
Copy link
Author

How can this related to scoreboard ?

@andrei1058
Copy link
Owner

Because Minecraft sends a team pushing rule packet to the client, and teams are handled on the scoreboard. We've already seen this issue in the past and simply fixed it by configuring collisions. You may also have something in spigot.yml, but check via version configuration first. I will look into that myself later today and I will put it on a FAQ.

@minhh2792
Copy link
Author

I don't get it, Via Version didn't have any configuration related to scoreboard. I also tried to disable player collisions but I still have the same issue. How do I actually configuring collisions ?
@andrei1058

@andrei1058
Copy link
Owner

Next time inform yourself..

auto-team - default: true (Boolean)

Most servers don't use scoreboard plugins, in this case we send our own team to the player to prevent them colliding with other players. If you use a plugin like ColoredTags you should turn this off. Furthermore if you are having issues with Bungee and teams, consider turning it off too.

Source: https://viaversion.atlassian.net/wiki/spaces/VIAVERSION/pages/54100070/Configuration

If setting this to false does not solve it, put prevent-collision on false as well.

@andrei1058 andrei1058 mentioned this issue Nov 10, 2021
@minhh2792
Copy link
Author

minhh2792 commented Nov 15, 2021

still have the same problem, i tried but it didn't work, maybe Via version issue

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

No branches or pull requests

3 participants