Command Limit Tracer

Shows more debug information when reaching the command limit

261

Quick challenge

How far can you run before the mobs catch you?

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 ```

ADS