From 2f8bf3170cd1d2dbd3ab33aee334029607b9dba7 Mon Sep 17 00:00:00 2001 From: Zander Bolgar Date: Wed, 17 Apr 2024 02:06:13 -0400 Subject: [PATCH] Update wikisync (#5855) --- package/verification-template/build.gradle | 4 ++++ .../gradle/verification-metadata.xml | 21 +++++++++++++++++++ plugins/wikisync | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 2fa8546b2..d258c960c 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -111,6 +111,10 @@ dependencies { thirdParty "org.lwjgl:lwjgl::natives-$platform" thirdParty "org.lwjgl:lwjgl-opengl::natives-$platform" } + + thirdParty("org.java-websocket:Java-WebSocket:1.5.6") { + because "wikisync" + } } task verifyCore { diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 5f4cdd298..cfb41a5e6 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -824,6 +824,14 @@ + + + + + + + + @@ -1079,6 +1087,14 @@ + + + + + + + + @@ -1094,6 +1110,11 @@ + + + + + diff --git a/plugins/wikisync b/plugins/wikisync index 5a30c0fca..80ffd6ba9 100644 --- a/plugins/wikisync +++ b/plugins/wikisync @@ -1,4 +1,4 @@ repository=https://github.com/weirdgloop/WikiSync.git -commit=92e83b58d2bdf074c3a737a7dc2c8c5c9a96a39f +commit=c6fffb917581a6d53547ecd12a514302ebada28b warning=Similar to the official HiScores, this plugin pushes up data about your character that can be viewed by anyone.
We don't suggest using this if you are (for example) a PvP-locked hardcore ironman, where broadcasting your
quest status could be detrimental to your account by giving away information about what you're currently doing. authors=andmcadams,leejt,lezed1,jayktaylor