👺Mob Configuration

The mob configuration files. (allay.yml or any other)

Welcome to the mob configuration guide! This section will help you understand and customize the behavior and attributes of the different mob spawners using the VirtualSpawner plugin.

Head Configuration

(Click here for the website of the custom heads)

Customize the appearance of the mob spawner's head using the following options:

  • head-texture: Set the texture URL for the spawner head. In this example, the provided URL points to a specific texture for the head.

Please do not touch parameters other than head-texture of the Head section.

Drop Configuration

Control the drops that the spawner will store. Each drop is defined with the following parameters:

  • Material: The type of item dropped.

  • Amount: Specify a range for the drop amount (min-max).

  • Chance: The probability of the item dropping.

  • Price: The price associated with the drop. Adjust the values according to your economy settings.

  • Custom Model Data: This is optional and it allows you to put custom model on your drops.

  • Itemsadder Namespace: This optional and it allows you to specify the namespace of your itemsadder item

  • Itemsadder Name: This optional and it allows you to specify the name of your itemsadder item

Here are the used format:

  • Material:Amount:Chance:Price

  • Material:Amount:Chance:Price:Custom Model Data

  • Material:Amount:Chance:Price:Itemsadder Namespace;Itemsadder Name

Example:

Drops:
 - DIAMOND:1-3:3:4.0
 - GOLD_INGOT:1-3:20:2.0:13431
 - COAL:1-3:90:2.0:iagenerics;coin

Spawn Frequency

Adjust the spawn frequency of the spawner with Spawn-Delays. This setting determines the interval at which the spawner updates, affecting spawn rates. This value is in seconds !

Experience Points (XP)

Set the amount of experience points given at each spawn with Xp.

Color Customization

Customize the color of the spawner with Color. Can be in hexadecimal or classic minecraft color code.

Storage Capacity

Define the maximum storage capacity of the spawner using Storage.

Storage XP

Define the maximum XP capacity of the spawner using Xp.

Max Stack (Optional)

You can define a custom max stack on the spawner type using Max-Stack.

Full-to-Collect

This is if you want the XP and Storage to be full before players being able to sell and collect all of it.

Last updated