322: Is the player sneaking and similar predicates: No datapack needed. [Minecraft Map Making]
Ep322: Using predicates in command blocks without using a datapack. Is this video we just look at a few simple predicates to get the idea of how to use them. This predicates can also be used in a datapack if you want.
Version: 1.20.6
Misode's predicate generator: https://misode.github.io/predicate/
Commands by: Hasantopcu556
Commands, builds and ideas for people making their own Minecraft maps.
Check out my collabs on Coppit's channel: / coppitj
Join the CoppitCraft server that I play on and the Discord where I hang out.
Server IP: 51.81.246.145:25588
Discord: / discord
The following commands are prefixed with three letters which represent the settings of the command block. E.g IUN: = Impulse Unconditional Needs_Redstone. These prefixes need to be removed if copying the commands.
Since angled brackets are not allowed in YouTube descriptions you will have to replace "greater than" with the appropriate angled bracket. Ascii code: 62
Commands used:
Available flags:
is_sneaking
is_sprinting
is_on_fire
is_baby
is_swimming
Flags to be added in 1.21:
is_on_ground
is_flying
Controller single:
RUA: execute as @a at @s if predicate {"condition":"minecraft:entity_properties","entity":"this","predicate":{"flags":{"is_sneaking":true}}} run say I am sneaking!
Controller multiple:
RUA: execute as @a at @s if predicate {"condition":"minecraft:entity_properties","entity":"this","predicate":{"flags":{"is_sneaking":true, "is_on_fire":true}}} run say I am sneaking in the fire!
Other Videos By Infernal Device
Other Statistics
Minecraft Statistics For Infernal Device
At present, Infernal Device has 181,722 views spread across 860 videos for Minecraft, accounting for over 10 days of watchable video on his channel. This is 94.82% of the total watchable video for Minecraft on Infernal Device's YouTube channel.