> For the complete documentation index, see [llms.txt](https://docs.eliteminecraftplugins.com/elitebosses/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eliteminecraftplugins.com/elitebosses/general-information/creating-bosses/auto-spawning.md).

# Auto Spawning

Auto spawns can be used to have any boss spawn at a random chance that you define. You can use either `RANDOM` locations or `DEFINED` locations.&#x20;

To add a random location, stand on the block you want the boss to spawn and run the command `/eb addlocation random-spawn`, you will need to add multiple locations for the plugin to randomly pick from.&#x20;

To add a defined location, stand on the block you want the boss to spawn and run the command `/eb addlocation defined-spawn`, the plugin will always spawn the boss at that exact location.&#x20;

Regardless of the spawning method you use, you can define a `time` *(in seconds)* for the plugin to spawn the bosses. You can also have the plugin spawn multiple bosses at once using the `max-spawns` setting.

Want your bosses spawning at a desired time instead of every X seconds? Simply provide a specific time in UTC for the boss to spawn. *(i.e `time: 16:35` OR `time: 07:00`)*

*NOTE: You can add more spawn locations by simply copy + pasting either "random-spawn" or "defined-spawn" and renaming it inside of your autospawn.yml.*
