Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/testfor

From SAS Gaming Wiki
Revision as of 07:48, 4 November 2025 by imported>LauraFii (History: split)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Exclusive Template:Outdated Template:Infobox command

Counts Minecraft:entities (Minecraft:players, Minecraft:mobs, Minecraft:items, etc.) matching specified conditions.

Syntax

testfor <victim: target>

Arguments

Template:Argument

Specifies the entities to test.
Template:Arg desc

Result

Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table

Output

Template:Output table Template:Output table Template:Output table Template:Output table

Examples

  • To test if Alice is online: testfor Alice
  • To count the number of players in Survival mode within a 3-block radius of (0,64,0): testfor @a[x=0,y=64,z=0,r=3,m=0]
  • To count the number of zombies within a 20-block radius of (0,64,0): testfor @e[x=0,y=64,z=0,r=20,type=zombie]
  • To check if a random player has iron ingots in their inventory testfor @r[hasitem={item=iron_ingot}]
  • To check if a random player does not have iron ingots in their inventory testfor @r[hasitem={item=iron_ingot},quantity=0]
  • To check if a random is holding iron ingots in their inventory testfor @r[hasitem={item=iron_ingot},location=slots.weapon.mainhand]

History

Java Edition

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

External links

Navigation

Template:Navbox commands

Minecraft:de:Befehl/testfor Minecraft:es:Comandos/testfor Minecraft:ja:コマンド/testfor Minecraft:pt:Comandos/testfor Minecraft:ru:Команды консоли/testfor Minecraft:zh:命令/testfor