|
|
|
## Description
|
|
|
|
Sets if the target raider entity can join a raid or not
|
|
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| bool | b, can, c | Whether the entity can join the raid | true |
|
|
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
|
```yaml
|
|
|
|
Skills:
|
|
|
|
- setRaiderCanJoinRaid{c=false} @self
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
|
- [x] setCanJoinRaid |
|
|
|
\ No newline at end of file |