Instantly see the exact drop rate of items when monsters or bosses drop them, without leaving the game.
Created by Pluckss.
This plugin started after I accidentally disassembled my Group Ironman's only Toxic blowpipe and had to grind out a replacement.
During that grind, I kept seeing dragonstone drops and repeatedly checking the rate in the wiki, even though I already knew it.
That frustration sparked the idea: show drop rates directly in chat so the information is always there when you need it.
- Shows a chat message when a dropped item has a known drop rate.
- Supports standard rates like
1/128and bundle rates like6/378or12/378. - Uses color-coded chat messages to quickly separate common, uncommon, and rare drops.
- Adds a purple ultra-rare tier for especially rare drops.
- Each tier color can be customized with a color picker.
- Colors and rarity checks are based on the effective chance of the drop, including bundle drops.
- Lets you keep the raw wiki rate, convert it to an effective
1/x, or show both in chat. - Can optionally append a rounded percentage such as
1/100 (1%)or4/51 (7.84%). - Can optionally show source hints for ambiguous drops like
Normal 1/400 | RDT 1/5012.5. - Lets you customize the color tier cutoffs or switch everything to neutral white text.
- Works with drop data whether it is stored as
NPC -> itemoritem -> NPC. - Supports both normal drop tables and the Rare Drop Table (RDT) with automatic dual lookup.
- Supports context-aware overrides for exceptions like task-based Hydra rates.
- Includes cleaner feed options so players can reduce chat clutter.
Drop visibilityChoose betweenAll drops,Cleaner feed, orRare drops only.Rate displayDefaults toRaw wiki rate. You can switch toEffective 1/xto convert rates like2/222into1/111, orRaw + effectiveto show both.Show percentageOff by default. Adds a rounded percent chance to the end of the message.Show source hintsAdds extra context for drops that can come from more than one table, such as both normal and RDT rates.Rare-only minimum rateUsed only inRare drops onlymode. Example:700means show1/700and rarer.
Show bundle dropsIncludes common multi-roll or bundled drops such as4/115,6/378, or12/378.Hidden filler itemsLets you hide custom filler items inCleaner feedmode with a comma-separated list.
Color styleChoose betweenTiered colorsandNeutral white.Common tier maxTiered colors only. Rates up to this value use the common color.Rare tier minimumTiered colors only. Rates at or above this value use the rare color.Ultra-rare tier minimumTiered colors only. Rates at or above this value use the ultra-rare color.Common colorPick the color used for common-tier drops.Uncommon colorPick the color used for uncommon-tier drops.Rare colorPick the color used for rare-tier drops.Ultra-rare colorPick the color used for ultra-rare-tier drops.
- The plugin reads normal drop data from
src/main/resources/droprates_clean.jsonat startup. - Rare Drop Table data is loaded from
src/main/resources/rare_drop_table.json. - Extra context rules and alternate-table metadata live in
src/main/resources/drop_metadata.json. - If an item exists in both the normal table and the RDT for the same NPC, and
Show source hintsis on, both rates are shown side by side. - If an item and NPC combination is not in either database, no drop-rate message is shown.
- Messages appear in chat as
Quantity x Item (rate). - Raids are not currently supported.
