StoryScript
  • 👋Welcome to StoryScript
  • 🌏More languages
  • 🆕Change log
  • 💾Basics
    • 📪Introduction to StoryScript
    • 🖥️The syntax of the script files
  • 🎛️Commands
    • 🔌Script commands
Powered by GitBook
On this page
  1. Basics

Introduction to StoryScript

This page will show the basic principles of the StoryScript mod.

In StoryScript, the main files are .sscript files. They are stored in the <Minecraft folder>/sscripts path. You can create script files yourself. File names cannot contain characters , /, :, ", <, > and |. You can also put scripts in folders, so it will be easier to navigate your scripts.

Running the script

Scripts are run using the /sscript run <script> (/ss <path_to_script> in earlier versions) command. For example: /sscript run example runs the script at the path <Minecraft folder>/sscripts/example.sscript.

PreviousChange logNextThe syntax of the script files

Last updated 3 months ago

💾
📪