-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
SpawnShield/base/src/main/java/net/techcable/spawnshield/tasks/KnockbackTask.java
Line 50 in 3e9a56e
playerEntity.setVelocity(knockback); |
playerEntity.setVelocity(knockback);
I would like to point out the fact that packets sent because of "setVelocity()" will have no effects whatsoever on hacked clients that have antiknockback, like nothing happened (tested with Wurst).
And some plugins such as NCP have no "antiknockback" check.
Maybe add warning about this or something... there isn't much that can be done about this, except maybe check if player really moved etc but that would prob. be too expensive (PlayerMoveEvent or task every few ticks).
Just a thought :)
Metadata
Metadata
Assignees
Labels
No labels