diff --git a/common/src/main/java/us/myles/ViaVersion/ViaManager.java b/common/src/main/java/us/myles/ViaVersion/ViaManager.java
index c78a588e0..a8306fee5 100644
--- a/common/src/main/java/us/myles/ViaVersion/ViaManager.java
+++ b/common/src/main/java/us/myles/ViaVersion/ViaManager.java
@@ -91,7 +91,7 @@ public class ViaManager {
// Check if there are any pipes to this version
if (ProtocolRegistry.SERVER_PROTOCOL != -1) {
platform.getLogger().info("ViaVersion detected server version: " + ProtocolVersion.getProtocol(ProtocolRegistry.SERVER_PROTOCOL));
- if (!ProtocolRegistry.isWorkingPipe()) {
+ if (!ProtocolRegistry.isWorkingPipe() && !platform.isProxy()) {
platform.getLogger().warning("ViaVersion does not have any compatible versions for this server version!");
platform.getLogger().warning("Please remember that ViaVersion only adds support for versions newer than the server version.");
platform.getLogger().warning("If you need support for older versions you may need to use one or more ViaVersion addons too.");
diff --git a/pom.xml b/pom.xml
index 1df6abf42..3c0cbdfd9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,6 +70,12 @@
viaversion-repo
https://repo.viaversion.com
+
+
+
+ mojang
+ https://libraries.minecraft.net
+
diff --git a/velocity/pom.xml b/velocity/pom.xml
index 685ed2c7c..fdc2d5a40 100644
--- a/velocity/pom.xml
+++ b/velocity/pom.xml
@@ -42,7 +42,7 @@
com.velocitypowered
velocity-api
- 1.0.0-SNAPSHOT
+ 1.1.0-SNAPSHOT
provided