mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2024-12-03 16:03:59 +01:00
Updated Signs (markdown)
parent
60d3b2c42a
commit
765f3ddf9b
19
Signs.md
19
Signs.md
@ -31,6 +31,8 @@
|
|||||||
* 22. [Open door](#open-door)
|
* 22. [Open door](#open-door)
|
||||||
* 23. [Script](#script)
|
* 23. [Script](#script)
|
||||||
* 24. [Teleport](#teleport)
|
* 24. [Teleport](#teleport)
|
||||||
|
* 25. [Resource pack](#resource-pack)
|
||||||
|
* 26. [BossShop](#bossshop)
|
||||||
|
|
||||||
3. [Triggers](#triggers)
|
3. [Triggers](#triggers)
|
||||||
* 1. [Distance](#distance)
|
* 1. [Distance](#distance)
|
||||||
@ -498,6 +500,23 @@ Teleport signs teleport the player either to the location in the second line or
|
|||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
### Resource pack
|
||||||
|
|
||||||
|
![Resource pack sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/ResourcePack.png)
|
||||||
|
|
||||||
|
If a player triggers a resource pack sign, he gets the possibility to download the dungeon resource pack.
|
||||||
|
|
||||||
|
Resource pack IDs can be defined in the [main configuration file](main-configuration). Use "reset" instead of an ID to reset the player's resource pack to his default one.
|
||||||
|
|
||||||
|
ResourcePack signs get enabled before the game starts and generate an interact trigger by default just like for example lobby, ready or leave signs, but you might want to link one sign to set the pack to your ready sign and one to reset to your end sign.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
### BossShop
|
||||||
|
![BossShop sign](http://feuerstern.bplaced.net/ressourcen/DXLSigns/BossShop.png)
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
## Triggers
|
## Triggers
|
||||||
|
|
||||||
To trigger most of these signs, they need a Trigger. It is determined in the Bottom line of a sign. This explains all available Triggers:
|
To trigger most of these signs, they need a Trigger. It is determined in the Bottom line of a sign. This explains all available Triggers:
|
||||||
|
Loading…
Reference in New Issue
Block a user