TicTac7x / runelite-plugins

External plugins for RuneLite
https://runelite.net/plugin-hub/
11 stars 14 forks source link

Storage Plugin: Cannot add item names using a wildcard/asterisk #184

Open EnuDelrum opened 3 months ago

EnuDelrum commented 3 months ago

Describe how the bug happened

  1. Install the Storage plugin.
  2. Go to setting > Bank > Enable: "show bank overlay"
  3. Under "Visable items", add a partial item name followed by an astrerisk.
  4. Look at the overlay. The item will not show up in the overlay unless the item's full, exact name is used.

Expected behavior If you want to know if there are clue scrolls in the bank, you have to list: "Clue scroll (beginner),Clue scroll (easy),Clue scroll (medium),Clue scroll (hard),Clue scroll (elite),Clue scroll (master)" instead of just: "Clue scroll *"

TicTac7x commented 2 months ago

You dont need to add asterisk at the end, you can simply add: Clue scroll, and for example with multiple items: Clue scroll,Coins

i will probably add the asterisk, since it seems like a good way to show that it needs to match everything else at the end.