Changes
- Changed directory name from
functions
tofunction
to accommodate for the new 1.21 naming scheme.
Additions
- Introduced a new datapack-wide menu.
- Made death messages clickable, suggesting a teleport command to the death location.
- Added a death history to store the 16 most recent deaths.
- Added an operator function
ldl:_clear_histories
to clear every player's death history. - Added an operator function
ldl:_reset_settings
to reset every player's settings. - Added an operator function
ldl:_remove_cuboids
to remove all cuboids in loaded chunks. - Included an option to use resourcepacks for changing the language (translation keys).
Changes
- Moved last death location to the new menu.
- Moved settings to the new menu.
- Changed namespace to
ldl
. - The datapack is no longer automatically disabled upon uninstallation.
- The gamerule
doImmediateRespawn
no longer needs to be disabled. - The gamerule
reducedDebugInfo
no longer affects the datapack in any way. - The cuboid is now aligned with a full block.
- The cuboid title is no longer italic.
Removals
- Removed the update function as it's unnecessary.
- Removed the German language option (use translation keys instead).
- Removed startup information for new players.
- Removed the option to disable empty lines.
Bug fixes
- Fixed a rare issue where a player couldn't collect their death point when another player was on the death screen near the death point.
- Adjusted the cuboid collect sound to fade out over distance.
Additions
- Added an option to disable the creation of a cuboid at death position
Changes
- Minor changes to translations
- The option "Create empty lines" no longer deletes the entire chat
- Changed folder and function structure within the datapack
Changes
- If the gamerule "reducedDebugInfo" is set to true, you will no longer get information about coordinates
- The translations have been slightly changed
- The commands have been changed
Additions
- Added an option to disable the death message when dying
- Added an option to show emtpy lines in chat when clicking a button in chat
- Added a function that deletes particle cuboids when there are too many in a given radius
Changes
- All languages except english and german removed
- Some messages and interfaces in the chat have been changed
- The particle sphere is now displayed as a particle cuboid with the size of a normal player hitbox
Bug fixes
- Fixed an issue where the uninstall message was clickable
Additions
- Added an update.mcfunction to prepare the datapack for updating to a newer version
Changes
- The particle sphere is no longer aligned with a full block
- The particle sphere now disappears only when the owner passes through it
Bug fixes
- Fixed an issue where a particle sphere was created when a spectator died
Additions
- Added some more valid names where the datapack can be correctly disabled with the uninstall function
Bug fixes
- Fixed an issue where a chat message appeared and the language was not changed when trying to change the language
- Fixed an issue where players without permissions could not change the language
Additions
- Added a message telling you that the datapack was successfully uninstalled after using uninstall function (message currently available in english only)
Bug fixes
- Fixed an issue where particle spheres might not appear if too many players died at the same time
- Fixed an issue where the gamerule doImmediateRespawn could be manually activated while the datapack was active
Additions
- Added a message for new players entering the world for the first time explaining all the commands
Bug fixes
- Fixed an issue where messages might not be displayed if too many players died at the same time
- Fixed an issue where an error message appeared when trying to change the language
Bug fixes
- Fixed an issue where both trigger commands might not work after setting a negative value
- Fixed an issue where tps problems could occur on servers with many players due to too many function commands being executed at the same time
Bug fixes
- Fixed an issue where the datapack could not be disabled correctly with the uninstall function
Changes
- Changed particle visuals