Ping

This module changes ping on a random spoofed player on the server. The idea of this can be useful for servers that utilise a /ping command, this will make players look even more realistic.

Configuration

modules:
  ping:
    enabled: true
    settings:
      delay:
        min: 1
        max: 10
      ping:
        min: 200
        max: 300

Explanation

  • Enabled: Whether this module should be toggled in-game.

  • Delay: The minimum and maximum amount of seconds to wait before changing ping.

  • Ping: The minimum and maximum amount of ms ping the player has.

    • <100ms: 5 Bars

    • <200ms: 4 Bars

    • <300ms: 3 Bars

    • <400ms: 2 Bars

    • <500ms: 1 Bar

Last updated