jonahseguin / Reflex

A fast, accurate, and easy to use customizable AntiCheat for Spigot Minecraft servers
http://shawckz.com/project/reflex
8 stars 0 forks source link

Ping consistency #43

Closed jonahseguin closed 7 years ago

jonahseguin commented 7 years ago

Implement a player ping consistency tracker that constantly monitors all player's pings (every ~2 ticks?)

Should have an available enum, as well as average ping, for given time / tick periods

ENUM values: (consistency)

VERY_CONSISTENT CONSISTENT MEDIUM INCONSISTENT VERY_INCONSISTENT

jonahseguin commented 7 years ago

Implemented system for ping consistency that provides extreme accuracy per-tick.