Can Run .script file as commands
ScriptEngine lets you place text files in your world folder and execute them as Minecraft commands.
All Scripts must be in saves/yourworld/ScriptEngine/scripts
Example:
saves/MyWorld/ScriptEngine/scripts/startup.script
saves/MyWorld/ScriptEngine/scripts/demo.txt
Each line in the script is executed as a separate Minecraft command.
Example script:
# Example script
say Hello from ScriptEngine!
time set day
gamemode creative
Use:
/scriptengine run startup.script
The mod also automatically checks for startup.script when the world loads and runs it if it exists.
This mod is designed for Fabric 26.2 and works as a lightweight script runner without requiring heavy frameworks like Mappet.