Name | Heal |
Syntax | heal (<#.#>) ({player}/<entity>|...) |
Short Description | Heals the player or list of entities. |
Full Description | This command heals a player, list of players, entity or list of entities.
If no amount is specified it will heal the specified player(s)/entity(s) fully. |
Related Tags | <EntityTag.health> Returns the current health of the entity.
<EntityTag.health_max> Returns the maximum health of the entity.
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Group | entity |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/entity/HealCommand.java#L26 |