Skip to content

Conversation

@BMG334
Copy link

@BMG334 BMG334 commented Jan 13, 2026

A lightweight plugin that uploads a player's boss kc and pb in a JSON file to a Discord channel via a webhook. File name is [player name]-[timestamp].json.

Upload only happens when you logout. What you do with that data is up to you.

JSON example:

{"Corporeal Beast": {"count": 0,"pb": 0.0},//every other boss I could think of}

Made for a clanmate.

Webhook code based off of https://runelite.net/plugin-hub/show/discord-loot-logger.

@runelite-github-app
Copy link

runelite-github-app bot commented Jan 13, 2026

@runelite-github-app
Copy link

runelite-github-app bot commented Jan 14, 2026

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

Updating to latest commit - fixes issue with discord context character limit
@iProdigy
Copy link
Member

Have you considered using Dink instead? https://github.com/pajlads/DinkPlugin/blob/master/docs/json-examples.md#kill-count

@BMG334
Copy link
Author

BMG334 commented Jan 14, 2026

Have you considered using Dink instead? https://github.com/pajlads/DinkPlugin/blob/master/docs/json-examples.md#kill-count

Initially, yes, but this plugin evolved in a different direction from what Dink can provide (to my knowledge). Instead of real-time notifications posted to a Discord channel when a player kills a boss, this plugin is intended to pull every boss kc/pb of the logged-out account when it runs.

This actually exceeds Discord's character limit for contexts, which is why it uploads as a JSON file attached to the message instead of putting the raw JSON text in the message context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants