Merge pull request #242 from carlrobert/patch-16

Trivial typo
This commit is contained in:
Walter Higgins 2015-05-09 14:01:19 +01:00
commit bda8d96916

View file

@ -3,7 +3,7 @@
/************************************************************************* /*************************************************************************
## Arrows Plugin ## Arrows Plugin
The arrows mod adds fancy arrows to the game. Arrows which... The arrows mod adds fancy arrows to the game. Arrows which ...
* Launch fireworks. * Launch fireworks.
* Explode on impact. * Explode on impact.
@ -19,7 +19,7 @@ The arrows mod adds fancy arrows to the game. Arrows which...
* `/js arrows.flourish(self)` - makes a tree grow where the arrow lands. * `/js arrows.flourish(self)` - makes a tree grow where the arrow lands.
* `/js arrows.explosive(self)` - makes arrows explode. * `/js arrows.explosive(self)` - makes arrows explode.
* `/js arrows.normal(self)` sets arrow type to normal. * `/js arrows.normal(self)` sets arrow type to normal.
* `/js arrows.sign(self)` turns a targeted sign into a Arrows menu * `/js arrows.sign(self)` turns a targeted sign into an Arrows menu
All of the above functions can take an optional player object or name All of the above functions can take an optional player object or name
as a parameter. For example: `/js arrows.explosive('player23')` makes as a parameter. For example: `/js arrows.explosive('player23')` makes