▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/denizen-utilities
denizen-utilities

denizen-utilities

Extending Denizen for greater capabilities

Оцените первым
567
1
Все версииdenizen-utilities 2.10.0

denizen-utilities 2.10.0

Release26.08.2026

Список изменений

Client Version

<PlayerTag.version> and <ConnectionTag.version> tags

Tags have been added to retrieve the exact version of the player’s client:

  • Returns a human-readable version name (e.g., "1.21.1", "26.2"):
    - narrate "Your client version: <player.version>"
    
  • Add .protocol to retrieve the exact integer protocol version identifier (e.g., 767):
    - if <context.connection.version.protocol> >= 767:
        - narrate "A modern client has been detected!"
    

The <util.client_version_by_address[<address>]> tag

A tag has been added specifically for the on server list ping event to work around Paper’s limit on the number of versions:

on server list ping:
  - narrate <context.client_protocol_version>
  - narrate <util.client_version_by_address[<context.address>].protocol>

Note: In the standard version of Paper, <context.client_protocol_version> works correctly for versions that do not exceed the server kernel version. However, if a client connects using a version newer than the kernel (for example, when pinging from version 26.2 to server 1.21.11 via ViaVersion), Paper will cap the value and report 1.21.11 due to ViaVersion. This tag directly reads the raw network handshake data, returning the client’s true version in all cases without restrictions.

Removals and Changes That Break Compatibility

ViaVersion bridge

<ConnectionTag.viaversion_version> and <ConnectionTag.viaversion_protocol> have been removed. Please switch to using the new universal tags <ConnectionTag.version> and <ConnectionTag.version.protocol>.

Файлы

denizen-utilities-2.10.0.jar(5.10 MiB)
Основной
Скачать

Метаданные

Канал релиза

Release

Номер версии

2.10.0

Загрузчики

Paper
Purpur

Версии игры

1.21–26.2

Загрузок

6

Дата публикации

26.08.2026

Загрузил

ID версии

Главная