Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 4 months ago
Changelog
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.username
as a raw JSON text component- Players who have not logged on since v2.1.0 will have their marker's
data.username
set 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:config
get_username
: Gets the username of the player whose ID matches the trigger value (i.e./trigger get_username set 3
will 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_changed
was running every tick after uninstalling if the pack failed to disable
Files
Metadata
Release channel
ReleaseVersion number
2.1.0Loaders
Game versions
1.18–1.20.4Downloads
62Publication date
July 18, 2023 at 1:19 AMPublisher
ZacNVR
Owner