| ... | @@ -178,23 +178,22 @@ There are some common attributes that can be used in most of the Targeters, depe | ... | @@ -178,23 +178,22 @@ There are some common attributes that can be used in most of the Targeters, depe | 
|  | ## Location Targeters |  | ## Location Targeters | 
|  | | Attribute                                | Shorthand        | Description                                                                                                      | |  | | Attribute                                | Shorthand        | Description                                                                                                      | | 
|  | | ---------------------------------------- | ---------------- | ----------------------------------------- | |  | | ---------------------------------------- | ---------------- | ----------------------------------------- | | 
|  | | Xoffset                                  | xo, x            | Centers the offset on the x axis           | |  | | xoffset                                  | xo, x            | Centers the offset on the x axis           | | 
|  | | Yoffset                                  | yo, y            | Centers the offset on the y axis           | |  | | yoffset                                  | yo, y            | Centers the offset on the y axis           | | 
|  | | Zoffset                                  | zo, z            | Centers the offset on the z axis           | |  | | zoffset                                  | zo, z            | Centers the offset on the z axis           | | 
|  | | ForwardOffset                            | foffset, fo      | Centers forward and backward offset, based on the caster's viewing angle | |  | | forwardOffset                            | foffset, fo      | Centers forward and backward offset, based on the caster's viewing angle | | 
|  | | SideOffset                               | soffset, so      | Centers left and right offset, based on the caster's viewing angle | |  | | sideOffset                               | soffset, so      | Centers left and right offset, based on the caster's viewing angle | | 
|  | | Rotatex                                  | rotx             | Rotation on the x axis                    | |  | | rotatex                                  | rotx             | Rotation on the x axis                    | | 
|  | | Rotatey                                  | roty             | Rotation on the y axis                    | |  | | rotatey                                  | roty             | Rotation on the y axis                    | | 
|  | | Rotatez                                  | rotz             | Rotation on the z axis                    | |  | | rotatez                                  | rotz             | Rotation on the z axis                    | | 
|  | | Coordinatex                              | cx               | Sets the x axis coordinate                    | |  | | coordinatex                              | cx               | Sets the x axis coordinate                    | | 
|  | | Coordinatey                              | cy               | Sets the y axis coordinate                    | |  | | coordinatey                              | cy               | Sets the y axis coordinate                    | | 
|  | | Coordinatez                              | cz               | Sets the z axis coordinate                    | |  | | coordinatez                              | cz               | Sets the z axis coordinate                    | | 
|  | | BlockTypes                               | blocktype, bt   | Only targets selected block types. Multiple blocks can be listed by separating them using a `,`<br>You can add a `#` at the front of the type to indicate that the block only needs to match part of the type, add `@` to indicate that the block only needs to match the start of the type | |  | | blocktypes                               | blocktype, bt   | Only targets selected block types. Multiple blocks can be listed by separating them using a `,`<br>You can add a `#` at the front of the type to indicate that the block only needs to match part of the type, add `@` to indicate that the block only needs to match the start of the type | | 
|  | | BlockIgnores                             | blockignore      | Excludes selected block types from the targeter. Multiple blocks can be listed by separating them using a `,` | |  | | blockignores                             | blockignore      | Excludes selected block types from the targeter. Multiple blocks can be listed by separating them using a `,` | | 
|  | | CoordinateYaw                            | cyaw             | Sets the yaw value                        | |  | | coordinateyaw                            | cyaw             | Sets the yaw value                        | | 
|  | | CoordinatePitch                          | cpitch           | Sets the pitch value                        | |  | | coordinatepitch                          | cpitch           | Sets the pitch value                        | | 
|  | | blockCentered                            |                  | Boolean value. If set to true, the center of the block at the target location will be targeted, instead of the target location itself | |  | | blockcentered                            | centered         | Boolean value. If set to true, the center of the block at the target location will be targeted, instead of the target location itself | | 
|  | | ignoretranslucent                        | it               | Boolean value. If set to true, no translucent blocks will be targeted | |  |  | 
|  |  |  |  | 
|  |  |  |  | 
|  | # Targeter Options |  | # Targeter Options | 
| ... |  | ... |  |