Files
Pumpkin/crates
Gabe D. 7c4b4baaab feat(pumpkin): add /debug start and stop commands (#2782)
Implements the vanilla /debug start and /debug stop commands (tracked in #15):

- /debug start opens one server-wide tick profiling session and rejects duplicate starts.
- /debug stop reports elapsed seconds, processed ticks, and average TPS, then returns the floored average TPS.
- Profiling state handles tick counter wraparound and can be restarted after a completed session.
- Registers minecraft:command.debug at operator permission level 3 and uses the existing Java and Bedrock translation keys.

/debug function is intentionally out of scope because Pumpkin does not yet have the required function runtime.
2026-08-22 13:22:44 +02:00
..
2026-08-21 16:24:22 +02:00
2026-08-15 16:30:25 +02:00
2026-08-21 16:24:22 +02:00
2026-08-21 16:24:22 +02:00