• 0

    posted a message on For some weird reason, this isn't working

    What the...

    The weirder thing is that:

    To you it works

    To me the kill commands doesn't work

    To my friend NOTHING works, like, nothing happen when she drops the items...

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on For some weird reason, this isn't working

    Hi, so I made a command in minecraft with the help of MrGarretto's command combiner that gives you an egg to spawn sans (from undertale), I know, it's kind of silly but I wanted to do it, but for some reason it isn't working.

    The thing is: you execute the command; a machine appears; you drop lapis, nether star and a bone on the ground (same block) and it will give the egg to the player

    But, it INFINITELY gives the player the egg, seems like the "/kill" commands aren't working but I have no idea why!


    Version: 1.14.4

    Command: summon falling_block ~ ~.5 ~ {Motion:[.0,.5,.0],BlockState:{Name:activator_rail},Time:1,Passengers:[{id:falling_block,BlockState:{Name:redstone_block},Time:1,Passengers:[{id:command_block_minecart,Command:"gamerule commandBlockOutput false"},{id:command_block_minecart,Command:"fill ~7 ~2 ~4 ~12 ~4 ~6 blue_concrete hollow"},{id:command_block_minecart,Command:"fill ~7 ~3 ~4 ~12 ~3 ~6 purple_stained_glass replace blue_concrete"},{id:command_block_minecart,Command:"setblock ~6 ~3 ~5 oak_wall_sign[facing=west]{Text1:\"{\\\"text\\\":\\\"Just Drop:\\\"}\",Text2:\"{\\\"text\\\":\\\"Bone, Lapis and\\\"}\",Text3:\"{\\\"text\\\":\\\"Nether Star\\\"}\",Text4:\"{\\\"text\\\":\\\"On the ground\\\"}\"}"},{id:command_block_minecart,Command:"fill ~8 ~3 ~5 ~11 ~3 ~5 chain_command_block[facing=east,conditional=true]"},{id:command_block_minecart,Command:"setblock ~8 ~3 ~5 repeating_command_block[facing=east]"},{id:command_block_minecart,Command:"data merge block ~11 ~3 ~5 {auto:1,Command:\"/kill @e[type=item,name=\\\"Nether Star\\\"]\"}"},{id:command_block_minecart,Command:"data merge block ~10 ~3 ~5 {auto:1,Command:\"/kill @e[type=item,name=\\\"Bone\\\"]\"}"},{id:command_block_minecart,Command:"data merge block ~9 ~3 ~5 {auto:1,Command:\"/kill @e[type=item,name=\\\"Lapis Lazuli\\\"]\"}"},{id:command_block_minecart,Command:"data merge block ~8 ~3 ~5 {auto:1,Command:\"/execute at @e[type=item,name=\\\"Lapis Lazuli\\\"] run execute at @e[type=item,name=\\\"Bone\\\",distance=..1] run execute at @e[type=item,name=\\\"Nether Star\\\",distance=..1] run give @p skeleton_spawn_egg{display:{Name:\\\"[{\\\\\\\"text\\\\\\\":\\\\\\\"AAA\\\\\\\",\\\\\\\"italic\\\\\\\":false,\\\\\\\"obfuscated\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"green\\\\\\\"},{\\\\\\\"text\\\\\\\":\\\\\\\"Sans Egg\\\\\\\",\\\\\\\"obfuscated\\\\\\\":false,\\\\\\\"italic\\\\\\\":false,\\\\\\\"color\\\\\\\":\\\\\\\"blue\\\\\\\"},{\\\\\\\"text\\\\\\\":\\\\\\\"AAA\\\\\\\",\\\\\\\"italic\\\\\\\":false,\\\\\\\"obfuscated\\\\\\\":true,\\\\\\\"color\\\\\\\":\\\\\\\"green\\\\\\\"}]\\\"},EntityTag:{Invulnerable:1,PersistenceRequired:1,Silent:1,ArmorItems:[{Count:1,id:iron_boots},{Count:1,id:leather_leggings,tag:{display:{color:1908001}}},{Count:1,id:leather_chestplate,tag:{display:{color:3949738}}},{Count:1,id:\\\"minecraft:player_head\\\",tag:{SkullOwner:{Id:\\\"401c89f6-384e-473d-b448-1c73a342aed9\\\",Properties:{textures:[{Value:\\\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTVhZWY4ZDczYzZiM2I5N2Q3YjU3MTZmY2EyMTVmNWViYTY3OTkyMTJkMTFlYjYzZTE1ODg5NDBkMWUyMWI3MyJ9fX0=\\\"}]}}}}],CustomName:\\\"\\\\\\\"Sans\\\\\\\"\\\",HandItems:[{Count:1,id:air},{}]}}\"}"},{id:command_block_minecart,Command:"setblock ~ ~ ~1 command_block{Command:\"fill ~ ~-2 ~-1 ~ ~ ~ air\"}"},{id:command_block_minecart,Command:"setblock ~ ~-1 ~1 redstone_block"},{id:command_block_minecart,Command:"kill @e[type=command_block_minecart,distance=..1]"}]}]}


    If u find a solution please reply, thanks!

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Issue with using "/setblock" to place a Command Block

    Thank you so much for the help but, just for better understanding, why there are three bars here?

    {display:{Name:\"\\\ <--[Here]

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Issue with using "/setblock" to place a Command Block

    So, I have this command:

    /give @p stick{display:{Name:"\"testing\""}}


    I want to make a "/setblock" that sets a command block that execute this command, so, I create this command:

    /setblock ~5 ~5 ~5 command_block[facing=north]{Command:"give @p stick{display:{Name:"\"testing\""}}"}


    But Minecraft says:

    Expected '}' at position 85: ...ay:{Name:"<--[HERE]


    What do I do??????

    Posted in: Commands, Command Blocks and Functions
  • To post a comment, please .