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.
Quality of life update
Major Changes
- Item Inspector: Now items are more flexible and easier to use in the ui. It also add the ability for NBT data.
- Revamp CI/CD: Allow quick dev-builds to release early and allow users to test the plugin.
- Chapters: Finally there is a way to order pages.
- Custom Sounds: Allow users to have custom sounds.
- Muli-Command: Allow multiple commands to be specified in a single entry.
- Drag & Drop for pages & entries: Allow you to drag and drop entries onto each other for quick linking.
ChangeLog
New Features
- Auto create adapter folder
- Allow multiple commands to be registered in a single command entry
- Add BStats
- Rework toast UI
- Add a particle for camera during recording
- Add drag & drop for pages
- Add drag & drop for entries
- Add page search and quick actions in global search
- Add a particle for camera during recording
Improvements
- Rework migration system to allow entries to have their own migrations defined
- Allow speaker name placeholders
- Always show search suggestions, even with no search
- Display errors from socket
- Allow adding/selecting entries not from current page
- Add error screen when timeout on panel
Bug Fixes
- Fix adapters not loading without Geyser
- Fix Page & File name getting out of sync
- Fix npc interactions only registering for right or left click.
- Fix options with criteria ordering
- Fix skipping option when no options are available
- Fix potion effects for 1.20.4
- Fix flutter text size calculation
- Fix final dialogue able to trigger next multiple times if users spam.
Documentation
- Add Troubleshooting documentation (Thanks @Gc-network)
- Add Adapter development documentation
- Update Facts documentation page with content and examples (Thanks @vignan37 & @Gc-network)
What's Changed
- Update docs about server providers not supporting the web panel by @MrDiamondDog in https://github.com/gabber235/TypeWriter/pull/62
- Update paper version by @MrDiamondDog in https://github.com/gabber235/TypeWriter/pull/63
- V0.3.1 Simple Bugfixes by @gabber235 in https://github.com/gabber235/TypeWriter/pull/65
Full Changelog: https://github.com/gabber235/TypeWriter/compare/v0.3.0...v0.3.1