Compatibility
Minecraft: Java Edition
Platforms
Creators
Details
Changelog
Interactions like dialogue or cinematics have gained many new capabilities.
Interaction Bounds
Interaction bounds confine interactions to an action or space, such as canceling dialogue when the player walks away.
Interaction bounds can be in 2 modes:Ā InterruptingĀ andĀ Blocking.
Interruption ModeĀ means that if the player breaks the bounding condition, the interaction will be canceled.
Blocking ModeĀ means the player is not allowed to violate the bounding condition, ensuring players see the dialogue through.
The mode is determined by the priority of the interaction versus the priority of the bound. If the interaction has a higher priority, it is inĀ Blocking Mode; if it is the same or lower priority, it is inĀ Interruption Mode.
Entries inherit their priority from the page.
Some examples of Interaction Bounds are:
PlayerRadiusInteractionBound: Player stays within a certain radius from when the bound started.LookAtNpcInteractionBound: Similar toĀPlayerRadiusInteractionBoundĀ but forces the player to look at the entity.LockInteractionBound: Completely locks the player's camera from moving and rotating.CommandInteractionBound: Triggered when the player runs a command other than theĀ/twĀ command.
Interaction Context
The second new concept isĀ Interaction Context. This allows you to pass variables to subsequent entries in a sequence, allowing for more flexible interactions, such as asking the user for input and using that later, or spawning something on the block the player clicked on.
Custom Commands
Though you could already have Typewriter create a custom command, you can now have arguments for this command and use the input of the arguments in subsequent entries.
InputDialogue
NPCs can now ask more open-ended questions, like how many cookies šŖ you want to have baked, or asking for a certain phrase like a password.
Other Features
This is not the only thing we added. Some noteworthy new features:
- Speed Data: You can now specify how fast/slow an NPC should walk.
- Replace With ⦠Button: Now in the web panel, you can replace an existing entry with a different one. This is particularly useful!
- Improved Navigation for long cinematic content modes
- Allow glowing effect data to have colors
- And 70+ more new features!
To see all the changes,Ā look at the full changelogs
Developer Changes
This new version comes with many breaking changes for developers! AĀ full migration guideĀ is provided to help you migrate your extensions to the new version.
If you find Typewriter valuable for your server, please considerĀ Sponsoring the Project
Dependencies
Files
Metadata
Release channel
ReleaseVersion number
0.8.0Loaders
Game versions
1.21.3ā1.21.4Downloads
14746Publication date
May 11, 2025 at 10:43 AMPublisher
gabber235
Owner



