What's Changed
- Update index.mdx by @Kerzinator24 in https://github.com/gabber235/TypeWriter/pull/145
- Fix bug with modrinth update checker with dependencies
- Fix bug with
PlayerNearLocationEventEntry
checking for different worlds
New Contributors
- @Kerzinator24 made their first contribution in https://github.com/gabber235/TypeWriter/pull/145
Full Changelog: https://github.com/gabber235/TypeWriter/compare/v0.4.1...v0.4.2
Changelog
This update includes a range of enhancements, from critical bug fixes to exciting new features.
Highlighted Features
-
Added Skills and Mobs to the
MythicMob
adapter
A significant enhancement, expanding the capabilities of the MythicMob adapter by integrating bothSkills
andMobs
. -
Added
FancyNpcs
andZNPCsPlus
adapters
Introduces new npc adapters. As not everybody uses Citizens, more diversity is nice to have. -
Added a new
/typewriter trigger <entryId> [optional player]
command
Introduces a new command to directly call any triggerable entry. This will allow for much more integration options with different plugins -
Added a discord bot to synchronize & organize tickets
A crucial addition for community management, improving the synchronization and organization of user tickets through a Discord bot. -
Added an option to change the confirmation key in dialogue
Not every server want to use the F key to forward the dialogue. Now you can choose from Item Swap, Jump and Sneak to forward the dialogue. -
Improve single frame editing in cinematic view Add a selector for segments for a selected entry. And allow to set the specific frame of a single frame segment.
New Features
- Added many more descriptive errors.
- Added ctrl+shift+p for publishing shortcut in panel.
- Added pumpkin head for cinematics.
- Added additional filters to the interact event.
- Added cinematic start event.
- Added support for non-singleton object adapter class.
- Added outdated version detector.
- Added SetBlockActionEntry.
Bug Fixes
- Fixed index out of bounds for updating values on the panel.
- Fixed blindness bug when logging out during a cinematic.
- Fixed offline issues on cinematic close.
- Fixed Jitpack artifacts.
- Fixed block interaction with location.
- Fixed custom item with complicated names checking for the Item Entries.
- Fixed a bug with citizens NPC not working if they had no skin.
- Fixed arm swing packet.
- Fixed bug with duplicated pages after renaming.
Improvements & Tweaks
- Update adapter docs (oops forgot to do this in v0.4.0).
- Made asset deletion more robust.