... | @@ -18,6 +18,8 @@ Attributes |
... | @@ -18,6 +18,8 @@ Attributes |
|
| copyThreatTable | ctt | Whether the summoned mobs should copy the parent's threat table. Requires threat tables to be enabled on the summoned mob to function. | false |
|
|
| copyThreatTable | ctt | Whether the summoned mobs should copy the parent's threat table. Requires threat tables to be enabled on the summoned mob to function. | false |
|
|
| inheritThreatTable | itt | Whether the summoned mobs should share a threat table with the parent. Requires threat tables to be enabled on the summoned mob to function. | |
|
|
| inheritThreatTable | itt | Whether the summoned mobs should share a threat table with the parent. Requires threat tables to be enabled on the summoned mob to function. | |
|
|
| inheritFaction | if | Whether the summoned mobs should have the same faction as the parent. | |
|
|
| inheritFaction | if | Whether the summoned mobs should have the same faction as the parent. | |
|
|
|
|
| summonerIsOwner | | (true/false) Whether to set the summoner as the owner of the mob.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
... | @@ -28,4 +30,4 @@ This example would summon 5 wither skeletons around the target players. |
... | @@ -28,4 +30,4 @@ This example would summon 5 wither skeletons around the target players. |
|
|
|
|
|
RaiseSkeletons:
|
|
RaiseSkeletons:
|
|
Skills:
|
|
Skills:
|
|
- summon{type=WITHER_SKELETON;amount=5;radius=4} @PIR{r=20} |
|
- summon{type=WITHER_SKELETON;amount=5;radius=4} @PIR{r=20} |
|
|
|
\ No newline at end of file |