Cadmium
作者:rebot | 分类:模组
Minecraft 版本: 26.1.2
平台: paper
标签: game-mechanics library utility
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 Technicals) support 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.
请登录后举报
暂无评论,抢个沙发吧~