Random Item Timer
Minecraft, but every 15 second you get a random item. This datapack was built for an event
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Random Item Timer
Random Item Timer
Every 15 seconds, you get a random item
How to use
1. Add the tag "random.receiver" to players so they can receive the items 2. Use the function "random:reset" to load the timer 3. Use the function "random:start" to start the timer (make sure atleast one player has been tagged)
``` /tag @s add random.receiver @s can be replaced with a player name
/tag @s remove random.receiver To remove a players abillity to get random items
/function:start Starts giving items and displays the timer
/function:reset Resets the timer and untags all players ```