mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
* feat(plugin-api): add ServerTickEndEvent Add a non-cancellable event fired at the end of every server tick, carrying the 0-indexed tick number and the tick duration in nanoseconds. Wires through all five layers: WIT contract, plugin-api guest binding, runtime host struct, WASM bridge, and the ticker fire site. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * fix ci/ fmt * chore: point pumpkin-plugin-wit submodule to fork with server-tick-end-event Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * Revert submodule --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>