Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.8 KB

File metadata and controls

46 lines (29 loc) · 1.8 KB

Jetpack

Jetpack is a Minecraft plugin that lets you write and run scripts on your Paper server. Build features in a small scripting language without recompilation or restarts.

Features

  • Write server logic in .jet files and load them live, with no Java build or restart
  • Register commands, react to server events, and run timed intervals
  • Reach the Paper/Bukkit API and public members of enabled Paper plugins through a native bridge
  • Statically typed, so errors are caught before a script runs

Requirements

  • Paper 1.21.10 or newer, up to 26.2
  • Java 21 or newer (Paper 26.x runs on Java 25)

Installation

  1. Download Jetpack.jar from Modrinth or GitHub Releases.
  2. Place the jar in your server's plugins/ directory.
  3. Start or restart the server.

On first run, Jetpack creates its configuration file and script directory automatically. Add .jet files under plugins/Jetpack/scripts/, then load them with /jetpack reload.

Ecosystem

  • Documentation: setup, syntax, scripts, and module reference
  • Language Server: VS Code extension with highlighting, diagnostics, and completion for .jet files
  • Skill: agent skill for writing, reviewing, and debugging .jet scripts

Contributing

Thank you for contributing to the Jetpack project. If you would like to contribute, please read CONTRIBUTING.md.

Contributors

License

The Jetpack project is licensed under the MIT License. See the LICENSE file for details.