removed Speedmodifier from example, as it is not a valid alias acording to this same page authored by mikekevie's avatar mikekevie
...@@ -13,8 +13,8 @@ Causes the mob to pathfind to a location. ...@@ -13,8 +13,8 @@ Causes the mob to pathfind to a location.
## Examples ## Examples
```yml ```yml
Skills: Skills:
- goto{speedModifier=1;sh=5;sv=5} @owner - goto{speed=1;sh=5;sv=5} @owner
- goto{speedModifier=1;sh=5;sv=5} @location{c=100,65,100} - goto{speed=1;sh=5;sv=5} @location{c=100,65,100}
``` ```
... ...
......