Will 20w14~ be around only today?
Have you or your friend run the command
/gamemode @a creative
when you are alive. This should fix it. To get your spawnpoint out of the air, change your spawn location with the /spawnpoint command.
This may seem like a bug, but actually isn't. The game generates nether portals when fire is first placed and if there is proper obsidian around it. In this case, fire was placed before there was proper obsidian, so a nether portal wasn't created.
Both commands are formatted correctly, if all the colors, italics, etc. in-game are what they seem to be here. To shorten your commands (and potentially solve the error), give the items a tag, like so, for easier identification:
/give <players> minecraft:skeleton_skull*{Tags:["skeletonHelmet"]*,display:{Name:"{\"text\":\"Skeletal helmet\",\"color\":\"dark_gray\",\"italic\":\"false\",\"bold\":\"true\"}"}}
/execute as @a[nbt={Inventory:[{Slot:103b,id:"minecraft:skeleton_skull",tag:{Tags:["skeletonHelmet"]}}]}] run effect give @s night_vision 30 1 true
/give <players> minecraft:golden_boots*{Tags:["superBoots"]*,display:{Name:"{\"text\":\"HolyJumpers\",\"color\":\"gold\",\"italic\":\"false\",\"bold\":\"true\"}"}}
/execute as @a[nbt={Inventory:[{Slot:100b,id:"minecraft:golden_boots",tag:{Tags:["superBoots"]}}]}] run effect give @s jump_boost 1 1 true
Just to be extra clear, your commands (respectively) are saying:
Give all players with a specific skeleton skull in their helmet slot 30 seconds of night vision.
Give all players with specific boots in their boots slot 1 seconds of jump boost.
Hope this cleared up any confusion. If not, try going to r/minecraftcommands for help or do some research on /execute.
*note: an overload of constantly running commands (especially with other people online) isn't good for any world, and may be causing the issue
Question- Where is the structure file for "village/snowy/houses/snowy_small_house_3" stored? Also, is there a list of the in-game structure names for each village structure like this?
edit: nevermind, they can be found at https://gist.github.com/Cheaterpaul/df84334ec733c27a7e6a8d04451cdf58
Whoops, slowness effect doesn't work on any flying mobs... I guess this was intended?
"I have only tested this on a server"
Yeah, this is totally fine in single player
Confirmed for 1.15.
[media]Are you on a mac? This happens to me sometimes too. What you have to do is Command+Tab (switch windows) then Command+Tab again to switch back in to minecraft. The mouse will then be gone. Hopefully this works!
This feature was never added or intended to be added to the game, so it's not a bug. Maybe you played with this as a feature in a non-vanilla version of minecraft, but this page is for bug reports in vanilla only.
Ok, thank you guys. Sorry for this being invalid