I wanted to make a function to be executed when a player dies but It doesn't show up as a function...
I tried to make a test function with just "time set day" and it recognised it along with my other prexisting ones.
Why doesn'tit recognise that particular one?
here is the file:
https://www.mediafire.com/file/95ubm2160s3dfed/somethingdata.zip/file
I tried to make a test function with just "time set day" and it recognised it along with my other prexisting ones.
Why doesn'tit recognise that particular one?
here is the file:
https://www.mediafire.com/file/95ubm2160s3dfed/somethingdata.zip/file
4
you need datapacks name include datapack word
I don't know if there are multiple problems, but the problem I saw was:
The target needs to be after the gamemode:
gamemode @a adventureThe target needs to be after the gamemode:
gamemode adventure @aThank you I had spent too much time trying to find the issue XD. Its very embarassing that I didn't notice... Now I know at least that the functions dont show up if something is written wrong!
So again thank you for your time! :)
So again thank you for your time! :)
np, if you encounter any more problems, feel free to ask.
You might also want to look at the Minecraft output log, that usually mentions why a function failed to load.
You might also want to look at the Minecraft output log, that usually mentions why a function failed to load.
