| Name | Strike |
| Syntax | strike [<location>] (no_damage) (silent) |
| Short Description | Strikes lightning down upon the location. |
| Full Description | Causes lightning to strike at the specified location, which can optionally have damage disabled.
The lightning will still cause fires to start, even without the 'no_damage' argument. Lightning caused by this command will cause creepers to activate. Using the no_damage argument makes the lightning do no damage to the player or any other entities, and means creepers struck will not activate. Use 'silent' to remove the sound of the lightning strike. NOTE: The 'silent' option appears to have been removed in a Minecraft update and thus lightning will be audible until/unless Mojang re-adds it. |
| Related Tags | None
|
| Usage Example | |
| Usage Example | |
| Synonyms (Search Aid) | lightning, electrocute |
| Group | world |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/world/StrikeCommand.java#L20 |