| Name | Vulnerable |
| Syntax | vulnerable (state:{true}/false/toggle) |
| Short Description | Sets whether an NPC is vulnerable. |
| Full Description | Toggles whether an NPC can be hurt or not. |
| Related Tags | <NPCTag.invulnerable> Returns whether the NPC is currently invulnerable. (...)
|
| Usage Example | |
| Usage Example | |
| Group | npc |
| Requires | Citizens |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/npc/VulnerableCommand.java#L21 |