Updated Signs (markdown)

Daniel Saukel 2020-04-18 10:48:02 +02:00
parent e1d593e5b9
commit 2a08072571

@ -453,6 +453,12 @@ Marks the beginning of a new mob wave. When a new wave starts, all triggered mob
Hologram signs now use message IDs like [chat message signs](#message).
Config example:
```
messages:
1: "First line<br>Second Line<br>Item:ItemID<br>&6Color codes are supported!"
```
DungeonsXL provides support for [Holographic Displays](http://dev.bukkit.org/bukkit-plugins/holographic-displays/) by filoghost. Hologram signs work as a wrapper to create and spawn holograms.
<table>
@ -463,8 +469,8 @@ DungeonsXL provides support for [Holographic Displays](http://dev.bukkit.org/buk
</tr>
<tr>
<td>2</td>
<td>First line/Second line/Item:ItemID/&6Color codes are supported!</td>
<td>The message ID. "/" will create a wordwrap, "Item:[ID]" an item line. The ID may be any custom or vanilla item ID.</td>
<td>Message ID</td>
<td>"<br>" will create a wordwrap, "Item:[ID]" an item line. The ID may be any custom or vanilla item ID.</td>
</tr>
<tr>
<td>3</td>