
NBT: OnGround - Commands, Command Blocks and Functions
Sep 13, 2019 · This would not work in 1.12 because "distance" was added in 1.13. The command does not work because "OnGround" is used for items, not players. If you want to detect if the …
Testing for entities on ground and on air? - Minecraft Forum
May 6, 2016 · Note that the "OnGround" tag is different from arrows' "inGround" tag. "OnGround" will apply to all entities, including arrows (though they seemingly can never be 'on the ground').
Ground Entity Removal - Minecraft Forum
Oct 3, 2020 · The value of the OnGround tag is a byte. It's 1 if the entity is on the ground and 0 otherwise. The letter 'B' just indicates that the value is a byte. It's optional in most cases, but I …
Commands, Command Blocks and Functions - Minecraft Forum
Oct 27, 2018 · The portal tag is needed for the swapping of the hitted entity and the bow user. execute as @e [nbt= {Tags: ["tp1"],OnGround:1b}] run tag @a [tag=tele,scores= …
Detecting Specific Named Items on the ground. - Minecraft Forum
Dec 21, 2016 · I'm trying to use this command here: /scoreboard players set @e [type=Item] totem 1 {OnGround:1b,Item: {id:"minecraft:gold_nugget",Count:1b,display: {Name:"Ev...
How can I execute a command at an item with a specific …
Jul 25, 2020 · I was wanting to execute a command at all item frames with the specific tag "minecraft:boats". This is primarily used for clearing your inventory and you can...
How to I execute an arrow on ground? - Minecraft Forum
Feb 1, 2015 · I want to run an execute on an arrow, specifically on ground. execute @e [type=Arrow,InGround:1] ~ ~ ~ say hi Is there anything wrong?
Detecting NBT data? [SOLVED] - Minecraft Forum
Jul 10, 2016 · to do floor crafting. Basically it applies a tag to anything on the ground with an id that is defined in the command. In the same command I would like to check for nbt data. For …
Setblock after /execute doesn't work - Minecraft Forum
Jul 18, 2020 · I'm no good with complicated commands, but you could change the command so it does something that doesn't matter, for instance: /execute as @e [name=mob1,nbt= …
Editing NBT data when item is dropped on the ground
Feb 12, 2018 · I'm not really sure what you are trying to ask but to use the entitydata command to change data when the item is dropped on the ground, first you need a scoreboard to keep …