Skip to content

Change Shape

Changes player's shape into a different entity.

Type ID: shappoli:change_shape

Note

This action requires Woodwalkers to be installed.

Warning

This action only works if the actor is a player, and the target entity is a living entity.

Fields

Field | Type | Default | Description ignore_nbt | Boolean | false | Whether to ignore the NBT data of the target entity. Or copy it to the player. action_on_success | Bi-entity Action | optional | The action to perform when the player successfully changes shape.

Examples

{
  "type": "apoli:action_on_hit",
  "bientity_action": {
    "type": "shappoli:change_shape"
  }
}

This example changes the player's shape into the target entity when the player hits it.