Member
Level 31
Artisan Miner
4

Forum Posts

1 - 4 of 4

    Darokahn
    05/24/2021 9:34 pm
    Level 31 : Artisan Miner
    Laughing my apples off
    2
    Darokahn
    10/11/2020 5:07 pm
    Level 31 : Artisan Miner
    /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)
    1
    Darokahn
    10/11/2020 4:58 pm
    Level 31 : Artisan Miner
    It really isn't that funny
    1
    Darokahn
    10/06/2020 7:54 pm
    Level 31 : Artisan Miner
    history
    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
    1

1 - 4 of 4

Welcome