
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
Список изменений
Changes from unstable v2.0.x releases
- Fixed an issue where function
server_utils:spawn_loaded(which runs tag#server_utils:spawn_loaded) was still not running correctly in Minecraft 1.19.4. Now, running the pack in 1.19.4 will wait one second before runningserver_utils:spawn_loaded(as older versions do). - Improved ticking performance by running all the new player mechanisms within the player joining mechanism (i.e. they now only run when a player actually joins the server instead of running constantly).
- Removes the now unused
player_count(from v1.2.x) andspawn_marker_count(from v2.0.3 and v2.0.4) scoreboard objectives upon loading. - Fixed an issue where forcing off player registration did not work.
Changes from v2.1.0
New features
- Player usernames are stored in player-tracking markers under the data tag
data.usernameas a raw JSON text component- Players who have not logged on since v2.1.0 will have their marker's
data.usernameset to'"Unknown"'
- Players who have not logged on since v2.1.0 will have their marker's
- Triggers which can be turned on or off by running the function
server_utils:configget_username: Gets the username of the player whose ID matches the trigger value (i.e./trigger get_username set 3will get the username of the player with ID 3)list_ids: List the IDs and usernames of all online playerslist_all_ids: Lists a page of ten IDs and the usernames of those players, even if they are offline. Pages can be navigated using the chat message or by setting the trigger value to the page number.
Fixes
- Fixed an issue where new players since v2.0.5 were getting their IDs set to zero
- Fixed an issue where function tag
#server_utils:spawn_changedwas running every tick after uninstalling if the pack failed to disable
Файлы
ServerUtilities-v2.1.0.zip(29.61 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
2.1.0
Загрузчики
Версии игры
1.18–1.20.4
Загрузок
73
Дата публикации
2 г. назад