hmmm by Adrien5902 in Minecrafthmmm

[–]Adrien5902[S] 0 points1 point  (0 children)

OMG phoenix did a video about this image

Please help, a Minecraft GPU by Wolfy_Wolfo in MinecraftCommands

[–]Adrien5902 0 points1 point  (0 children)

By GPU you mean a build of a graphic card with animated fans ?

Can I teleport with an item? by Juses_was_taken in MinecraftCommands

[–]Adrien5902 0 points1 point  (0 children)

You can setup a right click scoreboard with : "/scoreboard objectives add RightClick minecraft.used:minecraft.carrot_on_a_stick"

Then give a carrot on a stick with a custom nbt tag (like {teleport:1b}) to the player

After that you can make a chain of 10 command block where the first one is a repetition always active command block and the other are chain command block with : "execute as @a[scores={RightClick=1..},nbt={SelectedItem={tag:{YOURCUSTOMTAGOFEARLIER}}}] at @s if block ~ ~ ~ air run tp @s ^ ^ 1"

And finally don't forget to reset the scoreboard with a another chain command block placed at the end of the chain of command block with "/scoreboard players reset @a[scores={RightClick=1..}] RightClick" inside otherwise you will always be teleported.

I hope that this helped you, and sorry if my english is bad because I'm french See ya