From 6b1763a26063256122c4d02b3e3d76391432ed3a Mon Sep 17 00:00:00 2001 From: DaJokni <56400974+DaJokni@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:27:15 +0300 Subject: [PATCH 1/2] Update ConfigurationMaster-API to add 1.20 support --- CommandWhitelistCommon/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandWhitelistCommon/pom.xml b/CommandWhitelistCommon/pom.xml index 7f7b834..c965452 100644 --- a/CommandWhitelistCommon/pom.xml +++ b/CommandWhitelistCommon/pom.xml @@ -76,7 +76,7 @@ com.github.thatsmusic99 ConfigurationMaster-API - v2.0.0-BETA-1 + v2.0.0-BETA-6 compile From 653cd0e242d4bfb97437564994dd056c6aa97e07 Mon Sep 17 00:00:00 2001 From: DaJokni <56400974+DaJokni@users.noreply.github.com> Date: Wed, 7 Jun 2023 22:29:20 +0300 Subject: [PATCH 2/2] Change protocollib version to 5.0.0, because snapshot no longer exists --- CommandWhitelistBukkit/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommandWhitelistBukkit/pom.xml b/CommandWhitelistBukkit/pom.xml index 1feab97..9425a19 100644 --- a/CommandWhitelistBukkit/pom.xml +++ b/CommandWhitelistBukkit/pom.xml @@ -110,7 +110,7 @@ com.comphenix.protocol ProtocolLib - 5.0.0-SNAPSHOT + 5.0.0 provided