Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
脚本系统简介
@Module(name="Hello", category="PLAYER", defaultEnabled=true) void meta(valueManager) { valueManager.registerSlider("count", "Count", 0, 100, 10); } @EventTarget(events="tick") void onTick(event) { me.log("tick, count = " + me.getInt("count")); }
https://docs.cheart.getvapu.today/mcp
me
moduleManager
inventory
packet
notify
bridge
render
render3d
Was this page helpful?