Entity
5 nodes in this category.
Get Entity Health
paper/entity_health
Returns an entity's health, max health, and dead state.
In: entity
Out: health, maxHealth, isDead
Set Entity Health
paper/entity_set_health
Sets, kills, or damages an entity.
In: exec, entity, health
Out: exec
Entity Type
paper/entity_type
Returns information about an entity's type and name.
In: entity
Out: typeName, isPlayer, isLiving, name
Entity Location
paper/entity_location
Returns an entity's current location and coordinates.
In: entity
Out: location, x, y, z, world
Entity Velocity
paper/entity_velocity
Gets or sets an entity's velocity vector.
In: exec, entity, velocity
Out: exec, velocity