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 90
    • Issues 90
    • 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
  • Changelogs

Changelogs · Changes

Page history
Update Changelogs authored May 06, 2024 by MarcatoSound's avatar MarcatoSound
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 1 deletion
+15 -1
  • Changelogs.md Changelogs.md +15 -1
  • No files found.
Changelogs.md
View page @ 99894dff
1.3.1 - Bug Fixes and Major Features
1.3.1 - Dungeon Difficulties, Variables, and Memory Leak Fixes
=====
New Stuff
---------
......@@ -19,11 +19,25 @@ New Stuff
- Added "chance" condition for randomizing triggers
- Added `lang.yml` messages for accepting party invites
- Added "range" option to signal senders (default is 0, meaning infinite)
- Added a plugin config option for starting a dungeon without all players being ready.
- Switched to Display Entities for function labels and holograms on 1.19.4+
- Added config option for disabling party chat system.
- Added "notify" option to key and item dispenser functions to allow hiding the "got item" message.
- Added silent stealth-join when teleporting into a dungeon in spectator mode.
- Added `PreventTeleportIn` dungeon rule to disallow players teleporting into an ongoing dungeon. (`false` by default.)
Bug Fixes
---------
- **FIXED MEMORY LEAKS!!** Some memory leaks may still be caused by third-party plugins holding on to the dungeon world. *We can't fix this,* but we've solved the main issues!
- **Fixed various crashes with dungeon cleanup.**
- Fixed non-leader party members being able to start dungeons without the rest of the party.
- Fixed players being able to try to start a dungeon while waiting for another one to load.
- Fixed various issues with some hotbar menu buttons being activated twice when right-clicked.
- Fixed players with stuff mounted to them (such as invisible armorstands) not being teleported in and out of dungeons.
- Fixed player death triggers not working with leave and finish functions.
- Fixed API method `initiateDungeonForPlayer()` trying to start a dungeon twice.
- Fixed being able to invite yourself to your party by only partially typing your name.
- Fixed DungeonsXL import not working
1.3.0 - Official API + Party Overhaul
=====
......
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