From dba02f047bd96190d006dd34b87ac9e256176753 Mon Sep 17 00:00:00 2001 From: Erik Roberts Date: Fri, 24 Apr 2020 22:19:20 -0400 Subject: [PATCH] Add "QuickplayPremium" update Hypixel added breaking changes so I had to push an update, despite my vexation. --- installer/addons.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/installer/addons.json b/installer/addons.json index 2e70883..ec13941 100644 --- a/installer/addons.json +++ b/installer/addons.json @@ -54,6 +54,17 @@ "url": "https://github.com/asbyth/Quickplay2.0/releases/download/Hyperium-2.0.4/Quickplay-Hyperium-2.0.4-asbyth.jar", "depends": [], "enabled": true + }, + { + "name": "Quickplay Premium", + "description": "Paid addition to Quickplay. More info at https://bugg.co/quickplay/premium/", + "version": "1.0.4", + "author": "bugfroggy", + "verified": true, + "sha256": "6749992804880db4139417b8b011435cec041b7afc076ebf5c86d1330acf103e", + "url": "https://bugg.co/quickplay/jars/Quickplay%20Premium%20Hyperium-1.0.4.jar", + "depends":["Quickplay"], + "enabled": true } ] }