Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicDungeons MythicDungeons
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 99
    • Issues 99
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicDungeonsMythicDungeons
  • Wiki
  • Functions

Functions · Changes

Page history
Update Functions authored May 06, 2024 by MarcatoSound's avatar MarcatoSound
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 1 deletion
+7 -1
  • Functions.md Functions.md +7 -1
  • No files found.
Functions.md
View page @ 02c3e0d6
...@@ -26,6 +26,9 @@ Functions List ...@@ -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/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/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/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/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/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. | | ![](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 ...@@ -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/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/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/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/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/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. | | ![](https://i.imgur.com/C7h6Uq6.png) | **Command Sender** | *Meta* | Sends a command either from the player/players or console. |
...@@ -50,3 +55,4 @@ Functions List ...@@ -50,3 +55,4 @@ Functions List
| ![](https://i.imgur.com/av1WoSb.png) | **Delayed Function** | *Meta* | Runs a function after a specified number of ticks have passed. | | ![](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/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. | | ![](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
Clone repository

NOTE: Items marked with * are incomplete or unwritten.

General Info
  • Changelogs
  • Commands and Permissions
  • Plugin Config
  • How it all Works
Guides
  • Getting Started
  • Your First Dungeon
  • Importing from DXL
Dungeon Elements
  • Dungeon Config
  • Functions
  • Triggers
  • Conditions
Compatibility
  • Mythic Mobs
  • Placeholder API
  • BetonQuest
Developer Documentation
  • Introduction to API
  • Getting Started with Elements
  • GUI Menus
  • *Custom Functions
  • *Custom Triggers
  • *Custom Conditions
  • Adding Party Support