
Cadmium
Add content to your server with Python - Your server, your rules
- Загрузки
- 14
- Подписчики
- 4
- Обновлён
- 4 июля 2026 г.
- Лицензия
- MIT
Опубликован 30 июня 2026 г.
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.
Ченджлог
Beta3Бета26.1.2 · 4 июля 2026 г.
More abstractions & pyproject.toml support
Beta2Бета26.1.2 · 1 июля 2026 г.
Added Block, Location and a few Player abstractions
1.0-SNAPSHOTБета26.1.2 · 30 июня 2026 г.
Initial upload
Комментарии
Загружаем…