Debugging - MarkusBordihn/BOs-Easy-NPC GitHub Wiki
If something goes wrong, a short debug session is usually enough to collect useful information for an issue report.
Easy NPC currently exposes two debug commands:
/easy_npc debug core <true|false>
/easy_npc debug config <true|false>Use debug core for the main mod logic.
Use debug config for the Config UI module.
Enable debug only while reproducing the problem, then disable it again.
Check these files after reproducing the issue:
logs/latest.loglogs/debug.log
If the issue is tied to one NPC, you can often help by providing:
- the relevant preset export
- the exact commands used
- the NPC data copied with
F3 + Iwhile looking at the entity
Some of these actions require operator permissions.
Try to include:
- Minecraft version
- mod loader
- Easy NPC version
- other relevant mods
- exact steps to reproduce
- affected commands, dialogs, or presets
-
latest.logordebug.logif useful
- check if the issue already exists
- test with the smallest possible mod list
- verify whether the problem also happens in a fresh test world