You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried implementing a Tag through the following code: Tag tag = Tag.create(entity); tag.addTagLine(0).setGetName(pl->"Text"); tag.giveTag();
It worked fine, but when two players collided (touching each other) the collision knockback would be very high.
If this explanation isn't clear, I can try to record it and post it somewhere.
My server was running Spigot 1.17.1
The text was updated successfully, but these errors were encountered:
I noticed this was an issue as well. I ended up just turning off my collision rule for teams on my server, but that isn’t a compromise everyone can have.
I tried implementing a Tag through the following code:
Tag tag = Tag.create(entity); tag.addTagLine(0).setGetName(pl->"Text"); tag.giveTag();
It worked fine, but when two players collided (touching each other) the collision knockback would be very high.
If this explanation isn't clear, I can try to record it and post it somewhere.
My server was running Spigot 1.17.1
The text was updated successfully, but these errors were encountered: