diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 99d691d2f..fc37edad8 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -55,6 +55,9 @@ dependencies { thirdParty("com.diffplug.spotless:spotless-plugin-gradle:5.2.0") { because "ring-of-recoil-notifier" } + thirdParty("net.jodah:failsafe:2.4.0") { + because "chat-logger" + } thirdParty("com.google.apis:google-api-services-sheets:v4-rev581-1.25.0") { because "elysiumevents-plugin" exclude group: 'com.google.guava' diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index c4569e1b1..8657395bb 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -418,6 +418,14 @@ + + + + + + + + @@ -659,4 +667,4 @@ - \ No newline at end of file + diff --git a/plugins/chat-logger b/plugins/chat-logger index 9cc443a53..42ccddce7 100644 --- a/plugins/chat-logger +++ b/plugins/chat-logger @@ -1,2 +1,3 @@ repository=https://github.com/hex-agon/chat-logger.git -commit=77b0c0a044e0b0826f7a9734b72655e4644da22c \ No newline at end of file +commit=be6e77b345c374e313c6a6a3fc1528362fa3a3fc +warning=This plugin may submit all your friends chat (current clan chat) messages and IP address to a 3rd party website not controlled or verified by the RuneLite Developers. \ No newline at end of file