mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
Adds a non-cancellable PlayerRespawnEvent fired from World::respawn_player once a respawn destination (world, position, rotation) is determined, exposing it to plugins through the WIT event API (host + guest). The previous world, respawned world, position, yaw, pitch and whether the player kept their data are provided. Bumps the pumpkin-plugin-wit submodule to the matching event definition. Closes #1714. Depends on Pumpkin-MC/pumpkin-plugin-wit#8.