* Create valuable-drop-prices
Simple plugin that replaces the default "coins" value with HA and GE prices to the valuable drop notifications.
* Update valuable-drop-prices
Updated to be using the correct commit
* Update valuable-drop-prices
- Fixed misspelled link in plugin properties
- Fixed bug relating to https://github.com/Anderzenn/valuable-drop-prices/issues/1
- Removed unused code from config
- Updated readme & set gradle settings project name to plugins name.
* Update valuable-drop-prices
Minor quality of life changes
- Added basic colour configuration.
- Added option to apply different colours to different sections of the message.
- Added number formatting
- Fixed bug where if "BOTH" was selected as display type but there was no ha value, it would still print ha - but with no value.
- Added/refined options for debugging/development of plugin.
* Update fixed-resizable-hybrid
- Changed gap widget to gap overlay to prevent overlays from rending through. Updated to be static final to prevent reloading resource images every frame.
- Added Wide Chat Mode, which stretches the chat and dialogue across the bottom of the viewport like in fixed mode. When open, it resizes the viewport to recenter the player on what is visible. Configurable in settings.
* Update fixed-resizable-hybrid
Added more customizable config options.
- Customizable aspect ratio resizing. With further options to resize by width vs height.
- Customizable viewport resizing with wide chatbox enabled.
Also cleaned up window resizing code.
* Add bank-locks plugin, which allows users to prevent accidentally depositing items into the bank.
* updated config
* minor cleanup
* Some minor refactoring, performance optimizations, & documentation.
- Removes: Config Item for Displaying Lobby Information (this was causing confusion as to why people did not know what they were getting or when to enter)
- Removes: UTC Server Time Display as this is no longer relevant with assisted measures
- Adds: Command '::setrotation {#1-15}' to serve as an override if a player is in the caves without a predicted rotation (for various reasons)
- Adds: Assistance Messages if it is not a confirmed rotation OR if they were in the caves when the plugin first started on that account
- Adds: First and Last 5 seconds of a minute is protected and serves as a "cushion" for Jagex server time not always being precise to real-time
- Adds: Fight Caves Entrance label to assist with when a player should wait to enter for less risk to predicting a rotation
- Added Leagues 5: Raging Echos support through syncing of the relics, areas and masteries you have unlocked to Twitch.
- Minor bugfixes for collection log pop-up and disabled some settings that cause some in-game spam when linking Twitch Channel Events.
* Create fixed-resizable-hybrid
* Update fixed-resizable-hybrid
Added a gap filler for atypical aspect ratios or when people aren't using stretched mode and the client height >503.
* Update fixed-resizable-hybrid
Used componentID wherever possible. Cleaned up some function code.
Fix dynamic bar height/width, moveability, and add special NPC tracking
- Adjusted progress bar height and width to be dynamically adjustable based on overlay size.
- Ensured text (NPC names and kill progress) dynamically scales and adjusts to fit within resized bars.
- Improved `drawProgressBar` logic to handle bar resizing and better align progress visualization with dynamic scaling.
- Updated `drawText` to allocate space for text based on bar dimensions, ensuring proper fit and truncation.
- Integrated `SpecialNpcTracker` for handling NPCs that do not fire the `ActorDeath` event.
- Refined exclusion logic to properly handle NPCs in `EXCLUDED_NPC_IDS`, normalizing names and ensuring IDs are accurately matched.
- Unified logging for special and standard NPCs to ensure consistency in tracking.
* Create aerial-fishing-pearl-luck
* Update aerial-fishing-pearl-luck
* Update aerial-fishing-pearl-luck
* Update aerial-fishing-pearl-luck
Changed log.info to log.debug for all except startup and shutdown.
Added everything else I meant to yesterday, but somehow lost it.
* Update aerial-fishing-pearl-luck
Made the fixes as per your instructions, ty!
* Update aerial-fishing-pearl-luck
Bug fixes
* Update aerial-fishing-pearl-luck
Updating to version 1.2 at last.
* Update aerial-fishing-pearl-luck
Changes as required by PR
* Update aerial-fishing-pearl-luck
Updated to satisfy the requirements in the #6958 (hopefully)
* Update aerial-fishing-pearl-luck
Changed the way the config was being updated.
Changed a few config names.
Edited the build.gradle to hopefully make this go to version 1.2 in the plugin hub..?
Changed some tags for more visibility.
Add the ability to recolor messages by type
Enable 1st time "Welcome to Chat Panel" message
Update update message
The bulk of the changes are config entries for every messageType, and caseName pasted everywhere.