Files
plugin-hub/plugins
ChunkyAtlas 3678f88fd3 update monster-monitor to v1.3.5 (#6949)
* Update monster-monitor to 1.3.3

fix: refine MonsterMonitorPanel UI and improve code structure

- Adjusted `MonsterMonitorPanel` scrolling behavior by replacing `npclistpanel` scroll pane with a simple `JPanel`.
- Moved `customScrollbarUI` method from `MonsterMonitorPlugin` to `MonsterMonitorPanel` for better encapsulation.
- Reduced font size on `Notify` checkbox, `Limit` spinner, and `Set Limit` checkbox for a cleaner UI.
- Modified `FINAL_PHASE_IDS` to support multi-ID bosses, adding support for Verzik Vitur.

* Update monster-monitor to v1.3.3

fix: refine MonsterMonitorPanel UI and improve code structure

- Adjusted `MonsterMonitorPanel` scrolling behavior by replacing `npclistpanel` scroll pane with a simple `JPanel`.
- Moved `customScrollbarUI` method from `MonsterMonitorPlugin` to `MonsterMonitorPanel` for better encapsulation.
- Reduced font size on `Notify` checkbox, `Limit` spinner, and `Set Limit` checkbox for a cleaner UI.
- Modified `FINAL_PHASE_IDS` to support multi-ID bosses, adding support for Verzik Vitur.

* Update monster-monitor to v1.3.4

Add NPC name truncation in overlay and Edit NPC Data option

Truncate long NPC names in the overlay’s progress bar to keep it neat and readable

Set a character limit and added a method to shorten names with "..." if they’re too long
Applied this truncation in MonsterMonitorOverlay before drawing names
Added an "Edit NPC Data" option in the context menu to allow in-game editing of NPC tracking info

Created a dialog that lets users adjust Total Kills, Kill Limit, and Kills For Limit directly
Updated MonsterMonitorBox to include this option, making it easier to manage tracked NPCs
Changes made in the dialog sync automatically with the overlay and panel for immediate updates

* Update monster-monitor to v1.3.5

Refactor MonsterMonitorOverlay with thread-safe NPC tracking, customizable settings, and improved rendering

- Changed tracked NPCs list to an AtomicReference for thread-safe updates.
- Added 'showTitle' config option to control visibility of the overlay title.
- Replaced title rendering logic to respect the 'showTitle' configuration.
- Simplified progress bar rendering into a dedicated drawProgressBar method for clarity and reusability.
- Updated progress color logic with the getBarColor method for improved readability.
- Switched from TitleComponent to direct string drawing for title, aligning with new rendering approach.
- Updated README
2024-11-10 05:26:57 -05:00
..
2024-04-25 23:45:43 -05:00
2020-06-19 16:49:00 +00:00
2024-09-16 15:09:02 -04:00
2024-04-17 13:24:04 -04:00
2024-09-18 01:06:03 +03:00
2024-10-14 22:26:56 -04:00
2024-10-25 06:26:52 -04:00
2022-10-11 01:42:40 +00:00
2024-07-27 15:04:13 -07:00
2021-06-10 06:11:29 +00:00
2022-06-29 00:09:49 +00:00
2024-08-16 11:53:53 -06:00
2024-10-08 21:07:07 -03:00
2022-09-09 08:23:40 -05:00
2024-10-27 03:48:23 -04:00
2024-10-29 01:50:51 -04:00
2022-05-31 15:55:20 +00:00
2024-05-17 09:05:17 -05:00
2024-02-02 22:40:39 -06:00
2023-05-25 17:08:48 +00:00
2024-07-16 11:03:59 -07:00
2023-07-17 17:51:19 +00:00
2022-03-23 01:59:16 +00:00
2024-03-15 12:05:07 +01:00
2024-10-14 08:10:30 -05:00
2020-12-23 05:15:04 -07:00
2024-10-29 01:35:38 -04:00
2024-08-29 16:08:18 -04:00
2024-10-10 15:40:24 -05:00
2024-10-15 17:48:13 -04:00
2024-01-31 11:41:13 -05:00
2020-08-21 20:09:51 +01:00
2024-03-08 16:00:54 -05:00
2021-05-26 11:05:43 -04:00
2022-09-22 22:03:42 -05:00
2024-10-15 17:39:00 -04:00
2022-11-04 18:53:09 +00:00
2020-04-14 16:42:18 +00:00
2024-05-25 14:33:26 +02:00
2023-11-03 07:55:04 -05:00
2023-07-25 19:48:10 +00:00
2023-11-10 13:40:13 -05:00
2021-11-11 08:31:42 +00:00
2024-08-02 21:06:39 +00:00
2024-01-31 15:34:22 +01:00
2024-10-12 08:59:29 -04:00
2022-02-04 21:38:42 -07:00
2023-06-28 18:58:25 -04:00
2023-12-16 13:38:20 -05:00
2024-06-23 13:05:34 +02:00
2023-08-21 00:19:37 -05:00
2021-10-05 04:00:14 -06:00
2020-05-07 20:14:37 +00:00
2024-01-04 11:01:00 -06:00
2022-04-04 05:41:37 +00:00
2021-11-01 15:55:41 +00:00
2023-09-26 19:06:56 +00:00
2023-01-12 20:02:27 +00:00
2024-07-18 08:57:33 -04:00
2023-10-03 01:29:40 +00:00
2024-10-25 06:36:50 -04:00
2022-07-16 16:31:35 -07:00
2022-02-09 06:27:47 -07:00
2024-08-16 11:53:53 -06:00
2023-11-10 13:49:29 -05:00
2024-10-28 16:28:34 -04:00
2024-07-09 20:43:28 +00:00
2023-02-20 03:15:24 -05:00
2022-09-06 08:00:14 -05:00
2022-05-18 05:35:02 -06:00
2024-09-04 19:25:12 -04:00
2023-04-21 17:37:46 -04:00
2024-10-19 05:33:56 -04:00
2024-07-14 23:11:52 -07:00
2024-10-06 23:12:25 +02:00
2023-06-27 04:23:40 +00:00
2024-10-27 03:42:07 -04:00
2024-09-06 00:10:28 -05:00
2023-03-22 19:32:32 +00:00
2023-06-24 19:35:08 -05:00
2022-05-31 16:13:41 +00:00
2024-01-24 06:52:29 +00:00
2024-06-09 11:56:04 -04:00
2024-06-13 14:29:56 +02:00
2022-09-26 20:38:39 -07:00
2024-07-19 13:58:06 +02:00
2021-09-15 04:31:36 +00:00
2024-05-13 04:31:46 +00:00
2024-07-11 13:28:01 +03:00
2023-08-30 20:51:09 -04:00
2024-04-07 04:59:28 +00:00
2024-06-16 11:01:00 +02:00
2023-11-14 01:35:24 +00:00
2024-10-03 09:17:15 -04:00
2023-03-03 23:26:52 +00:00
2024-07-17 19:34:00 +02:00
2021-06-11 23:40:24 +00:00
2024-07-21 19:13:07 +02:00
2022-10-08 05:41:31 +00:00
2024-03-30 00:34:30 +00:00
2024-02-28 13:43:25 -05:00
2023-06-24 20:27:57 -05:00
2024-05-17 09:28:12 -05:00
2024-07-29 13:33:17 -04:00
2024-01-29 01:21:40 +00:00
2024-10-17 13:38:53 -04:00
2023-03-02 21:14:31 +00:00
2024-10-18 11:52:17 +03:00
2022-05-18 05:35:02 -06:00
2020-05-14 03:37:54 +00:00
2023-04-11 19:02:44 +00:00
2022-09-24 14:11:53 -04:00
2022-03-22 03:49:32 +00:00
2021-11-30 03:08:34 +00:00
2020-07-16 12:41:39 -04:00
2023-09-28 03:58:24 -06:00
2024-09-26 20:34:41 -04:00
2024-08-29 15:55:40 -04:00
2023-01-11 20:31:19 -05:00
2023-01-09 12:16:20 -06:00
2024-03-26 10:44:17 -04:00
2024-08-04 18:57:43 +02:00
2024-10-23 04:39:09 -04:00
2022-09-03 18:26:59 -04:00
2023-07-28 13:41:28 -07:00
2021-10-13 05:27:57 +00:00
2022-08-18 12:15:48 +01:00
2022-10-21 23:16:57 +00:00
2024-03-08 16:09:54 -05:00
2022-02-09 06:27:47 -07:00
2022-10-17 21:34:44 -05:00
2024-10-15 00:01:54 -04:00
2023-04-24 15:03:04 +00:00
2022-07-01 22:47:00 -07:00
2024-03-15 11:32:57 +01:00
2022-10-23 19:46:39 -06:00
2023-12-16 13:38:20 -05:00
2024-01-04 11:33:52 -06:00
2022-09-01 00:03:03 -07:00
2021-12-21 23:37:31 -07:00
2024-07-11 12:49:13 +03:00
2022-12-07 16:13:29 -05:00
2024-08-16 00:00:56 +00:00
2024-08-29 16:23:25 -04:00
2024-09-20 14:58:54 -03:00
2024-11-03 21:42:08 -08:00
2024-10-26 15:07:40 -07:00
2022-11-21 16:57:35 -05:00
2022-12-15 18:53:51 +00:00
2024-01-26 17:46:17 -05:00
2024-10-29 08:49:43 -04:00
2024-10-20 03:03:04 -04:00
2021-11-30 05:46:18 +00:00
2023-01-10 18:09:26 +00:00
2023-12-13 07:56:59 -06:00
2021-09-29 19:18:53 -05:00
2022-07-23 04:22:36 +00:00
2022-05-18 05:35:02 -06:00
2023-01-12 19:47:14 +00:00
2021-04-19 10:19:31 -06:00
2024-10-25 07:24:36 -05:00
2024-05-23 20:01:57 -04:00
2023-09-17 10:56:14 -05:00
2023-07-25 19:43:54 +00:00
2022-11-03 04:00:59 +00:00
2020-11-18 12:20:58 -05:00
2024-07-29 09:18:22 -07:00
2024-11-09 13:44:29 -08:00
2024-03-09 12:12:09 +01:00
2023-06-28 05:18:20 +00:00
2024-09-01 21:00:54 +02:00
2022-07-11 23:06:51 -07:00
2023-09-29 02:31:02 +00:00
2024-04-12 17:47:52 +00:00
2024-10-17 13:34:40 -04:00
2024-10-20 15:02:24 -04:00
2023-04-26 17:34:45 +00:00
2024-10-15 18:09:37 -04:00
2023-07-09 11:57:17 -04:00
2021-10-08 18:14:57 +00:00
2024-06-07 18:10:23 -04:00
2023-04-02 18:53:04 +00:00
2022-10-07 23:17:47 +00:00
2023-03-02 21:08:01 +00:00
2022-08-13 10:31:01 -05:00
2023-05-03 22:48:50 +00:00
2024-09-18 15:31:25 -04:00
2024-11-02 22:15:53 -04:00
2023-03-10 09:30:25 -05:00
2022-04-21 10:01:42 -06:00
2022-10-07 19:12:27 +00:00
2020-05-16 00:07:09 +00:00
2024-06-12 23:13:14 +00:00
2020-11-03 22:15:52 +00:00
2023-11-10 14:10:30 -05:00
2024-05-17 09:28:28 -05:00
2024-01-06 19:41:13 -05:00
2023-10-14 22:59:36 +00:00
2022-10-11 19:11:05 +00:00
2023-04-21 22:12:26 -04:00
2020-12-04 12:42:53 -05:00
2024-08-16 11:53:53 -06:00
2024-01-19 13:01:49 -05:00
2024-06-07 12:43:36 +02:00
2021-10-08 18:09:59 +00:00
2023-11-11 05:42:19 +00:00
2022-04-26 10:39:41 +01:00
2023-06-24 20:19:47 -05:00
2022-07-10 23:15:26 +00:00
2024-06-15 11:02:37 -04:00
2022-01-29 20:22:46 -07:00
2024-10-02 11:16:10 -05:00
2022-05-18 05:35:02 -06:00
2024-10-18 11:50:41 +03:00
2024-11-02 11:40:16 -07:00
2023-03-09 14:15:06 -05:00
2023-01-30 14:26:46 -05:00
2023-06-24 20:30:19 -05:00
2022-05-18 05:35:02 -06:00
2023-01-13 16:56:55 +00:00
2022-10-23 19:46:39 -06:00
2024-01-26 17:11:15 -05:00
2021-06-04 18:46:24 -06:00
2023-05-18 23:46:03 +00:00
2024-09-21 12:38:25 -05:00
2024-04-09 08:47:36 -05:00
2024-01-13 16:37:53 -07:00
2022-10-23 19:46:39 -06:00
2024-06-22 20:20:01 -05:00
2023-08-03 22:53:06 +00:00
2023-11-11 07:45:48 +01:00
2022-06-28 12:43:55 -04:00
2023-11-28 21:18:38 +01:00
2023-11-03 08:08:46 -05:00
2024-07-09 14:13:07 -04:00
2021-08-23 15:43:36 +00:00
2024-07-29 13:30:55 -04:00
2024-10-27 03:51:40 -04:00
2024-07-02 08:40:30 -05:00
2023-10-14 23:01:12 +00:00
2024-01-30 19:22:45 -05:00
2021-06-15 04:36:47 +00:00
2022-05-18 05:35:02 -06:00
2024-01-06 19:10:26 -05:00
2022-08-11 00:35:32 +00:00
2021-07-01 11:03:17 -04:00
2024-10-25 06:45:05 -04:00
2022-10-29 05:17:55 +00:00
2019-12-23 18:36:46 -05:00
2023-04-09 00:42:57 -04:00
2022-09-22 21:45:05 -05:00
2024-09-04 20:27:30 -04:00
2022-07-23 00:01:07 +00:00
2024-04-17 13:11:58 -04:00
2023-06-07 07:27:42 -07:00
2024-06-15 23:46:19 +02:00
2021-04-21 22:09:37 -06:00
2024-05-26 08:51:09 -04:00
2024-08-06 09:39:15 -04:00
2023-12-16 13:38:20 -05:00
2023-08-30 20:52:31 -04:00
2023-05-18 23:36:06 +00:00
2024-04-07 05:08:35 +00:00
2024-08-14 22:54:51 -06:00
2023-05-03 23:01:13 +00:00
2023-04-02 22:11:03 -05:00
2023-09-24 09:37:49 -05:00
2024-07-24 16:56:58 -03:00
2023-08-09 22:16:19 +00:00
2023-02-24 19:14:27 +00:00
2024-08-16 11:53:53 -06:00
2023-03-22 18:53:06 +00:00
2024-08-29 15:47:38 -04:00
2023-09-25 04:53:32 +00:00
2024-04-12 17:25:09 +00:00
2024-04-06 03:49:37 +00:00
2022-06-22 00:41:47 +02:00
2024-01-13 10:34:51 -05:00
2024-05-17 16:03:28 +00:00
2024-05-12 15:33:38 -04:00
2024-07-21 23:44:37 -07:00
2024-06-07 12:43:36 +02:00
2023-10-16 17:35:37 +00:00
2021-11-13 10:55:36 -07:00
2024-10-14 23:15:50 -04:00
2024-05-22 22:33:56 +00:00
2023-10-13 05:28:38 +00:00
2023-03-07 21:54:52 +00:00
2024-09-20 14:52:44 -03:00
2024-06-18 20:32:20 +00:00
2023-06-29 15:29:16 +00:00
2021-09-16 20:15:37 +02:00
2022-06-11 18:46:05 -07:00
2024-10-25 06:40:08 -04:00
2021-03-30 23:03:34 +00:00
2021-01-05 14:46:18 -07:00
2023-06-04 06:59:17 -06:00
2023-02-04 20:21:03 -05:00
2023-03-23 06:24:35 +00:00
2022-02-09 06:27:47 -07:00
2024-10-08 21:12:20 -03:00
2023-03-16 16:20:34 +00:00
2023-01-22 20:57:47 +00:00
2024-06-24 04:04:58 +00:00
2023-09-24 09:38:56 -05:00
2024-02-21 21:47:07 +00:00
2024-01-06 19:52:08 -05:00
2024-10-03 22:21:58 -04:00
2022-09-16 16:35:52 -04:00
2023-06-24 19:42:26 -05:00
2022-07-02 21:24:13 -07:00
2024-08-06 10:08:03 -04:00
2022-08-07 13:36:44 -04:00
2023-11-27 09:20:49 -05:00
2024-06-12 15:58:23 +00:00
2023-06-10 07:11:01 -07:00
2024-09-12 14:47:03 -04:00
2023-10-10 14:53:23 -04:00
2022-04-24 18:43:54 -04:00
2024-06-24 05:23:14 +00:00
2021-12-28 21:52:46 -05:00
2023-09-30 22:20:17 -04:00
2024-01-28 14:39:05 -05:00
2022-02-09 06:27:47 -07:00
2024-09-04 20:47:55 -04:00
2024-08-04 18:40:52 +02:00
2024-09-11 20:56:15 -04:00
2024-04-06 22:17:31 +00:00
2024-07-02 08:42:50 -05:00
2023-07-07 23:15:14 +00:00
2021-11-30 16:59:35 +00:00
2024-07-17 16:27:45 -04:00
2023-03-16 16:08:22 +00:00
2024-02-22 21:13:06 +00:00
2024-03-26 11:21:06 -04:00
2024-10-12 09:05:08 -04:00
2024-06-07 13:26:29 +02:00
2024-07-09 23:49:45 +00:00
2022-10-23 19:46:39 -06:00
2023-07-07 05:38:03 +00:00
2023-11-28 07:53:05 -06:00
2023-08-06 05:28:07 +00:00
2024-10-25 06:34:04 -04:00
2024-09-16 12:18:41 -04:00
2023-06-04 06:59:17 -06:00
2024-08-29 16:28:53 -04:00
2023-08-06 05:40:44 +00:00
2022-10-23 19:46:39 -06:00
2023-03-31 01:29:42 +00:00
2023-01-13 02:41:01 +00:00
2024-06-07 11:59:35 +02:00
2022-07-13 13:07:22 -07:00
2024-10-15 00:12:28 -04:00
2022-08-02 17:07:27 +00:00
2024-10-01 11:33:36 -05:00
2023-11-02 11:29:37 -04:00
2024-07-14 21:18:16 -04:00
2024-07-29 13:12:21 -04:00
2024-05-02 13:24:37 -04:00
2024-04-07 04:52:53 +00:00
2022-05-18 05:35:02 -06:00
2021-11-22 18:50:19 +00:00
2023-11-28 22:05:56 +01:00
2022-05-23 16:16:39 +00:00
2023-10-13 02:31:12 +00:00
2024-06-15 11:02:37 -04:00
2023-05-04 22:27:17 +00:00
2023-12-23 09:25:46 -06:00
2022-08-15 20:47:33 +00:00
2023-09-17 10:09:42 -05:00
2020-12-20 04:33:19 -07:00
2024-01-15 17:22:13 -05:00
2024-11-08 14:02:15 -05:00
2023-09-30 22:30:14 -04:00
2024-01-29 17:47:43 +00:00
2024-08-09 09:45:42 -03:00
2024-06-01 00:04:36 +00:00
2022-11-03 03:45:52 +00:00
2024-07-11 13:18:40 +03:00
2022-05-21 00:47:34 +00:00
2022-02-04 20:33:26 -07:00
2024-11-10 04:24:49 -05:00
2024-08-29 15:29:59 -04:00
2023-09-09 22:40:33 +00:00
2023-07-31 01:08:44 -06:00
2020-11-05 21:03:37 -07:00
2023-03-31 20:21:17 +00:00
2024-02-23 13:48:02 +01:00
2023-10-15 23:41:58 +00:00
2024-05-23 00:00:38 +00:00
2023-03-10 07:53:55 -06:00
2021-04-19 11:57:59 -06:00
2022-01-04 19:41:51 +00:00
2021-04-10 01:12:00 -06:00
2022-06-26 01:29:39 -07:00
2024-05-26 09:11:49 -04:00
2024-05-24 00:31:04 +00:00
2024-05-22 23:47:56 +00:00
2024-05-13 03:47:29 +00:00
2024-02-22 17:27:21 +00:00
2024-10-02 12:48:35 -04:00
2024-04-17 13:22:15 -04:00
2023-07-24 17:34:39 +00:00
2023-11-27 09:17:56 -05:00
2020-02-23 17:39:54 -05:00
2024-06-28 23:59:39 +00:00
2024-01-31 15:23:54 -05:00
2023-11-14 23:49:56 +00:00
2023-06-03 04:46:30 +00:00
2024-10-07 12:50:16 -05:00
2024-10-15 18:07:57 -04:00
2022-01-06 09:45:36 +00:00
2023-12-13 07:50:22 -06:00
2024-10-27 03:47:01 -04:00
2024-09-06 09:48:00 -04:00
2023-04-11 18:39:47 +00:00
2022-04-13 13:35:14 -04:00
2021-12-01 14:04:27 -05:00
2024-01-06 19:37:54 -05:00
2024-10-30 10:37:25 -07:00
2024-09-16 19:42:34 +03:00
2024-09-28 15:43:15 -03:00
2022-06-03 08:16:17 -05:00
2023-05-31 21:38:19 -04:00
2022-11-11 06:08:43 +00:00
2024-02-22 15:29:55 +00:00
2024-03-20 13:28:23 +01:00
2022-10-23 19:46:39 -06:00
2024-03-11 06:05:04 +00:00
2021-09-16 23:11:07 +00:00
2022-06-07 00:41:01 +00:00
2024-05-22 23:55:32 +00:00
2024-04-27 20:26:26 -04:00
2024-05-14 20:38:27 +00:00
2021-03-14 12:27:51 -06:00
2024-11-03 21:46:14 -08:00
2023-09-01 09:49:28 -04:00
2024-06-23 03:17:56 +00:00
2021-09-06 07:35:22 +00:00
2024-10-11 15:55:49 -05:00
2024-08-16 11:53:53 -06:00
2024-10-14 23:40:29 -04:00
2021-06-13 22:31:36 -06:00
2021-06-13 22:31:52 -06:00
2024-04-27 12:55:44 -04:00
2024-11-10 05:14:47 -05:00
2024-07-02 08:47:20 -05:00
2024-09-27 08:14:24 -05:00
2024-10-21 19:44:58 +02:00
2022-02-09 06:27:47 -07:00
2024-09-18 00:48:54 +03:00
2024-09-18 03:10:40 -06:00
2024-08-10 20:45:40 -07:00
2023-08-26 21:38:34 -05:00
2023-11-13 23:31:14 +00:00
2023-02-03 08:40:50 -06:00
2022-02-23 06:28:01 +00:00
2023-09-25 04:47:01 +00:00
2023-11-14 01:33:38 +00:00
2021-09-25 10:29:26 -05:00
2023-10-13 06:11:59 +00:00
2023-09-30 22:34:19 -04:00
2024-06-07 11:20:09 +02:00
2020-06-26 12:07:17 -04:00
2024-07-17 16:29:45 -04:00
2024-05-12 20:51:26 -05:00