... | ... | @@ -26,6 +26,9 @@ Functions List |
|
|
| ![](https://i.imgur.com/feyEUwC.png) | **Signal Sender** | *Dungeon* | Broadcasts a silent, configured signal to all "Signal Receiver" triggers. |
|
|
|
| ![](https://i.imgur.com/QqZIQ15.png) | **Lives Editor** | *Dungeon* | Modifies the player or players lives. |
|
|
|
| ![](https://i.imgur.com/xyGGseB.png) | **Reviver** | *Dungeon* | Allows bringing another player back from death. |
|
|
|
| ![](https://i.imgur.com/1BxYZ26.png) | **Chunk Loader** | *Dungeon* | When triggered, forces the chunk this function is in to remain loaded. Trigger again to allow the chunk to unload. |
|
|
|
| ![](https://i.imgur.com/MKlkBRh.png) | **Dungeon Status** | *Dungeon* | Sets the dungeons "status" to a configurable text. Similar to Mythic Mobs stances. |
|
|
|
| ![](https://i.imgur.com/3eKOgeL.png) | **Difficulty** | *Dungeon* | Allows changing the difficulty of the dungeon on the fly. |
|
|
|
| ![](https://i.imgur.com/ICSGaqm.png) | **Message Sender** | *Player* | Sends a configured message to the player or players. |
|
|
|
| ![](https://i.imgur.com/cS4n7C7.png) | **Teleporter** | *Player* | Teleports the player or players to a configured location. |
|
|
|
| ![](https://i.imgur.com/hHbHJ0K.png) | **Title Sender** | *Player* | Sends a configured title message to the player or players. |
|
... | ... | @@ -42,6 +45,8 @@ Functions List |
|
|
| ![](https://i.imgur.com/WlMoWZQ.png) | **Door Controller** | *Location* | Makes a door lockable and unlockable with triggers. |
|
|
|
| ![](https://i.imgur.com/4PYBkKZ.png) | **Block Controller** | *Location* | Allows placing or breaking blocks at the function's location. |
|
|
|
| ![](https://i.imgur.com/MKlkBRh.png) | **Hologram** | *Location* | _(1.3.0+)_ Displays a text hologram at a specified location. |
|
|
|
| ![](https://i.imgur.com/Vx2qiqp.png) | **Moving Block** | *Location* | Turns the block at this location into a moving block, which can be configured to slowly move somewhere else when triggered. |
|
|
|
| ![](https://i.imgur.com/NzC5MMy.png) | **Moving Block Cluster** | *Location* | Turns a group of blocks into a group of moving blocks. Works similarly to moving block, but allows selecting many blocks. |
|
|
|
| ![](https://i.imgur.com/sWvmSgq.png) | **Mythic Skill** | *Meta* | Executes a Mythic Skill from the function's location. |
|
|
|
| ![](https://i.imgur.com/feyEUwC.png) | **Mythic Signal** | *Meta* | Sends a Mythic Mobs signal to nearby mobs. (For use with the ~onSignal MM trigger.) |
|
|
|
| ![](https://i.imgur.com/C7h6Uq6.png) | **Command Sender** | *Meta* | Sends a command either from the player/players or console. |
|
... | ... | @@ -49,4 +54,5 @@ Functions List |
|
|
| ![](https://i.imgur.com/4U25SOy.png) | **Function Repeater** | *Meta* | Runs a function a configured number of times on an interval. |
|
|
|
| ![](https://i.imgur.com/av1WoSb.png) | **Delayed Function** | *Meta* | Runs a function after a specified number of ticks have passed. |
|
|
|
| ![](https://i.imgur.com/1BxYZ26.png) | **Function Randomizer** | *Meta* | Randomly chooses from a list of functions provided to run. |
|
|
|
| ![](https://i.imgur.com/AlCRfHe.png) | **Function Sequencer** | *Meta* | Runs a list of functions one at a time in order each time it's triggered. | |
|
|
\ No newline at end of file |
|
|
| ![](https://i.imgur.com/AlCRfHe.png) | **Function Sequencer** | *Meta* | Runs a list of functions one at a time in order each time it's triggered. |
|
|
|
| ![](https://i.imgur.com/AlCRfHe.png) | **Dungeon Variable** | *Meta* | Allows setting and modifying a custom variable. Best used with the Variable Comparison condition. Variables can be used in message senders with the following format: <my_variable_here> | |
|
|
\ No newline at end of file |