... | @@ -4,27 +4,27 @@ Functions List |
... | @@ -4,27 +4,27 @@ Functions List |
|
----------------
|
|
----------------
|
|
| Icon | Name | Category | Description |
|
|
| Icon | Name | Category | Description |
|
|
| ------ | :----: | ------ | ------ |
|
|
| ------ | :----: | ------ | ------ |
|
|
|  | **Start Dungeon** | *Dungeon* | Description |
|
|
|  | **Start Dungeon** | *Dungeon* | **REQUIRED** Starts the dungeon. |
|
|
|  | **Leave Dungeon** | *Dungeon* | Description |
|
|
|  | **Leave Dungeon** | *Dungeon* | Sends the player or players out of the dungeon without completing it. |
|
|
|  | **Finish Dungeon** | *Dungeon* | Description |
|
|
|  | **Finish Dungeon** | *Dungeon* | **RECOMMENDED** Formally finishes the dungeon for the player or players. |
|
|
|  | **Checkpoint** | *Dungeon* | Description |
|
|
|  | **Checkpoint** | *Dungeon* | Sets a respawn checkpoint for the player or players. |
|
|
|  | **Signal Sender** | *Dungeon* | Description |
|
|
|  | **Signal Sender** | *Dungeon* | Broadcasts a silent, configured signal to all "Signal Receiver" triggers. |
|
|
|  | **Lives Editor** | *Dungeon* | Description |
|
|
|  | **Lives Editor** | *Dungeon* | Modifies the player or players lives. |
|
|
|  | **Reviver** | *Dungeon* | Description |
|
|
|  | **Reviver** | *Dungeon* | Allows bringing another player back from death. |
|
|
|  | **Message Sender** | *Player* | Description |
|
|
|  | **Message Sender** | *Player* | Sends a configured message to the player or players. |
|
|
|  | **Teleporter** | *Player* | Description |
|
|
|  | **Teleporter** | *Player* | Teleports the player or players to a configured location. |
|
|
|  | **Title Sender** | *Player* | Description |
|
|
|  | **Title Sender** | *Player* | Sends a configured title message to the player or players. |
|
|
|  | **Key Dispenser** | *Player* | Description |
|
|
|  | **Key Dispenser** | *Player* | Gives one player a configured key item. Defaults to a dungeon key. |
|
|
|  | **Rewards** | *Player* | Description |
|
|
|  | **Rewards** | *Player* | Opens a rewards inventory the player can take items from. |
|
|
|  | **Random Rewards** | *Player* | Description |
|
|
|  | **Random Rewards** | *Player* | Opens a rewards inventory that randomizes its contents. |
|
|
|  | **Loot Table Rewards** | *Player* | Description |
|
|
|  | **Loot Table Rewards** | *Player* | Opens a rewards inventory that randomizes its contents based on a loot table. |
|
|
|  | **Mob Spawner** | *Location* | Description |
|
|
|  | **Mob Spawner** | *Location* | Spawns configured mobs at the function's location. |
|
|
|  | **Sound Player** | *Location* | Description |
|
|
|  | **Sound Player** | *Location* | Plays a configured sound. |
|
|
|  | **Redstone Block** | *Location* | Description |
|
|
|  | **Redstone Block** | *Location* | Places a redstone block at the function's location. |
|
|
|  | **Door Controller** | *Location* | Description |
|
|
|  | **Door Controller** | *Location* | Makes a door lockable and unlockable with triggers. |
|
|
|  | **Block Controller** | *Location* | Description |
|
|
|  | **Block Controller** | *Location* | Allows placing or breaking blocks at the function's location. |
|
|
|  | **Mythic Skill** | *Meta* | Description |
|
|
|  | **Mythic Skill** | *Meta* | Executes a Mythic Skill from the function's location. |
|
|
|  | **Command Sender** | *Meta* | Description |
|
|
|  | **Command Sender** | *Meta* | Sends a command either from the player/players or console. |
|
|
|  | **Multi Function** | *Meta* | Description |
|
|
|  | **Multi Function** | *Meta* | Allows running multiple functions at the same location and from the same trigger. |
|
|
|  | **Function Repeater** | *Meta* | Description |
|
|
|  | **Function Repeater** | *Meta* | Runs a function a configured number of times on an interval. |
|
|
|  | **Function Randomizer** | *Meta* | Description | |
|
|  | **Function Randomizer** | *Meta* | Randomly chooses from a list of functions provided to run. | |
|
\ No newline at end of file |
|
\ No newline at end of file |