Mobs

The ouranos Mob system is pretty similar to the npc system (see NPCs). Each building has a mobs property where you can define every mob that will spawn in this building during the generation time. The only difference with NPCs is that they will spawn only one time and won't respawn after they have been killed.

Mob tag

As the same way as NPCs, mob tags are divided into 2 parts, plugin name and mob name (and properties) :

ouranos:warden_250

The default Ouranos mob tag is ouranos:none to not spawn any mob at the location

Ouranos mob tag system

Ouranos has registered its own tag system to create simple mobs. it works as follow, first you have the mob name (in the example above, the mob name is "warden") followed by an underscore and the mob life. This second part is not mandatory and the default mob life will be applied if this second parameter is not specified.

MythicMobs tag system

Ouranos support MythicMobs entities. To set up a MythicMobs entity, process as follow :

mythic:Boss3

Use the "mythic" keyword followed by the MythicMob entity name defined in the Mob configuration file.

Last updated