#Entity id

7 messages · Page 1 of 1 (latest)

gusty hollow
#

how do i get the id of an entity, like, if i get the id of a pig, it would be 'minecraft:pig' or if it was an armor stand, it would be 'minecraft:armor_stand'

I cannot figure it out and I feel dumb
😦

green oracleBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

fair swift
#

entity.type if i remember correctly

tardy gale
#
event.entity.type //in entity hurt, entity death event
event.target.entity.type //in item right clicked event
event.target.type //in item entity interacted event
fair swift
#

hey i did remember correctly

gusty hollow
#

I appreciate the help guys

#

it works :D_ _