Dynamic Lights [Server] [Forge/Fabric/Quilt]

Dynamic Lights [Server] [Forge/Fabric/Quilt]

3M Downloads

Dynamic Lights bug

KotoBroOne opened this issue ยท 2 comments

commented

Describe the bug

Spam in console server 1.21.8
How to fix?
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)
[16:51:55 INFO]: Command execution stopped due to limit (executed 65536 commands)

Steps to reproduce

No response

Expected behavior

No response

Additional context

No response

commented

Thank you for the report! It sounds like there are a lot of active entities in your world. Could you please report back the count after running the command /execute if entity @e[type=!#dynamiclights:dyn_ignore, tag=!ts.dl.ignore]

commented

I've now capped active non-player entities at 1000, to hopefully remedy this issue.
You may also increase the limit imposed by Minecraft (65536 commands) with the command

/gamerule maxCommandChainLength <int>