diff --git a/Home.md b/Home.md index 7e8f7f4..2b0e27d 100644 --- a/Home.md +++ b/Home.md @@ -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)`