▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
pinger

pinger

Real-time ping indicator in the tab list.

Оцените первым
100
2

Pinger

Displays each player's real-time ping in the tab list, color-coded by latency threshold. Includes a private /ping command and full runtime control via admin commands.


Features

  • Live ping indicator in the tab list, refreshed on a configurable interval
  • Color-coded thresholds — configurable colors, values, and bracket style
  • Private /ping command — response is only visible to the sender
  • Runtime toggle for tab display and /ping command without a server restart
  • Full internationalization — drop any .yml into lang/ and point config to it
  • Bundled languages: English (en_US) and Custom

Ping Thresholds

RangeColorDefault
ExcellentGreen≤ 35 ms
GoodGold36 – 99 ms
WarningRed100 – 999 ms
CriticalDark Red, bold≥ 1000 ms

All values and colors are editable in config.yml.


Commands

CommandDescriptionPermission
/pingShow your current pingpinger.ping
/pinger helpList all commands
/pinger reloadReload config and languagepinger.admin
/pinger on tabEnable tab ping displaypinger.admin
/pinger off tabDisable tab ping displaypinger.admin
/pinger on pingEnable /ping commandpinger.admin
/pinger off pingDisable /ping commandpinger.admin
/pinger statusShow current plugin statepinger.admin

/pinger on and /pinger off without an argument toggle both at once. Runtime changes reset to config.yml values on /pinger reload.


Permissions

NodeDefaultDescription
pinger.adminOPAll /pinger admin subcommands
pinger.pingtrueUse /ping
pinger.seetrueSee ping in tab list

Configuration

Generated automatically on first launch with full inline documentation.

general:
  enabled: true
  update-interval: 20        # 20 ticks = 1 second
  language: en_US

display:
  show-in-tab: true
  ping-command-enabled: true
  show-ms-suffix: true
  brackets:
    open: "["
    close: "]"
    color: GRAY
    bold: true

thresholds:
  excellent:  { max: 35,   color: GREEN    }
  good:       { max: 99,   color: GOLD     }
  warning:    { max: 999,  color: RED      }
  critical:   { min: 1000, color: DARK_RED, bold: true, text: "CRITICAL" }

Custom Language

  1. Create plugins/pinger/lang/your_lang.yml — use en_US.yml as a template
  2. Set language: your_lang in config.yml
  3. Run /pinger reload

& color codes and placeholders ({ping}, {player}, etc.) are fully supported.


Requirements

  • Paper 1.21+ (or any Paper fork)
  • Java 21+

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

26.2.x26.1.x1.21.x

Платформы

Поддерживаемые окружения

Сервер

Ссылки


Создатели

Детали

Лицензия:
Опубликован:4 месяца назад
Обновлён:4 месяца назад
Главная