πChange log
0.2.1+1.21.1
From November 29, 2025
β fixed a bug where running msg Name message with several words would only show β[Name] messageβ, and everything after the first word just vanished.
0.2+1.21.1
From November 19, 2025
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
sleepcommand no longer ignores the pause and correctly delays the script execution.The
sleepcommand now supports fractional time values (e.g.,sleep 0.5).Added console command
/sscript setglobalto manage world variables.Fixed variable placeholders (
$$var) not being parsed in the character name part of themsgcommand.Introduced the IScriptCommand API for developers to easily add custom commands.
0.1.1+1.20.4
Added a test interface that displays the mod version (opens with
/sscriptcommand).Added script command
sleep <number of seconds>, which waits for some time before executing the next command.Now when a script error occurs, the line where the error occurred is displayed.
0.1-1.20.4
Added creation of sscripts folder in the root folder of the game.
Added scripts reading system
Added
msgscript commandAdded
setColorscript commandAdded
setVarscript commandAdded
runscript commandAdded variable system
Added
$$variableNameto replace a variable in the msg command
Last updated