▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Датапаки/Server Utilities
Server Utilities

Server Utilities

Features a number of utilities for data pack creators including a player ID system, function tags for detecting server events, inventory clearing and restoring system, systems for maintaining player data across username changes, and more!

1.1K
12

Server Utilities v2.2.2

release1 июля 2025 г.

Updated to pack format 81 for Minecraft 1.21.7.

Server Utilities v2.2.1

release18 июня 2025 г.

Changes

Updated pack format to 80 for Minecraft 1.21.6.

Notes

Because click event commands with elevated permissions now require the player to go through a confirmation screen, the configuration menu has become significantly more cumbersome to use. A fix will be implemented soon, sorry for the inconvenience.

Server Utilities v2.2.0

release19 мая 2025 г.

Changes

  • Now compatible with 1.21.5.
  • Moved all internal functions to an internal folder, so that player-accessible functions can be more easily accessed.
  • Added text fixing macros to update text components stored in NBT.

Text-fixing macros

Minecraft's text component format received a considerable update in 1.21.5. Minecraft's "Data Fixer-Upper" is generally useful for updating NBT fields that the game knows to interpret as text components. But if you have stored JSON text components in custom NBT locations, these will not be updated automatically.

Therefore, I have developed function macros (available only on 1.21.5+) to fix older stored text.

server_utils:fix_text/block

Updates JSON text components in block NBT. It runs at the current block location (~ ~ ~).

Usage: function server_utils:fix_text/block {path:"foo.bar"}

Where foo.bar is the NBT path.

server_utils:fix_text/entity

Updates JSON text components in entity NBT. It runs as the current entity (@s).

Usage: function server_utils:fix_text/entity {path:"foo.bar"}

Where foo.bar is the NBT path.

server_utils:fix_text/storage

Updates JSON text components in storage NBT.

Usage: function server_utils:fix_text/storage {path:"foo.bar",storage:"namespaced:id"}

Where foo.bar is the NBT path and namespaced:id is the ID of a command storage.

Issues

While there was an attempt, I ultimately decided not to properly support snapshot 25w02a. This should not affect most players.

Server Utilities v2.1.4

release10 декабря 2024 г.

Updated pack format to 61 for Minecraft 1.21.4.

Server Utilities v2.1.3

release26 октября 2024 г.

Updated pack format to 57 for 1.21.2/3.

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

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x1.17.x

Платформы

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

Клиент и сервер

Создатели

Детали

Лицензия:GPL-3.0-only
Опубликован:2 года назад
Обновлён:8 месяцев назад
Главная