Entity

Entity configuration is straightforward. It only requires an ID and a velocity setting. Depending on the entity you are using, some plugins allow the use of properties.

pageItemsAdderpageMythicMobs
skeleton:
  entity: skeleton
  velocity:
    horizontal: 1
    vertical: 1.3
  properties: {}

Entity ID: A unique identifier for each entity. This ensures the game or plugin can recognize and differentiate between various entities.

Velocity: This refers to the speed of an entity's movement when getting out of water surface.

Properties: These are additional settings that can define an entity's behavior, appearance, or other characteristics. The available properties can vary based on the type of entity and the specific plugin in use.

Last updated