Closed hat071af closed 12 months ago
that is because of the plugin itself else if (ScanMode == "Inventory") { if (text.StartsWith("[Use INVENTORY HELP"))
it is looking for that and with showlinks it is [Use \
quick easy fix is just to have if (text.StartsWith("[Use"))
not even sure that section is required
closing as this an InventoryView issue
When selecting "Scan Inventory" from the default Inventory View plugin from the plugins zip file, it only outputs the INVENTORY LIST command if #config showlinks has been enabled. Normal behavior is that it would also check your vault, eddy and home.
Disabling showlinks does not resolve it, however reloading the Inventory View plugin once showlinks has been disabled does.