[Bug] Excessive spam in log
Martmists-GH opened this issue ยท 1 comments
Minecraft and Mod version ๐
1.20.1, 5.8.1 (Fabric)
Describe the bug ๐
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
[Server thread/WARN]: [Access skipped] EasyNPC with UUID 76157121-b8c8-44bb-bb5c-72812b5be7c9 was not executed by a player or entity!
...
To Reproduce
Steps to reproduce the behavior:
- Create an NPC
- Check logs
Expected behavior
The log stays somewhat clean to debug other issues
Debugging
/easy_npc debug true
fails saying incorrect argument for command
Is the issue happening in combination with other mods? (If yes, please provide a full list)
Packwiz index at this link
Thank you for the report. I'll address this issue by moving these messages to the debug logging level to keep the log cleaner for general use.
This message is only intended to appear when /easy_npc ...
commands are executed via a command block or similar mechanisms. If you're seeing a large number of these messages in a short period, it may indicate unintended behavior or misuse of the commands.
I recommend checking your setup to ensure this isn't caused by an automated process or a misconfiguration.