> For the complete documentation index, see [llms.txt](https://alex-plugins.gitbook.io/dungeonmmo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alex-plugins.gitbook.io/dungeonmmo/mob-spawning/populator-command.md).

# Populator Command

You can populate the configuration file using the mob populate command `/mobspopulate`.

### Usage

This is how to use it :&#x20;

```
/mobspopulate <vanilla|mythic> <type> <life|level> <block>
```

Where :

* **vanilla|mythic** is the mob source (MythicMobs or Vanilla mob)
* **type** is the entity type if the mob is a Vanilla mob or the name of the MythicMob otherwise
* **life|level** defines the life of the mob if it's a Vanilla mob, otherwise it's the MythicMob level
* **block** is the block the mob will spawn on

### Permission

The permission to use it is `dmmo.mobspopulate`
