-
Notifications
You must be signed in to change notification settings - Fork 32
Description
Description
When Orebfuscator is enabled, some players experience massive ping spikes that quickly grow until they reach ~15,000 ms, after which the player is kicked with:
[INFO]: <player> was kicked due to keepalive timeout!
[INFO]: <player> lost connection: Timed out
This can be consistently reproduced when a player uses /rtp (random teleport). The ping starts climbing smoothly after the teleport and eventually causes a disconnect.
If the player is given the Orebfuscator bypass permission and rejoins the server, the issue no longer occurs.
Disabling proximity per world does not fix the problem. I did not change other config options.
Workaround:
Giving the affected player the Orebfuscator bypass permission prevents the problem after relogging.
Actual behavior:
Teleporting with /rtp causes ping to rise rapidly until the player is disconnected with keepalive timeout.
Reproduction Steps
- Install Orebfuscator with default configuration.
- Teleport a player with /rtp.
- Watch their ping steadily rise until ~15k ms.
- The player is kicked with keepalive timeout.
Expected Behaviour
Players should not get huge ping spikes or disconnects when using /rtp with Orebfuscator enabled.
Orebfuscator Dump
https://gist.github.com/Sneyzi/753ca14705def73f4fe985ce192f6ebc
Extra Details
No response