Update Changelogs authored by MarcatoSound's avatar MarcatoSound
1.3.1 - Bug Fixes and Major Features 1.3.1 - Dungeon Difficulties, Variables, and Memory Leak Fixes
===== =====
New Stuff New Stuff
--------- ---------
...@@ -19,11 +19,25 @@ New Stuff ...@@ -19,11 +19,25 @@ New Stuff
- Added "chance" condition for randomizing triggers - Added "chance" condition for randomizing triggers
- Added `lang.yml` messages for accepting party invites - Added `lang.yml` messages for accepting party invites
- Added "range" option to signal senders (default is 0, meaning infinite) - 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 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 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 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 1.3.0 - Official API + Party Overhaul
===== =====
... ...
......