From 3b0124a2aab5a44299fc35694977808448b5d9db Mon Sep 17 00:00:00 2001 From: Warrior <50800980+Warriorrrr@users.noreply.github.com> Date: Mon, 23 Mar 2026 14:43:50 +0100 Subject: [PATCH] Document new velocity system properties --- .../docs/velocity/admin/reference/system-properties.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/content/docs/velocity/admin/reference/system-properties.md b/src/content/docs/velocity/admin/reference/system-properties.md index e2bf3f315..796b28701 100644 --- a/src/content/docs/velocity/admin/reference/system-properties.md +++ b/src/content/docs/velocity/admin/reference/system-properties.md @@ -115,6 +115,15 @@ The default value shown may not be set for the property but will only be used by - **default**: `true` - **description**: Whether the client should disconnect on packet errors. Temporarily added in MC 1.20.5 and removed in 1.21.2 to help modded servers transition to this change. +#### velocity.maximum-play-queue-size + +- **default**: `134217728` (128 MiB) +- **description**: The maximum size of the queue (in bytes) that holds pending PLAY state packets sent to the client while it is in the CONFIG state. + +#### velocity.max-plugin-message-payload-size +- **default**: `32767` +- **description**: The maximum allowed size of plugin message packets in bytes. + ## List of environment variables #### VELOCITY_FORWARDING_SECRET