Skip to content

Disguise Spell

JasperLorelai edited this page Jul 26, 2023 · 11 revisions

Source Code

Targeting:

This spell can be cast by/on all living entities.

Description:

This spell disguises the entity disguise as another entity. LibsDisguises is required for this spell!

The buff spell doesn't have Uses.

Configuration:

Option Description Default Value
player-name player name if the disguise entity is a player ""
skin-name skin name if the disguise entity is a player player-name
data data used for disguises 0
burning Should the disguised entity burn? false
glowing Should the disguised entity glow? false
disguise Entity Data config section -

Example:

Disguise:
    spell-class: ".buff.ext.DisguiseSpell"
    name: "Disguise"
    toggle: true
    disguise:
        entity: tropical_fish
        type: clayfish
        color: red
        pattern-color: blue
Clone this wiki locally