Sprache

Jetpack

Jetpack

ModrinthSpigotMC

Jetpack, a plugin that lets you develop Minecraft features with scripts

12 Downloads 1 Follower aktualisiert 3d ago
neueste v1.0.2 Modrinth
Paper Purpur 1.21.10 – 1.21.10 Game-mechanicsManagementUtility

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 full Paper/Bukkit API through a native bridge
  • Statically typed, so errors are caught before a script runs

Requirements

  • Paper 1.21.10 or newer
  • Java 21 or newer

Simple Example

listener PlayerJoinEvent onJoin(object event) {
  object player = event.player
  player.sendMessage($"Hello, {player.name}!")
}

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.

Versionen

Beta
1.0.2
paper, purpur · 1.21.10 · 3d ago
## What's Changed * Features/enum schedule syntax by @BackGwa in https://github.com/JetpackMC/Jetpack/pull/11 **Full Changelog**:…
5
Beta
1.0.1
paper, purpur · 1.21.10 · 15d ago
## What's Changed * fix: render JetValue data classes consistently by @BackGwa in https://github.com/JetpackMC/Jetpack/pull/7 * feat: support command…
6
Beta
1.0.0
paper, purpur · 1.21.10 · 15d ago
## What's Changed * fix: add missing command permission translations by @BackGwa in https://github.com/JetpackMC/Jetpack/pull/1 * feat: add destructuring…
3

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen Jetpack

SpigotMC

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.