|
|
[< Back to mechanic page](/Skills/Mechanics)
|
|
|
|
|
|
## Description
|
|
|
Forcibly show or hide a modeled entity from the targeted players.
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Type | Default |
|
|
|
|-----------|---------|------------------------------------------------|---------|---------|
|
|
|
| hidden | h | Is the mechanic used to hide model from target | Boolean | false |
|
|
|
| remove | r | Is being removed from visible / hidden list | Boolean | false |
|
|
|
|
|
|
## Examples
|
|
|
This will hide the Modeled Entity to all players in a radius
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- pairmodel{hidden=true} @PIR{r=10}
|
|
|
```
|
|
|
|
|
|
## Aliases
|
|
|
- [x] pairmodel |
|
|
\ No newline at end of file |