l2-
209a0cd2da
Update customizable-xp-drops to v1.8.14 ( #6522 )
2024-08-28 14:02:14 -07:00
Felanbird
a7d09ade78
Update loot-logger
2024-08-28 16:42:21 -04:00
Felanbird
24d0454ad7
Update wasted-bank-space
2024-08-28 16:42:21 -04:00
Felanbird
9979d5c054
Update dude-wheres-my-stuff
2024-08-28 16:42:21 -04:00
RuneLite updater
129d1a733b
Bump to 1.10.36.2
2024-08-28 20:35:56 +00:00
PortAGuy
4e5a4c7713
Update thrall-helper to v1.9.1 ( #6519 )
2024-08-28 09:18:55 -03:00
AcolyteOfFire
c137774baf
Add Obelisk Reminder plugin ( #6380 )
...
* Create Obelisk_Reminder
* Update Obelisk_Reminder
* Rename Obelisk_Reminder to obelisk-reminder
* Update obelisk-reminder
* Update obelisk-reminder
* Update obelisk-reminder
* Update obelisk-reminder
removed key listener functionality, instead using varbit4966 to detect current obelisk destination
* Update obelisk-reminder
* Update obelisk-reminder
* Update obelisk-reminder
2024-08-27 17:56:52 -05:00
PortAGuy
7584ea150d
Update thrall-helper to v1.9 ( #6515 )
2024-08-27 16:54:39 -03:00
Amro Thabet
e2065feb76
Update dynamic-inventory-tags to v1.1.3 ( #6504 )
2024-08-27 13:56:26 +02:00
Tyler Grass
5b26d2a789
Update attack-ranges to 1.2.0 ( #6478 )
...
* Update attack-ranges to 1.2.0
* Update attack-ranges
* Update attack-ranges
* Update attack-ranges
2024-08-26 10:37:56 -03:00
Jebrim
672bf0d5e5
Update JebScape to v0.2.10 ( #6484 )
...
* Update JebScape to v0.2.10
Fix to missing head and limbs on player ghosts.
* Moved RuneLiteObject creation to only occur after logging in
2024-08-26 10:31:47 -03:00
m0bilebtw
f0743e7508
Update c-engineer-completed to v1.1.5 ( #6509 )
2024-08-24 15:49:12 -03:00
Mathieu
6047a75931
Update pvp-performance-tracker to v1.5.9 ( #6490 )
...
Includes hotfix for recent breaking issue, many thanks to discord user @ peenay for implementing and quickly testing the fix.
2024-08-23 09:10:36 -04:00
alex-macm
d2ce95046a
Update nature-runecraft-utilities ( #6487 )
2024-08-22 11:03:18 -07:00
TicTac7x
48199fa2a9
Update tictac7x-charges ( #6486 )
2024-08-20 19:40:07 -07:00
Tony905x
1eb8aed53e
Create pet-to-npc-transmog ( #6294 )
...
* Create pet-to-npc-transmog
* Update pet-to-npc-transmog
* Update pet-to-npc-transmog
* Update pet-to-npc-transmog
2024-08-20 16:19:17 -04:00
Zoinkwiz
a03bd5ce1c
Update quest-helper to 4.5.3 ( #6492 )
2024-08-20 10:40:33 -05:00
Zoinkwiz
9438dd0be4
Update clue-details to 1.0.3 ( #6491 )
2024-08-20 10:38:31 -05:00
l2-
9d518494d9
Update customizable-xp-drops to v1.8.13 ( #6479 )
2024-08-18 16:37:44 -07:00
Michael Gutman
4aa64eed96
Update konar-milestone-reminder ( #6468 )
2024-08-18 16:36:45 -07:00
TheStonedTurtle
6531f06e4e
Update Banked Experience to v2.6.2 ( #6482 )
2024-08-18 22:05:07 +02:00
Rhea
06774696e6
update tombs-of-amascut to v2.9.0 ( #6481 )
2024-08-18 01:24:22 -04:00
Jebrim
e0027b2a16
Update JebScape to v0.2.9 ( #6463 )
...
Part 2 of fixes to have plugin work with latest kit cache changes by Jagex, incorporating in the new additions. Will also now automatically incorporate in future changes to the cache.
2024-08-17 20:24:27 -04:00
equirs
9585156131
Update fashionscape to 1.3.0 ( #6480 )
2024-08-17 20:22:31 -04:00
Hexagon
651f5edaef
update chat-logger to v1.8.0 ( #6462 )
2024-08-17 20:07:37 -03:00
geheur
f670217a45
Update Custom Menu Swaps to 2.5.10 ( #6471 )
2024-08-17 11:06:15 +02:00
DominickCobb-rs
152e3615e9
Update dt2-mistake-tracker ( #6470 )
2024-08-16 21:48:11 -05:00
Max Weber
57e9ec7037
templateplugin: fix maven repo filter
...
gradle does not pay attention to this if the dependency is already
cached, so testing this didn't reveal it being incorrect. Also prodigy
originally wrote this and I changed it, so now I feel double stupid.
2024-08-16 12:26:07 -06:00
iProdigy
ed4eb2a02b
templateplugin: filter requests to runelite maven repo
2024-08-16 11:53:53 -06:00
Max Weber
2f95d4786a
package: update to gradle 8.10
2024-08-16 11:53:53 -06:00
Max Weber
3074657897
package: build on ubuntu 22
2024-08-16 11:53:53 -06:00
Felanbird
360b9daa7a
package: update actions to node20
2024-08-16 11:53:53 -06:00
Max Weber
3cbcd14597
disable unmaintained plugins
2024-08-16 11:53:53 -06:00
Max Weber
d3ff8510e0
apirecorder: record method references correctly
2024-08-16 11:53:53 -06:00
Max Weber
b0881b9a94
apirecorder: record hierarchy when the receiver type is not the owner
...
if you had getSomeEnum().ordinal() and the type returned by getSomeEnum
changed to not be an enum, the recorder wouldn't catch it since it would
see `j.l.Enum::ordinal`, not record it since its a jvm method, and
`getSomeEnum()SomeEnum`, but not SomeEnum::ordinal or SomeEnum>Enum
2024-08-16 11:53:52 -06:00
geheur
f92f3f230c
Update hotkeyable-menu-swaps ( #6460 )
2024-08-16 10:19:33 -07:00
Erwin
bc55070141
Update clan-member-list-sort ( #6461 )
2024-08-16 10:16:51 -07:00
l2-
183f277843
Update customizable-xp-drops to v1.8.12 ( #6464 )
2024-08-16 10:11:38 -07:00
Droei
b2b3e35cc2
Update pet-the-capybara ( #6465 )
2024-08-16 09:35:30 -07:00
Adam
fe9cb96ba3
mark pvp-performance-tracker as unavailable
2024-08-16 11:22:50 -04:00
Patrick Watts
7ee3087a05
Add Ent trimmer plugin ( #6144 )
2024-08-16 00:00:56 +00:00
RuneLite updater
acaddd0ec8
Bump to 1.10.36.1
2024-08-15 15:17:02 +00:00
geheur
da76acc30e
Update weapon-animation-replacer to 3.7.2 ( #6457 )
...
* update
* update
2024-08-15 09:02:12 -03:00
Cyborger1
520c1bb400
Update marks-of-grace-counter to v1.2 ( #6452 )
2024-08-15 08:59:22 -03:00
Jebrim
cc79e425ff
Update Jebscape to v0.2.8 ( #6451 )
...
Quick fix for recent Jagex update to player models
2024-08-15 08:58:12 -03:00
geheur
055c3b4421
update weapon-charges-2 ( #6456 )
2024-08-14 23:32:29 -06:00
geheur
5f9a6073a2
update hotkeyable-menu-swaps ( #6455 )
2024-08-14 23:01:03 -06:00
Ronaldas Turevič
7ba09c547f
update naturalspeech ( #6445 )
...
1.2.6 hotfix related to latest update
2024-08-14 22:54:51 -06:00
ScreteMonge
9cc7231b4a
update creators-kit to v1.5.2 ( #6454 )
2024-08-14 22:49:03 -06:00
Riley McGee
d79dd03c08
Update wasted-bank-space ( #6447 )
...
CAT_H
2024-08-14 22:48:02 -06:00