From 15c90f5d2794deb35f5ae59ef310f395abe77944 Mon Sep 17 00:00:00 2001 From: filoghost Date: Tue, 22 Jul 2014 08:33:00 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`