You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proxy/src/main/java/com/velocitypowered/proxy/connection/player/resourcepack/handler/ResourcePackHandler.java
+57Lines changed: 57 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
importio.netty.buffer.ByteBufUtil;
32
32
importjava.util.Collection;
33
33
importjava.util.Map;
34
+
importjava.util.Set;
34
35
importjava.util.UUID;
35
36
importjava.util.concurrent.CompletableFuture;
36
37
importjava.util.concurrent.ConcurrentHashMap;
@@ -60,6 +61,8 @@ public abstract sealed class ResourcePackHandler permits LegacyResourcePackHandl
Copy file name to clipboardExpand all lines: proxy/src/main/resources/com/velocitypowered/proxy/l10n/messages.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ velocity.error.logging-in-too-fast=<red>You are logging in too fast, try again l
47
47
velocity.error.online-mode-only=<red>You are not logged into your Minecraft account. If you are logged into your Minecraft account, try restarting your Minecraft client.
48
48
velocity.error.player-connection-error=<red>An internal error occurred in your connection.
49
49
velocity.error.plugin-message-overflow=<red>You sent too many plugin messages before completing the connection.
50
+
velocity.error.resource-pack-configuration-timeout=<red>Timed out while applying the resource pack. Please reconnect and try again.
50
51
velocity.error.modern-forwarding-needs-new-client=<red>This server is only compatible with <arg:0> to <arg:1>.
51
52
velocity.error.modern-forwarding-failed=<red>Your server did not send a forwarding request to the proxy. Make sure the server is configured for Velocity forwarding.
52
53
velocity.error.moved-to-new-server=<white>You were kicked from <yellow><arg:0><white>: <arg:1>
0 commit comments