... | ... | @@ -16,11 +16,13 @@ Trigger List |
|
|
| ------ | :----: | ------ | ------ |
|
|
|
|  | **Dungeon Start** | *Dungeon* | Activates when the dungeon begins. (Has no configurable options.) |
|
|
|
|  | **Signal Receiver** | *Dungeon* | Activates when it receives a matching configured signal from a signal sender function. |
|
|
|
|  | **Leave Dungeon Listener** | *Dungeon* | Activates when a player leaves the dungeon. |
|
|
|
|  | **Right-Click** | *Player* | Activates when a player right-clicks the block this trigger is located at. |
|
|
|
|  | **Player Detector** | *Player* | Activates when a player or count of players gets within a certain distance of it. |
|
|
|
|  | **Key Item Detector** | *Player* | Activates when a player uses a configured key item. |
|
|
|
|  | **Chat Message** | *Player* | Activates when a player sends a message matching a configured pattern in chat. |
|
|
|
|  | **Block Detector** | *Player* | Activates when a player places and/or breaks a configured block type at the trigger location. (Also allows placing and/or breaking at the location.) |
|
|
|
|  | **Player Death Counter** | *Player* | Activates when a configured number of players have died. |
|
|
|
|  | **Mob Death Counter** | *General* | Activates when a configured number of specified mobs have died. |
|
|
|
|  | **Redstone Receiver** | *General* | Activates when the block at the trigger location receives a redstone signal. |
|
|
|
|  | **AND Gate** | *Meta* | Activates when all of several other configured triggers are activated. |
|
... | ... | |