sr_copy_skin
Copies the victim's skin onto the player.
Categories: player
Optional arguments
| Key(s) | Description | Type | Default |
|---|---|---|---|
persist | Whether the skin should be saved, so it stays applied when the player rejoins. | BOOLEAN | true |
Trigger parameters required
PLAYERVICTIM
Example
effects:
- id: sr_copy_skin
args:
persist: true # ← Optional
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |