17
supervised_user_circle
Simply put, this is going to be a public way to post commands, datapacks and texture packs, while getting help from the community!

Wall Posts

  • Coding Club - Learning post by Jay_playz2019
    Public • February 1, 2022, 9:59 am
    Another one of the commands from the "ad" is here!



    It's the creeper one.....



    execute at //Playername// run summon minecraft:creeper ~ ~ ~ {Fuse:0, Powered:1}



    put this in a repeating command block and set to always powered.

    (If this doesn't work, say execute as playername, not at.)
  • Coding Club - Learning post by Jay_playz2019
    Public • January 26, 2022, 8:25 pm
    Here's one of the commands I mentioned in the "advertisement", being the arrow beacon.



    Put both commands in a repeating command block, then power them:
    1: execute as @e[type=arrow,distance=..10] run tag @s add smoke

    2: execute as @e[type=arrow,tag=smoke] run execute at @e[type=minecraft:arrow,tag=smoke,nbt={inGround:1b}] run particle minecraft:composter ~ ~1 ~ 0.1 45 0.1 0 200 force @a

    This will shoot a green beacon up in the air when the arrow hits the ground. Pick it up to stop this effect.

    this can also be used in many OTHER ways. The first command is needed for all of them. (I call it the base command for a good reason!)



    3A:

    execute as @e[type=arrow,tag=smoke] run execute at @e[type=minecraft:arrow,tag=smoke,nbt={inGround:1b}] run particle minecraft:sneeze ~ ~1 ~ 0.7 0.7 0.7 0 30 force @a[distance=..5]



    3B:

    execute as @e[type=arrow,tag=smoke] run execute at @e[type=minecraft:arrow,tag=smoke,nbt={inGround:1b}] run effect give @a[distance=..2] minecraft:instant_damage 1 0 false

    this allows for a poison like effect. It does instant damage because without it, it gives it to you way too fast to even take damage at all.



    It ALSO works with sounds. need I say more?

    execute as @e[type=arrow,tag=smoke] run execute at @e[type=minecraft:arrow,tag=smoke,nbt={inGround:1b}] run execute at @s run playsound minecraft:entity.wither.death master @p .

    Good luck annoying people!
    Jay_playz20192022-01-27 09:20:22
    Yeah, but I threw these together, probably typo'd and then just went with it. it works, so I'm happy.
    Silabear2022-01-27 02:43:57
    Surely, for the first command, you would need at @s? Also, these commands are very disorganised, for example the last command just needs to be execute at @e[​type=arrow,tag=smoke,nbt={inGround:1b}] run playsound . . .
  • Coding Club - Learning post by Jay_playz2019
    Public • January 26, 2022, 4:41 pm
    Welcome to the coding club! post commands and stuff here, and also feel free to ask for help!

Welcome