Hello, this is what happend: I am building in a creative server with my friend and I have a command block with the execute command and before the 1.14.4 update it worked perfectly fine, but after it it is just not doing it correctly. It is like he isn't chaining command blocks anymore. The first one is working you see that in the appendix the second one isn't working also in the appendix he is doing it once and then he is just done he isn't removing a block which it should do and it is spamming the whole chat full this all worked in the 1.14.3 version as you can see.
Attachments
Comments 5
Well I did follow the autocomplete guide it shows that is the right command but it is just not detecting the right click but i will try the command you gave me for the spamming.
Execute command this are the commands:
For opening:
1. execute at @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] as @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] run execute as @s run say Open the Gate!
2. execute at @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] as @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] run execute as @s run fill -79 108 407 -79 108 407 minecraft:redstone_block
3. execute at @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] as @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] run execute as @s run fill -79 108 407 -79 108 407 minecraft:air
4. scoreboard players reset @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Open the gate!\"}"}}}}] carrot
For closing:
1. execute at @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] as @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] run execute as @s run say Close the Gate!
2. execute at @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] as @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] run execute as @s run fill -81 108 407 -81 108 407 minecraft:redstone_block
3. execute at @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] as @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] run execute as @s run fill -81 108 407 -81 108 407 minecraft:air
4. scoreboard players reset @a[scores={carrot=1..},nbt={SelectedItem:{id:"minecraft:carrot_on_a_stick",tag:{display:{Name:"{\"text\":\"Close the gate!\"}"}}}}] carrot
[media]
hello just type in chat /gamerule sendcommandfeedback false
it will stop spamming the chat however in the video where it doesnt work i cant see if you can open the gate or not if not check the commands and be sure to follow the autocomplete guide to make sure it is valid as some commands have changed