πŸ“ΆPing

Deliberately adjusts the ping of random bots to make their online presence and connection to the server appear more realistic to other players.

enabled - This determines whether the module is active (true) or inactive (false).

min and max - Specifies the range of ping in milliseconds for spoofed players.

modules/ping/config.yml
# This module automatically fluctuates a random
# bots ping, useful for looking realistic.

enabled: true

ping: #Sets the spoofed players ping to a random number between min & max (seconds)
    min: 100
    max: 150