
A minecraft datapack to tag and track items (useful for economy)
A Minecraft 1.21.5 datapack that allows you to tag items with custom data
Players can add custom data to items with new triggers.
When a player privatizes an item, it gets a PlayerUUID added to it. Independent from UUID.
Custom UUID is assigned by player, it is a field that separates it from other items.
Using the command:
/trigger check_item_info
You can view an item's custom data and UUIDs.
/trigger add_custom_data
Allows players to add custom text data to held items.
/trigger privatize_item
Adds your UUID to the item, making it uniquely yours.
/trigger clear_item_info
Removes item UUIDs.
datapacks folder/reload)/function item_tag:uninstall as op/trigger check_item_info - View item data/trigger add_custom_data - Add custom text/trigger privatize_item - Add player UUID/trigger clear_item_info - Clears item UUIDs'