Skip to content

Commit 455a825

Browse files
committed
Update supported Velocity versions
1 parent 4715d48 commit 455a825

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ publishing_dev_mail=git@florianmichael.de
1717
# Modrinth/Hangar Publishing
1818
minecraft_versions=1.21.11, 1.21.10, 1.21.9, 1.21.8, 1.21.7, 1.21.6, 1.21.5, 1.21.4, 1.21.3, 1.21.2, 1.21.1, 1.21, 1.20.6, 1.20.5, 1.20.4, 1.20.3, 1.20.2, 1.20.1, 1.20, 1.19.4, 1.19.3, 1.19.2, 1.19.1, 1.19, 1.18.2, 1.18.1, 1.18, 1.17.1, 1.17, 1.16.5, 1.16.4, 1.16.3, 1.16.2, 1.16.1, 1.16, 1.15.2, 1.15.1, 1.15, 1.14.4, 1.14.3, 1.14.2, 1.14.1, 1.14, 1.13.2, 1.13.1, 1.13, 1.12.2, 1.12.1, 1.12, 1.11.2, 1.11.1, 1.11, 1.10.2, 1.10.1, 1.10, 1.9.4, 1.9.3, 1.9.2, 1.9.1, 1.9, 1.8.9, 1.8.8
1919
minecraft_version_range=1.8-1.21.11
20-
velocity_version=3.3
20+
velocity_version=3.3-3.5

velocity/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dependencies {
22
compileOnly(project(":viaaprilfools-common"))
3-
compileOnly("com.velocitypowered:velocity-api:3.1.1")?.also { annotationProcessor(it) }
3+
compileOnly("com.velocitypowered:velocity-api:3.4.0")?.also { annotationProcessor(it) }
44
}

velocity/src/main/java/com/viaversion/viaaprilfools/VelocityPlugin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ public class VelocityPlugin implements ViaAprilFoolsPlatform {
6060
@DataDirectory
6161
private Path configPath;
6262

63+
@SuppressWarnings("deprecation")
6364
@Subscribe(order = PostOrder.LATE)
6465
public void onProxyStart(ProxyInitializeEvent e) {
6566
this.logger = new LoggerWrapper(loggerSlf4j);

0 commit comments

Comments
 (0)