|
|
Mechanic: DisguiseTarget
|
|
|
========================
|
|
|
|
|
|
## Description
|
|
|
Runs a disguise string on the target mob. This skill requires Libs'
|
|
|
Disguises and ProtocolLib be installed to enable Disguise functionality.
|
|
|
Disguises be installed to enable Disguise functionality.
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|---------|--------------------------------------|---------|
|
|
|
| disguise | d, type | The disguise to apply to the target. | |
|
|
|
|
|
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| disguise | d, type | The disguise to apply to the target. | player Ashijin |
|
|
|
| audience | | The [audience] of the disguise | |
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
|
|
|
This example would cause the target to turn into a sheep.
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- disguisetarget{d=SHEEP} @target
|
|
|
```
|
|
|
> This example would cause the target to turn into a sheep.
|
|
|
|
|
|
##
|
|
|
|
|
|
This one would turn it into a player using the skin of Notch and giving
|
|
|
it the display name *Jeb*. Color codes are useable in the nametag field.
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- disguisetarget{d="player libraryaddict setCustomName '&7Jeb' setSkin Notch.png"} @target
|
|
|
```
|
|
|
> This one would turn it into a player using the skin of Notch and giving it the display name *Jeb*. Color codes are useable in the nametag field.
|
|
|
|
|
|
|
|
|
<!-- LINKS -->
|
|
|
[audience]: /Skills/Audience |
|
|
\ No newline at end of file |