mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-01 06:53:26 +01:00
Updated Signs (markdown)
parent
fd9f27bf15
commit
00beb6900d
14
Signs.md
14
Signs.md
@ -179,7 +179,7 @@ Creates a class sign. The name entered in the second line must be the name of a
|
||||
|
||||
![Command Sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/Command.png)
|
||||
|
||||
This sign requires [CommandsXL](https://github.com/DRE2N/CommandsXL). It executes a CXL command defined by the name specified in the second line, while line three contains the delay and mode: Commands can be executed by the console ("console"), as an operator ("op") or just with the players own permissions ("default").
|
||||
This sign executes a [command script](scripts#commands) defined by the name specified in the second line, while line three contains the delay and mode: Commands can be executed by the console ("console"), as an operator ("op") or just with the players own permissions ("default").
|
||||
|
||||
***
|
||||
|
||||
@ -235,7 +235,7 @@ You can also add other custom mob plugins if they provide a spawn command with a
|
||||
|
||||
![Msg sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/Msg.png)
|
||||
|
||||
Shows a Message, that was set before.
|
||||
Sends a Message that was set before.
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
@ -451,6 +451,8 @@ Marks the beginning of a new mob wave. When a new wave starts, all triggered mob
|
||||
|
||||
![Hologram sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/Hologram.png)
|
||||
|
||||
Hologram signs now use message IDs like [chat message signs](#message).
|
||||
|
||||
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>
|
||||
@ -462,7 +464,7 @@ DungeonsXL provides support for [Holographic Displays](http://dev.bukkit.org/buk
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>First line/Second line/Item:ItemID/&6Color codes are supported!</td>
|
||||
<td>The text. "/" will create a wordwrap, "Item:[ID]" an item line. The ID may be any custom or vanilla item ID.</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>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
@ -471,8 +473,6 @@ DungeonsXL provides support for [Holographic Displays](http://dev.bukkit.org/buk
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
**Important hint:** A sign has obviously not enough space for text in most cases. You can use as much space as you want if you use a [script](scripts#sign) instead of placing the hologram sign directly.
|
||||
|
||||
***
|
||||
|
||||
### Drop
|
||||
@ -576,12 +576,16 @@ The second line contains the [sound category](https://hub.spigotmc.org/javadocs/
|
||||
|
||||
![Action bar sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/ActionBarMsg.png)
|
||||
|
||||
Action bar signs now use message IDs like [chat message signs](#message).
|
||||
|
||||
***
|
||||
|
||||
### Title
|
||||
|
||||
![Title sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/Title.png)
|
||||
|
||||
Title signs now use message IDs like [chat message signs](#message).
|
||||
|
||||
***
|
||||
|
||||
## Triggers
|
||||
|
Loading…
Reference in New Issue
Block a user