Command Limit Tracer
Shows more debug information when reaching the command limit
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Command Limit Tracer
``` Command execution stopped due to limit (executed 65536 commands) ``` Do you ever see this error in the server log but don't know what causes it?
This Fabric server-side mod prints the call stack below the error: ``` Command execution stopped due to limit (executed 65536 commands) myproject:something/loop myproject:something/loop myproject:something/loop myproject:something/loop myproject:something/loop (2841 hidden calls) myproject:something/loop myproject:something/loop myproject:something/loop myproject:other myproject:start ```