- Advanced Scripts -
Advanced Scripts introduces a lightweight yet powerful scripting engine for Minecraft, designed for those who want to create custom events, cutscenes, gameplay mechanics, or advanced automations without relying on datapacks or complex mods.
With simple text files (.script), you can write scripts that will be executed directly in your world, supporting vanilla commands, macros, and extra functions.
NOTE: the Stop command does not cancel what you do with the script, it simply stops it from running.
- ✨ Main Features -
Custom scripts
Write .script files containing sequences of Minecraft commands.
------------------------------------------------------------------------------------------
For upcoming V10.0 Mod Version
Read the Code Documentation here --> Mod-Documentation
------------------------------------------------------------------------------------------
Manage everything with /scripts
/scripts run <name> → run a specific script.
/scripts list → list available scripts.
/scripts stop → stop specific scripts.
(All commands can only be executed by OPs / administrators for security reasons.)
------------------------------------------------------------------------------------------
📂 Where to put scripts?
Scripts must be saved in the folder:
.minecraft/scripts/
Within the script folder, you can create other folders for folder structures that can contain other scripts for better organization.
------------------------------------------------------------------------------------------