|
|
|
Triggers are what activate dungeon functions. They listen for certain things to happen in the dungeon, and when they do, whatever function they're attached to will run. This includes mob kills, players entering an area, and even players right-clicking, breaking or placing a block at a location.
|
|
|
|
|
|
|
|
Trigger List
|
|
|
|
----------------
|
|
|
|
| Icon | Name | Category | Description |
|
|
|
|
| ------ | :----: | ------ | ------ |
|
|
|
|
| ![](https://i.imgur.com/iwT7AN9.png) | **Dungeon Start** | *Dungeon* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/feyEUwC.png) | **Signal Receiver** | *Dungeon* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/SVHkvuP.png) | **Right-Click** | *Player* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/ZFX8VFS.png) | **Player Detector** | *Player* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/wFs06Or.png) | **Key Item Detector** | *Player* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/MKlkBRh.png) | **Chat Message** | *Player* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/AoWkosU.png) | **Block Detector** | *Player* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/hiSdynj.png) | **Mob Death Counter** | *General* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/lKfaM32.png) | **Redstone Receiver** | *General* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/t6O1mU4.png) | **AND Gate** | *Meta* | DESCRIPTION |
|
|
|
|
| ![](https://i.imgur.com/t6O1mU4.png) | **OR Gate** | *Meta* | DESCRIPTION | |
|
|
|
\ No newline at end of file |