Update Looting Bag Stored XP: diagnostic logging#11699
Conversation
|
|
|
This plugin requires reviews from Plugin Hub reviewers. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
|
Are you aware you can test your plugin in an IDE without releasing to the plugin hub? |
|
Thanks for the heads-up @coopermor — apologies for the noise. I've now set up local IDE testing with insecure-write-credentials and identified the issue: the looting bag stores items with noted IDs (id+1) and we needed ItemManager.canonicalize. The bug is fixed locally and verified working. I'll close this diagnostic-only PR and submit a clean update with the fix shortly. |
|
Closing — diagnostic logging no longer needed. A clean update PR is incoming. |
Adds INFO-level diagnostic logging to help diagnose why items aren't being detected on some clients. Logs container and widget item counts every 3 seconds while the bag widget is open.