* Add a new function to the WorldArea api. Add npcstatus plugin.
* Ganom adds his mentioned changes (thanks!), and a fix for
splash flinching is added.
* Initial push for Chat Translation Plugin.
* Need help adding the 'Translate' menu option for translating selected Players messages.
Finished outgoing message translation however if the user has been limited by Google for the likes of using the Public Chat translation in over populated and spammy areas such as the GE they will not be able to send a message for upto 5 minutes while the Player Chat Translation config is enabled.
Need to think more about ways to handle this though once the selective translation has been completed we can safely remove the 'All' public chat messages part of the plugin to prevent users from being Limited by Google.
* Clean-up for Travis.
* Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google.
* Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google.
* Added config options for adding the 'Translate' right-click menu option in the Chatbox.
(More so to hide it while the Public Chat Translate part of the plugin is disabled/hidden.)
* Update ChatTranslationConfig.java
* Shift Looting
Adds the option to let you loot with the shift to walk plugin.
* Update ShiftWalkerPlugin.java
* Update ShiftWalkerConfig.java
* codestyle fix
codestyle fix
* Update ShiftWalkerConfig.java
* Update ShiftWalkerConfig.java
* Update ShiftWalkerPlugin.java
* 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