* Added getProjectile tranform & zeruths player transform
cleaned up a bit of the imports / code
* fixed equipment inspector & added more features to tob
* Add config option to hide inventory viewer when player inventory is open
* Fix style error
* Adds world history to world hopper plugin.\n- Adds support for converting strings to Maps\n- Ability to clear history
* Fixed code style issues
* Fixed code style issues in another file
* Adds ability to not show tabs if you don't want
* Tabs are not shown by default
* Fix indentation in InventoryViewerConfig
* mixes checkstyle
* mixes checkstyle
* Adds ability to see your xp drops as damage, overlayed above your opponent
* Adds building to jar capabilities and fixes 0s
* added output
* Add grouping option to Inventory Viewer
* Add option to show free slots
Works on both the Grouped and Full modes
* skybox: calculate brightness increase in HSB format
* mixins: renderWidgetLayer: skip hidden widgets
* World Map: Identify Both Shield of Arrav Quest Start Points (#8442)
Closes#8437
* Add Ammo plugin
Shows the contents of the Ammo slot as an Infobox
* Add support for weapon slot items, such as darts
* Add stack formatting
* Improve Ammo's Documentation
* 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.
* Displays teammate health bars for BA Healer overlay
Parses teammate hp and outputs to System.out
Removed useless class
Displays offset inverted health bars
Set accurate values for location and size of health bars
Checkstyle
Checkstyle
* Nothing
* Removes max draw distance of ground markers
* Added vanguard hp tracker
* Vanguard Disabled by default
* Add player indicator config to show offline friends
* Better player indicator plugin, removed pk vison. added InteractChanged api
* Add a toggle to only show player indicators in the wilderness.
* Dont limit level by default in playerindicators
* Added type to plugins
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