This module controls the ping behavior of fake players to simulate more realistic player activity on the server.
enabled: Determines if the module should be enabled or not.
true to enable the module.false to disable the module.ping-update-interval: The interval (in seconds) at which the ping for fake players is updated.max-ping: The maximum ping value for fake players.min-ping: The minimum ping value for fake players.min-ping-change-denominator: The denominator used to calculate the minimum change in ping.
53 / 20.0 = 2.65. The ping will increase by a minimum of 2.65.max-ping-change-denominator: The denominator used to calculate the maximum change in ping.
53 / 12.0 = 4.41. The ping will increase by a maximum of 4.41.ping-change-chance: The chance that the fake players ping will change.This module controls the ping behavior of fake players to simulate more realistic player activity on the server.
enabled: Determines if the module should be enabled or not.
true to enable the module.false to disable the module.ping-update-interval: The interval (in seconds) at which the ping for fake players is updated.max-ping: The maximum ping value for fake players.