modules/objectives/TQObj_KillMob
Destroy a mob (in a cuboid area) objective.
Remarks
The cuboid has been changed. It will only work on the latest test version! (Not tested!)Fields
Required
| Field | Value type | Remarks |
|---|---|---|
| Type | String | KillMob |
| Mob | String | Entitiy name of the mob (ex: Pig, Zombie, MagmaCube, etc.) |
| Amount | Integer | Amount of mobs needed to be killed |
Not Required
| Field | Value type | Remarks |
|---|---|---|
| World | String | World name |
| X1 | Integer | X coordinate of first cuboid location |
| Y1 | Integer | Y coordinate of first cuboid location |
| Z1 | Integer | Z coordinate of first cuboid location |
| X2 | Integer | X coordinate of second cuboid location |
| Y2 | Integer | Y coordinate of second cuboid location |
| Z2 | Integer | Z coordinate of second cuboid location |
Comments