| @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 |