Sandstone, a Typescript library for Minecraft datapacks & resource packs.
npm install sandstone
!GitHub
!GitHub last commit
!Version
!Discord
Sandstone is a Typescript library for Minecraft Datapacks, Resource Packs, etc. It allows easy creation, debug and sharing of Minecraft functions, loot tables, predicates etc...
Interested? Join our Discord:

Sandstone tells you what a command expects, and autocompletes complicated arguments for you.
You don't need to remember commands syntax anymore.
This autocompletion works for all resources: commands, predicates, loot tables, advancements...
You also benefit from all the capabilities of a real programming language: multiline comments, indentation, documentation...
Sandstone includes common and heavily optimized abstractions:
- Control statements, with if, else if and else
- Boolean logic, with or, and and not
- Loops, with while and for
- Sleep statement, which waits a certain time before running the next commands
These statements are most of the time more optimized than hand-written code, since they switch between different implementations to get the fastest one. They have been studied and designed for performance.
However, you stay free: you can keep using only vanilla commands, if you prefer - Sandstone does not get in your way.
/tellraw, the Sandstone ecosystem grows by the day.You can finally stop reinventing the wheel.
If you want to support Sandstone, the simplest way is to star the repository! It's actually very encouraging.

See the Getting Started section on sandstone.dev to start using Sandstone!