From 1f9fb12ba70029ef4fa4fc62168bcc8925cd7c6e Mon Sep 17 00:00:00 2001 From: Warrior <50800980+Warriorrrr@users.noreply.github.com> Date: Sun, 30 Nov 2025 22:46:00 +0100 Subject: [PATCH 1/2] Document paper.maxChatCommandInputSize --- src/content/docs/paper/admin/reference/system-properties.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/content/docs/paper/admin/reference/system-properties.md b/src/content/docs/paper/admin/reference/system-properties.md index 5e74b50fb..ee4bd9da0 100644 --- a/src/content/docs/paper/admin/reference/system-properties.md +++ b/src/content/docs/paper/admin/reference/system-properties.md @@ -261,6 +261,10 @@ By default, this uses Google's NA mirror of Maven Central. You may also use regi - **default**: `false` - **description**: Enables logging the full entity NBT when an entity with a missing or otherwise invalid entity id is attempted to be loaded. (Whenever 'Skipping Entity with id' is logged to the console.) +#### paper.maxChatCommandInputSize +- **default**: `256` +- **description**: The maximum length that a chat command may have, a vanilla client can only send 256 characters in chat at a maximum. + ## List of environment variables #### PAPER_VELOCITY_SECRET From 6c1762bbf40692c1d390d0549af37c42fc786477 Mon Sep 17 00:00:00 2001 From: Warrior <50800980+Warriorrrr@users.noreply.github.com> Date: Sun, 30 Nov 2025 22:54:55 +0100 Subject: [PATCH 2/2] Update src/content/docs/paper/admin/reference/system-properties.md Co-authored-by: Strokkur24 --- src/content/docs/paper/admin/reference/system-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/paper/admin/reference/system-properties.md b/src/content/docs/paper/admin/reference/system-properties.md index ee4bd9da0..73c480ef2 100644 --- a/src/content/docs/paper/admin/reference/system-properties.md +++ b/src/content/docs/paper/admin/reference/system-properties.md @@ -263,7 +263,7 @@ By default, this uses Google's NA mirror of Maven Central. You may also use regi #### paper.maxChatCommandInputSize - **default**: `256` -- **description**: The maximum length that a chat command may have, a vanilla client can only send 256 characters in chat at a maximum. +- **description**: The maximum length a chat command may have. A Vanilla client cannot send more than 256 characters. ## List of environment variables