Skip to content
LexiCodes edited this page Mar 14, 2026 · 2 revisions

Table of Contents

StarScript Wiki

StarScript is a Fabric mod for building story-driven gameplay in Minecraft using JSON files and a Java builder API.

Project Status

  • Current focus: JSON authoring + Builder API workflows.
  • Target versions: Minecraft 1.21.11, Java 21+, Fabric Loader + Fabric API.

Start Here

What StarScript Provides

  • Branching stories with dialogue, choices, triggers, and actions.
  • Save slots per story with persistent player state.
  • Cinematic effects (fade, overlays, screenshake) and GUI customization.
  • Optional no-GUI node flows for trigger-driven/system storytelling.
  • Advanced systems (boss phases, relic abilities/passives, discovery-driven progression).

Authoring Paths

  • Data-first: write story JSON under data packs.
  • Code-first: generate stories with the builder API and export/ship JSON.

Support Pages

For release details and migration notes, see the repository changelog.

Clone this wiki locally