Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for wojtmic

Add content to your server with Python

Report cadmium?

Cadmium

Cadmium is a scripting plugin for Minecraft, much like Skript. However, instead of a custom DSL, Cadmium uses Python with almost full support for the PyPI package ecosystem.

paper bukkit

github hangar modrinth

Features

Cadmium uses Python 3.12 as its scripting layer, which allows for almost full (read Technicals) suppport for PyPI packages. On top, Paper/Bukkit API abstractions are provided, allowing for Pythonic syntax to define Commands, hook into Events and more.

DISCLAIMER

ALL ABSTRACTIONS FOR PAPER APIS ARE NOT COMPLETE YET
As of now, Cadmium is in BETA. Currently, Java reflection is gonna be required in most cases. Cadmium is not production ready yet. API coverage will increase with updates.

Technicals

Cadmium runs on GraalVM/GraalPy. This means that some PyPI packages will not work, including requests (use httpx instead). A more comprehensive list is available here.

Information

CategoryAdmin Tools
Published onJune 30, 2026
LicenseMIT
Download1
Stars1
Watchers1

Other sources

Members

Avatar for wojtmic

wojtmic

Owner