Ground Item Sort - geheur/More-menu-entry-swaps GitHub Wiki

Add a list of item names, one per line, in the order you'd like them to show up in at the top of the list of ground item menu entries. Supports wildcards (e.g. super restore* matches super restores regardless of dose count).

You can also sort things to the bottom of the menu (bones,-1). The number after the comma is the item's "value". This value is approximately 2.147b for items in the list with no value set (e.g. overload*), and 0 for items that you did not add to the list. You can set any value if you want, as long as it's not bigger than 2.147 billion, but note that if you don't set a value, the order that you put the items in in the list will be the order in which they show up in the list.

You can match only noted or unnoted items e.g. noted:iron ore, unnoted:iron ore,-1.

You can match all of ground item's highlighted or hidden items with the special names ###highlighted### and ###hidden###.

Currently no support for using Grand Exchange value to sort the list, or using item quantities except via ###highlighted### and ###hidden###, which support quantities in the Ground Items plugin. There is also no way to deprioritize menu entries.

There is an option not to swap up deprioritized "Take" options via a custom swap like take,*. Deprioritized means it can never be left-clicked because it is below "Walk here". The only current way to deprioritize menu entries is via Ground Items' "deprioritize hidden items" option.