|
|
## Description
|
|
|
Summons a mob to mount the target. Will knock the current rider off if there is one.
|
|
|
Summons a mob to mount the caster. Will knock the current rider off if there is one.
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|---------|----------------------|---------|
|
|
|
| type | t | Passenger Mob Type | UNDEFINED |
|
|
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| passenger | p. rider, r, type, t | The type of the mob to set as the passenger | |
|
|
|
|
|
|
|
|
|
## Examples
|
|
|
```yaml
|
|
|
Skills:
|
|
|
- summonPassenger{type=MyZombie} @trigger
|
|
|
- summonPassenger{type=MyZombie}
|
|
|
```
|
|
|
Will summon the mob "MyZombie" to ride the trigger. |
|
|
\ No newline at end of file |
|
|
Will summon the mob "MyZombie" to ride the caster of the mechanic.
|
|
|
|
|
|
|
|
|
## Aliases
|
|
|
- [x] passenger
|
|
|
- [x] summonRider
|
|
|
- [x] rider |
|
|
\ No newline at end of file |