From 00beb6900d8c6358e4f120b2d09f710345d42548 Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Tue, 7 Apr 2020 18:16:10 +0200 Subject: [PATCH] Updated Signs (markdown) --- Signs.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/Signs.md b/Signs.md index 1a72994..25acdc2 100644 --- a/Signs.md +++ b/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. @@ -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.
@@ -462,7 +464,7 @@ DungeonsXL provides support for [Holographic Displays](http://dev.bukkit.org/buk - + @@ -471,8 +473,6 @@ DungeonsXL provides support for [Holographic Displays](http://dev.bukkit.org/buk
2 First line/Second line/Item:ItemID/&6Color codes are supported!The text. "/" will create a wordwrap, "Item:[ID]" an item line. The ID may be any custom or vanilla item ID.The message ID. "/" will create a wordwrap, "Item:[ID]" an item line. The ID may be any custom or vanilla item ID.
3
-**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