# SethBling/cbscript

CBScript for Minecraft

Repository: https://github.com/SethBling/cbscript
Canonical: https://ross.abutalabs.com/products/cbscript
Language: Python
License Family: other
Last push: 2024-07-18T03:44:34+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2690, "days_push": 776, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1202, forks 29 (observed 2026-08-28T04:03:58.321226+00:00)

## What it is
CBScript is a transpiled programming language and compiler by SethBling that compiles .cbscript source files into Minecraft datapack zip files. It provides high-level language features like loops, conditionals, functions, and compile-time macros that don't exist at the raw Minecraft command level.

## Use cases
- write minecraft datapacks in a high-level language
- compile cbscript files into minecraft datapacks
- avoid writing raw mcfunction commands by hand
- use loops and conditionals in minecraft datapack development
- auto-recompile datapacks on file change while developing
- create minecraft minigames or mods via scripting

## When to choose
- you build Minecraft datapacks and want higher-level language features
- you want maintainable datapack source files organized by line numbers
- you want watch-mode recompilation directly into a world's datapacks folder

## When to avoid
- you target Minecraft Bedrock Edition rather than Java Edition datapacks
- you need a language with an official spec, tests, or community tooling beyond Notepad++ highlighting
- you prefer writing mcfunction files directly or use other datapack toolchains

## Facets
- artifact type: cli-tool
- maturity: active
- function: compiler, programming-language, developer-tools, cli
- domain: gaming-tools, programming-languages, compilers, developer-tools
- platform: windows, python, cli
- tags: minecraft, datapack, transpiler, game-scripting

## Member repositories
- SethBling/cbscript (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:58.321226+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:20:34.587664+00:00, confidence not recorded.
  - readme: https://github.com/SethBling/cbscript (fetched 2026-08-28T04:03:58.321226+00:00, sha dd6d1a430e65)
- Data as of 2026-08-30T08:39:29.467469+00:00.
