diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 6ae9f48..0e8d33d 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -5,20 +5,22 @@
-
+
-
+
+
+
+
+
+
+
-
-
-
-
@@ -26,7 +28,6 @@
-
@@ -34,12 +35,56 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml
index 933cf6e..028ccbf 100644
--- a/.idea/jarRepositories.xml
+++ b/.idea/jarRepositories.xml
@@ -126,5 +126,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/PlatformDetection-paper/build.gradle b/PlatformDetection-paper/build.gradle
index 9c22ac9..29d2461 100644
--- a/PlatformDetection-paper/build.gradle
+++ b/PlatformDetection-paper/build.gradle
@@ -10,9 +10,9 @@ plugins {
dependencies {
implementation project(':PlatformDetection-common')
- compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT'
- compileOnly 'me.clip:placeholderapi:2.11.3'
- compileOnly 'org.geysermc.floodgate:api:2.2.0-SNAPSHOT'
+ compileOnly 'io.papermc.paper:paper-api:1.20.2-R0.1-SNAPSHOT'
+ compileOnly 'me.clip:placeholderapi:2.11.5'
+ compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT'
compileOnly 'org.vivecraft:Vivecraft_Spigot_Extensions:1.19.4-1'
}
diff --git a/PlatformDetection-paper/src/main/resources/plugin.yml b/PlatformDetection-paper/src/main/resources/plugin.yml
index a863a5e..899a06f 100644
--- a/PlatformDetection-paper/src/main/resources/plugin.yml
+++ b/PlatformDetection-paper/src/main/resources/plugin.yml
@@ -2,7 +2,7 @@ name: PlatformDetection
version: @project.version@
main: uk.co.notnull.platformdetection.PlatformDetectionPaper
author: Jim (NotKatuen)
-api-version: 1.19
+api-version: 1.20
load: STARTUP
description: Detects the platform/mod players are using
depend: [PlaceholderAPI]
diff --git a/PlatformDetection-velocity/build.gradle b/PlatformDetection-velocity/build.gradle
index fa789ea..6e43d39 100644
--- a/PlatformDetection-velocity/build.gradle
+++ b/PlatformDetection-velocity/build.gradle
@@ -10,11 +10,11 @@ plugins {
dependencies {
implementation project(':PlatformDetection-common')
- compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
+ compileOnly 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'
compileOnly 'uk.co.notnull:VivecraftVelocityExtensions:1.1'
- compileOnly 'org.geysermc.floodgate:api:2.2.0-SNAPSHOT'
+ compileOnly 'org.geysermc.floodgate:api:2.2.2-SNAPSHOT'
- annotationProcessor 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT'
+ annotationProcessor 'com.velocitypowered:velocity-api:3.3.0-SNAPSHOT'
}
tasks {
diff --git a/build.gradle b/build.gradle
index 8f6c692..1b78817 100644
--- a/build.gradle
+++ b/build.gradle
@@ -26,6 +26,11 @@ subprojects {
mavenLocal()
mavenCentral()
+ // Adventure-bom snapshots required for velocity 3.3.0
+ maven {
+ url "https://s01.oss.sonatype.org/content/repositories/snapshots"
+ }
+
maven {
url 'https://repo.not-null.co.uk/releases/'
}
@@ -39,7 +44,7 @@ subprojects {
}
maven {
- url 'https://repo.opencollab.dev/maven-snapshots/'
+ url 'https://repo.opencollab.dev/main/'
}
}