Item Allow List from specific bosses
Checklist
- [x] I've searched the issues and pull requests for similar looking suggestions.
- [x] I've checked the
Unreleasedsection of the changelog for newly added features that sound like my suggestion.
Describe your Suggestion
When an item is in the item allow list, could there be a way of only notifying if from a specified boss? Would be good to have Gold ring in the item allow list, but only when dropped from any of the DT2 bosses since the latest changes. Could be implemented by providing a JSON string in the item allow list in the following format: {"item1":["boss1","boss2"],"item2":[],"item3":["boss1"]} ?
Reasoning
Would be really good to notify when someone is 1/3 or 3/3 gold rings on the DT2 bosses
Hard to make this user-friendly and straightforward within the default plugin config panel... would just use an intermediate webhook server to filter out gold ring notifs based on the loot source before forwarding them to the Discord endpoint
Great, thank you for your response. I have created an endpoint which Dink forwards to now and it checks to see if the source of loot is accepted. Thanks for your help.