TutorialCreator v1.14.0 | Early exit commands & bugfixes & more...
If you came from the /tutorials overview you can now go back to it from the current tutorial GUI (by using the back button one more time)
You can now manually set a list of commands to be executed when a player leaves a certain tutorial before it ends (view example below)
Fixed exception when testing certain actions via GUI
Changed some sound feedback
Fixed the actionbar also being blocked when "block-other-plugin-messages" was on true
Fixed the tutorial being stopped when the player used /exit shortly before in another tutorial
Code (YAML):
tutorials:
example:
allow-exit-command: true
back-teleport:
world: world
x: 0.0
y: 50.0
z: 0.0
pitch: 0
yaw: 0
early-exit-commands: - say
%player% left the tutorial "example" early - say another command.
events: [...]