Skip to content

Mob Signs

Ryandw11 edited this page Mar 19, 2023 · 1 revision

You can use Mob Signs to spawn mobs. There are two types of mob signs:

  • [mythicmob] - Spawns a Mythical Mob
  • [mob] - Spawns a vanilla mob.

Mob Signs

Each mob sign has two required lines. They do the following:

  • The first line is the type of sign ([mob]).
  • The second is the mob name. You can see the list of valid mob types here.
  • The third, optional, line is the number of mobs to spawn. This can be an integer (4), or a range ([1;5]). With Mob Count:
[mob]
zombie
[3;5]

Without Mob Count:

[mob]
frog

Mythical Mobs Signs

Each mythical mob sign has two required lines. They do the following:

  • The first line is the type of sign ([mythicmob]).
  • The second is the mob name.
  • The third, optional, line is the level of the mythical mob.
  • The fourth, optional, line is the number of mobs to spawn. This can be an integer (4), or a range ([1;5]).
[mythicmob]
{Mob Name}
(level)
(number of mobs)

Example with number of mobs specified:

[mythicmob]
SkeletonBoss

2

Note: You must include the following in your mythic mobs config:

DespawnByDefault: false

Example Usage

Example of a single mob. Example of spawning multiple mobs. Example of spawning a mythic mob.