Free & Open Source

Download Kode

One JAR file. Drop it in plugins/ and start scripting.

Latest Release

Kode 1.0.0

Stable release — recommended for production servers.

Paper & Spigot 1.21.1+ Java 17+ Proprietary License
Download kode-1.0.0.jar

What's in 1.0.0

  • Python-style indentation-based scripting language
  • 20+ built-in Minecraft events
  • 15+ built-in actions (give, teleport, title, sound, …)
  • Custom slash commands — no plugin.yml needed
  • Persistent storage across restarts
  • Full control flow: if/else, while, for, switch, try/catch
  • Reusable functions with namespacing
  • Custom events with emit
  • Hot reload with /kode reload
  • 6 ready-to-use example scripts included

Get running in 3 steps

1

Download the JAR

Grab kode-1.0.0.jar from the button above or from the GitHub releases page.

2

Drop it in plugins/

Copy the JAR into your server's plugins/ folder, then start or restart the server.

3

Write your first script

Create a .kode file in plugins/Kode/scripts/ and run /kode reload. Done.

Requirements

Java
17 or newer
Server software
Paper or Spigot
Minecraft version
1.21.1 or newer
Not supported
CraftBukkit, Forge, Fabric