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