... | ... | @@ -24,6 +24,7 @@ Entity Targeters |
|
|
| @Parent | | Targets the parent if mob was summoned by other mob. |
|
|
|
| @Children | | Targets any child entities summoned by the caster. |
|
|
|
| @Passenger | | Targets the rider of the mob. |
|
|
|
| @SpawnLocation | | Targets the location the world's spawn. |
|
|
|
| @CasterSpawnLocation | | Targets the location the caster spawned at. |
|
|
|
| @PlayerByName{name="Ashijin"} | | Targets a specific player by name, supports placeholders. Added in 4.12 |
|
|
|
| @UniqueIdentifier{u="<target.uuid>"} | @UUID | Targets a specific entity by their UUID, supports placeholders. Added in 5.0 |
|
... | ... | @@ -47,6 +48,8 @@ Entity Targeters |
|
|
| @PlayersNearTargetLocation{r=#} | @PNTL{r=#} | Targets all players near targetlocation. Radius=5 by default. |
|
|
|
| @Siblings | | Targets any mobs that share the same parent as the caster. |
|
|
|
| @TargetedTarget | @Targeted | Targets the inherited targets. |
|
|
|
| @ItemsNearOrigin | | Targets item drops near the [origin](/skills/targeters/origin) of a meta-skill. |
|
|
|
| @ItemsInRadius{r=#} | | Targets all item drops in the given radius
|
|
|
|
|
|
### ThreatTable Targeters
|
|
|
|
... | ... | @@ -68,13 +71,15 @@ Location Targeters |
|
|
|------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
| @SelfLocation{y=0.0} | | Targets the caster's location an optional yoffset |
|
|
|
| @Forward{f=5;y=0.0;sideOffset=0.0} | | Targets a location 5 blocks infront of caster's facing direction with a yoffset and sideoffset of 0.0 |
|
|
|
| @ForwardWall | | |
|
|
|
| @TargetLocation | @targetloc, @TL | Targets the mob's target's location |
|
|
|
| @TriggerLocation | | Targets the location of the entity that triggered the skill |
|
|
|
| @Location{c=x,y,z,yaw,pitch} | | The skill will target the coordinates specified. |
|
|
|
| @Origin{xoffset=0;yoffset=0;zoffset=0} | | Targets the location of the "origin" or "source" of a meta-skill. While that is usually the casting mob, there are special cases where this is not true (such as with the Projectile Skill, where the "origin" is the location of the projectile). |
|
|
|
| @Spawner{s=SpawnerName} | | Targets the location of the specified spawner(s). The string can be the name of a spawner, or a a group of spawners (using g:groupname), and also accepts wildcards (Spawner* would target Spawner1,Spawner2,Spawner3,etc) |
|
|
|
| @ObstructingBlock | | Tries to target blocks in front of the caster that are obstructing it |
|
|
|
| @TrackedLocation | | targets the location set by mechanic: Traclocation
|
|
|
| @TrackedFromLocation | | Targets the location set by mechanic: tracklocation |
|
|
|
| @NearestStructure | | Targets the nearest structure's location |
|
|
|
|
|
|
### Multi-Location Targeters
|
|
|
|
... | ... | @@ -85,6 +90,7 @@ Location Targeters |
|
|
| @Cone{angle=#;points=#;range=#;rotation=#;yoffset=#} | | Returns the # of points target locations that comprise a cone (Note: Cone is fixed on the y-axis, and cannot be rotated up or down) |
|
|
|
| @EntitiesInCone{angle=#;range=#;rotation=#;} | | Targets all entities within the cone |
|
|
|
| @Sphere{radius=#;points=#;yoffset=#} | | Target points to form a sphere of locations |
|
|
|
| @TargetedLocation | Targets the inherited targets's location |
|
|
|
|
|
|
Special Targeters
|
|
|
-----------------
|
... | ... | |