Update Targeters authored by Joshinn's avatar Joshinn
...@@ -129,6 +129,7 @@ meta-targeter uses. ...@@ -129,6 +129,7 @@ meta-targeter uses.
| @FloorOfTargets | @FOT | Targets the blocks underneath the targets | | @FloorOfTargets | @FOT | Targets the blocks underneath the targets |
| @LocationsOfTargets | @LOT | Targets the location of the targets | | @LocationsOfTargets | @LOT | Targets the location of the targets |
| @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | | Targets all blocks in the radius of the inherited target | | @BlocksInRadius{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | | Targets all blocks in the radius of the inherited target |
| @BlocksInChunk{noair=true/false;onlyair=true/false;nearorigin=true/false} | Targets all blocks in a chunk|
| @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | | Targets all blocks in the radius of the specified target | | @BlocksNearOrigin{radius=#;radiusy=#;noise=#;shape=sphere/cube;onlyair=false;noair=true} | | Targets all blocks in the radius of the specified target |
Targeter Options Targeter Options
... ...
......