Give Me Silly Commands For Me To use On 1.16.3
15
/execute as @e[type=minecraft:sheep] run say beeeeh
How Do I Do It To Sheep I get near
/execute at @a run execute as @e[type=sheep,distance=..10] run say beeeeh
if you want it to happen only once every time you get close (instead of constantly) you have to do a little more:
/scoreboard objectives add beeeeh dummy (run once in chat)
/execute at @a as @e[type=sheep,distance=..10] run scoreboard players @s add beeeeh 1 (repeating command block)
/execute as @e[scores={beeeeh=1}] run say beeeeh (repeating command block)
/execute as @e[type=sheep] at @s unless entity @a[distance=..10] run scoreboard players @s reset beeeeh (repeating command block)
if you want it to happen only once every time you get close (instead of constantly) you have to do a little more:
/scoreboard objectives add beeeeh dummy (run once in chat)
/execute at @a as @e[type=sheep,distance=..10] run scoreboard players @s add beeeeh 1 (repeating command block)
/execute as @e[scores={beeeeh=1}] run say beeeeh (repeating command block)
/execute as @e[type=sheep] at @s unless entity @a[distance=..10] run scoreboard players @s reset beeeeh (repeating command block)
Thanks
Having this one repeat every tick is fun to play with:
execute at @e[type=snowball] run summon minecraft:lightning_bolt ~ ~ ~
Also, you can make a basic jetpack using snowballs:
First, set the MobGriefing gamerule to false as you will be summoning a lot of creepers.
Play in creative, grab a snowball (don't leave the snowball-lightning on)
Make these 2 commands part of a repeating chain:
execute at @e[type=snowball] at @p run summon minecraft:creeper ~ ~1 ~ {Fuse:0,ExplosionRadius:1b}
kill @e[type=snowball]
Then, hold rightclick on the snowball to activate thrust on the jetpack.
execute at @e[type=snowball] run summon minecraft:lightning_bolt ~ ~ ~
Also, you can make a basic jetpack using snowballs:
First, set the MobGriefing gamerule to false as you will be summoning a lot of creepers.
Play in creative, grab a snowball (don't leave the snowball-lightning on)
Make these 2 commands part of a repeating chain:
execute at @e[type=snowball] at @p run summon minecraft:creeper ~ ~1 ~ {Fuse:0,ExplosionRadius:1b}
kill @e[type=snowball]
Then, hold rightclick on the snowball to activate thrust on the jetpack.
Thanks Plus This Also Good For Landing Falls
I believe this was on the Bedrock edition and only stuck around for 1.13, however there was a command called /atlantis which turned the most of the world underwater!
Uh Ok?????? Im Java
disco sheep hack: name it using a name tag to jeb_
oh wait is that a command????
oh wait is that a command????
Bruh Everyone Knows How To Do hat
oh
okay so put down a command block and put it in a loop and then type "/kill @e"
that was a joke
lol I lost a world doing that once, although I believe it was @p I used.
okay but you could place a command block and type /clone ~ ~ ~ ~ ~ ~ ~ ~1 ~ and set it to repeat and always active
that was a joke
lol I lost a world doing that once, although I believe it was @p I used.
okay but you could place a command block and type /clone ~ ~ ~ ~ ~ ~ ~ ~1 ~ and set it to repeat and always active
In bedrock edition, if you sign out of your Xbox account you can name your player anything. So you can put Dinnerbone and your player will turn upside down. This will happen when you play also!
