agustinmalki / custom_item_tags

Plugin for RuneLite to add custom item tags
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Custom Item Tags

Add custom text tags to any item in the game, ideal for hard to see items like Zamorakian hasta.

Instructions

  1. Find Item ID on https://www.osrsbox.com/tools/item-search/.

    alt text

  2. Set tag and Item ID in plugin config (one item per line)

    alt text

  3. Text tag should appear on the item

    alt text

Credit

The plugin was basically created by splicing together Custom Menu Swaps config interface with Item Identification text rendering. Huge credit to the developers of those plugins.

I created this plugin as an exercise in learning Java. Please feel free to add suggestions and fix potentially shoddy code.