Updated Home (markdown)

filoghost 2014-07-22 08:33:00 -07:00
parent 7eae6b5d05
commit 15c90f5d27
1 changed files with 1 additions and 1 deletions

@ -99,7 +99,7 @@ Hologram createIndividualHologram(Plugin plugin, Location source, Player whoCanS
`boolean hologram.isDeleted()`
* Returns true if the hologram was deleted.
The following methods can be used to dynamically change the lines. You can use the placeholders provided by the plugin, like the rainbow color (`&u`). Indexes start from 0. List:
The following methods can be used to dynamically change the lines. You can't use the placeholders provided by the plugin. Indexes start from 0. List:
* `hologram.addLine(String text)`
* `hologram.removeLine(int index)`
* `hologram.setLine(int index, String text)`