Custom Mobs

All custom mobs related options & configurations

Example

id: frostbite_skeleton
type: SKELETON
tag: frostbite_skeleton
name: "&fFrostbite Skeleton"
drops:
  ice-shard:
    chance: 50
    material: ICE
    name: "&bFrozen Shard"
    lore:
      - "&7A chilling fragment of ice"
  frostbone:
    chance: 30
    material: BONE
    name: "&bFrostbone"
    lore:
      - "&7Bone infused with icy magic"
  frozen-bow:
    chance: 10
    material: BOW
    name: "&bGlacier Bow"
    lore:
      - "&7Shoots freezing arrows"

Identifier

id: example_id

Allows you to set a identifier for the Custom Mob.

This option is only required when created in mobs folder

Mob Type

type: ZOMBIE

Allows you to set the type for the Custom Mob.

Click here to view mob types

Tag

tag: example_tag

Allows you to set a special detection tag for the Custom Mob to make it unique.

Use this option if you want to make your Custom Mob unique from the vanilla mobs

Don't use this option if you want to set the vanilla mob type to be this Custom Mob

Name

name: "&aExample Name"

Allows you to set a name for the Custom Mob

Drops

drops:
  ...

Allows you to set custom drops for the Custom Mob.

Click here to view more about randomizer

Click here to view about custom items

If you use this option it will drop these items instead of the vanilla item drops

Was this helpful?