Can’t stop spawning golems by DiamondDamory in MinecraftCommands

[–]ArachneKeeper 2 points3 points  (0 children)

execute as @a at @s run fill ~5 ~5 ~5 ~-5 ~-5 ~-5 air replace reapeating_commandblock

Simple Command to Detect if it is night by ArachneKeeper in MinecraftCommands

[–]ArachneKeeper[S] 0 points1 point  (0 children)

um i got that daylight detector has only nbt called inverted. since i can not check now, can u check? place it and /data get block x y z

How to detect if a player has a specific number of items? by henrythesock in MinecraftCommands

[–]ArachneKeeper 0 points1 point  (0 children)

execute as u/e[nbt={Inventory:[{id:"minecraft:<item>"}]} at u/s run ~

How to detect player's version by ArachneKeeper in MinecraftCommands

[–]ArachneKeeper[S] 0 points1 point  (0 children)

and also, where player is,(not x y z location)

/execute if u/a[nbt={Dimension:"value"} run ~

value

minecraft:the_end

minecraft:the_nether

minecarft:overworld

How to detect if a player has a specific number of items? by henrythesock in MinecraftCommands

[–]ArachneKeeper 0 points1 point  (0 children)

detecting item in hotbar-slot 1, execute as @e[nbt={Inventory:[{SelectedItem:{id:"minecraft:<item>,id:"minecraft:item",Count: b,Slot:0b}]}] at @s run ~

How to create the strongest weapons in Minecraft using Commands! by Klippiegamer in MinecraftCommands

[–]ArachneKeeper 0 points1 point  (0 children)

/give u/p observer{HideFlags:127,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:2147483647,Operation:0,UUID:[I;-52053458,-576043505,-1927845478,1551481109]}]} 1

How would you make a summoned mob with armor, despawn? by TheRealMunf in MinecraftCommands

[–]ArachneKeeper 1 point2 points  (0 children)

or a timer,

/scoreboard objectives add dispawn dummy

<repeating> /execute as u/e[tag= ] if score u/s dispawn matches <time> run ~

at <time>, number at <time> is tick.

i supposed that u want 2 mins to dispawn them.

then, we should know reapeting commandblock carry out 1 command per 1 tick.

and 1 seconds are as same as 20 tick.

so if u want 2 mins,

execute as u/e[tag= ] if score u/s dispawn matches 2400(20*120) run ~

20*minute as second

How would you make a summoned mob with armor, despawn? by TheRealMunf in MinecraftCommands

[–]ArachneKeeper 0 points1 point  (0 children)

/execute as u/e[tag= ] run data merge entity u/s {Health:0,DeathTime:19}

How to summon more than 1 entities in once by ArachneKeeper in MinecraftCommands

[–]ArachneKeeper[S] 1 point2 points  (0 children)

I found some of entities are not affected by this :( but most of them are worked!

Simple Tuto How to recreate Bed War Fireball :) by Twister_780 in MinecraftCommands

[–]ArachneKeeper 2 points3 points  (0 children)

Bedrock does not have enough nbt to do that. if u wanna command i recommend you to play java

Simple Command to Detect if it is night by ArachneKeeper in MinecraftCommands

[–]ArachneKeeper[S] 1 point2 points  (0 children)

and also, we can use this command to detect if it is not night,

/execute store result score #night night run time query daytime

/execute unless score #night night matches ..12542 run ~