Shows the current ammo the player has equipped. If the player is using a stackable weapon (chinchompas, darts, etc) those will show, otherwise it'll show the ammo slot (unless the item is a blessing or empty)
If the value is over 1,000,000 the number will have an M. If it's over 10,000 the number will have a K.
Closes#864
Allows Hiding, and recoloring of types of plugins:
Currently Types are PVM, PVP, Utility
All types are organized alphabetically individually
Types are declared in PluginDescriptor as type = "PVP" etc
HTML tags are removed, and we use Java colors now
All current plugins updated to use the new system
Plugin Organizer is located at the bottom of plugin list for less visibilty.
Plugins enabled/disabled is remembered and applied automatically on startup
* Transform objects now use an interface
* Plugins can now accept colors (not my code)
* mixins: renderWidgetLayer: skip hidden widgets
* World Map: Identify Both Shield of Arrav Quest Start Points (#8442)
Closes#8437
* widgetitem: associate Widget with WidgetItem
* widgetitem overlay: allow configuring which interfaces to overlay
Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.
* Update .gitignore
* Revert "Adding external plugin support (#4)"
This reverts commit bfe1482
* Update QuestStartLocation.java
* Revert "Plugins update (#7)"
This reverts commit 216f7d9
* Adding external plugin support (#4)
* Adding archetype
* Update RuneLiteConfig.java
* Update Plugin.java
* Update PluginManager.java
* Adding pluginwatcher & classloader
* Update RuneLite.java
* Update pom.xml
* Update settings.xml
* Update pom.xml
* Update pom.xml
* Removing old example plugin
* Fixing the fix of the fix for plugin archetype.
(cherry picked from commit bfe1482705)
* Plugins can now accept colors (not my code)
(cherry picked from commit 8e094f7386)
* Update MenuEntrySwapperConfig.java
Update overlays to behave consistent with how they behaved before
removal of query api, with the exception of adding the rune pouch
overlay to the bank.