Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.59 KB

File metadata and controls

40 lines (30 loc) · 1.59 KB
title EN Home
nav_order 1
parent Docs Home
has_children true

SScript (English)

SScript is a programming language for Minecraft server automation. Write scripts in Python-like syntax to execute commands, automate tasks, and control server behavior.

Core Purpose

  • 🎯 Command Execution — Run commands programmatically (/say, /give, /setblock, etc.)
  • ⚙️ Task Automation — Startup scripts, scheduled tasks, bulk operations
  • 🔧 Server Logic — React to player actions (join, chat, block breaks, deaths)
  • 📝 Simple Syntax — Easy to learn and use
  • Non-blocking — Tasks run without freezing the server

Documentation Map

Basics

Functions & Events

Commands & Control

Advanced Topics

Examples

  • Examples — Ready-to-use projects and recipes