| Name | spawner_delay_data | 
| Object | LocationTag | 
| Input | ListTag | 
| Related Tags | <LocationTag.spawner_spawn_delay>Returns the current spawn delay for the spawner. (...)<LocationTag.spawner_minimum_spawn_delay>Returns the minimum spawn delay for the mob spawner.<LocationTag.spawner_maximum_spawn_delay>Returns the maximum spawn delay for the mob spawner. | 
| Description | Sets the current spawn delay, minimum spawn delay, and maximum spawn delay of the mob spawner. For example, -1|200|800 | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4660 |