mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Updated Signs (markdown)
parent
e1d593e5b9
commit
2a08072571
10
Signs.md
10
Signs.md
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user