switch it back to arrows from square brackets using html escape codes

This commit is contained in:
Pyrbu 2023-10-31 20:18:20 +01:00
parent 85f6114af4
commit 416ae104fe

@ -6,7 +6,7 @@ package lol.pyr.znpcsplus.api.hologram;
public interface Hologram { public interface Hologram {
/** /**
* Adds a line to the hologram * Adds a line to the hologram
* Note: to add an item line, pass "item:[item]" as the line * Note: to add an item line, pass "item:<item>" as the line
* @param line The line to add * @param line The line to add
*/ */
void addLine(String line); void addLine(String line);