* Add measures to ensure positions of strings when togg:ling configItem
change method of gathering price per item
change math.round to math.floor, errors when certain numbers are rounded fix
* implement geBuilt script event, clear values when item isn't visible
* Update
* Update pos number
* Update
* Add Chat Input Clipboard Support
Add CTRL+V and CTRL+C support to the in-game chatbox.
Fixes an issue with errors being thrown when shortcuts were used when not currently logged in.
Extracts clipboard logic (a couple places already had a sort of "copy" functionality) to a simple clipboard util.
* Checkstyle fix
* Added coal bag overlay
* Added original author of .onChatMessage() listener and .update() to license header. Author originally from pull #6242.
* Fixed line endings to be LF
* Fixed license header to be consistent with runelite license header.
* Added check for RUNELITE menu action type so that method will not trigger while specifying Shift Click options
Co-Authored-By: Hydrox6 <ikada@protonmail.ch>
* Added import for MenuAction class
* Combined guard clauses and removed superfluous method calls in MiningCoalBagOverlay constructor.
* Changed overlay text colour for coal bag to be white
* Removed whitespace and fixed naming of max inventory space constant.
* Updated name of full coal bag constant and update methods to be more descriptive
* Re-added necessary render method call that was not meant to be removed. Also now call the coal bag amount through the config interface instead of the plugin class.
* Added amountOfCoalInBag getter/setter overloads to MiningConfig in order to save the quantity of coal in the bag between sessions.
* Improved encapsulation and readability. Added guard to check wthat the message type is a game message (as opposed to a public chat message)
* Removed 'position' attribute from showCoalBagOverlay option inn Mining plugin.
* Removed unused import
* Fix's for errors
* Supersedes/Closes runelite#7353
Supersedes/Closes runelite#7415
Supersedes/Closes runelite#7493
Supersedes/Closes runelite#7401
Supersedes/Closes runelite#7151
Supersedes/Closes runelite#5383
streamline teleport item swaps
Move Mage of Zamorak teleport to Travel swap
It is a travel swap so there's no reason for it to have it's own option.
unify bank and exchange options
There's no reason for these to be separate options.
Swap Coal Bag Empty - Makes Empty the left click option when in a bank
* Update
Signed-off-by: James Munson <jmunson@openpoll.io>
* Added Trader Crew
Signed-off-by: James Munson <jmunson@openpoll.io>
* Added swap for quick enter[ToB]
Added swap Talk-to with Enchant for Eluned
Signed-off-by: James Munson <jmunson@openpoll.io>
* Fix for inventory setup
* Fix bug where toggling plugin would fail to load setups from config
* Fix bug where toggling plugin would fail to load setups from config
* Revert