Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
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.
Features
Cadmium uses Python 3.12 as its scripting layer, which allows for almost full (read Packages) 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
Cadmium is in beta. This means you might see rough edges here and there, or missing features. Please file an Issue as a feature request in that case!
Packages
Cadmium runs on GraalVM/GraalPy. This means that some PyPI packages will not work. A comprehensive list is available here.
From testing, generally speaking async libraries/drivers don't work and async might behave weirdly. However, pure-Python packages should load fine.


