StoryScript

StoryScript is a Minecraft mod that allows you to create storylines right in the game.

File Details

storyscript-0.2+1.21.1.jar

  • R
  • Nov 19, 2025
  • 46.67 KB
  • 7
  • 1.21.1
  • Fabric

File Name

storyscript-0.2+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:storyscript-1017779:7239737"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Migrated the mod to Minecraft 1.21.1.
  • Complete code refactoring performed.
  • Reworked the script execution engine to a stable, tick-based system to fix all timing and instant execution bugs.
  • Critical Fix: The sleep command no longer ignores the pause and correctly delays the script execution.
  • The sleep command now supports fractional time values (e.g., sleep 0.5).
  • Added console command /sscript setglobal to manage world variables.
  • Fixed variable placeholders ($$var) not being parsed in the character name part of the msg command.
  • Introduced the IScriptCommand API for developers to easily add custom commands.