Skip to content

Commit ab77faf

Browse files
feat: add system property for skipping uncompressed packet size validation (#606)
1 parent 4a0a11c commit ab77faf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/content/docs/velocity/admin/reference/system-properties.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ The default value shown may not be set for the property but will only be used by
7070
- **default**: `false`
7171
- **description**: Whether packet decoding errors should be logged extensively.
7272

73+
#### velocity.skip-uncompressed-packet-size-validation
74+
75+
- **default**: `false`
76+
- **description**: Whether to skip the validation of uncompressed packet sizes, this is useful to allow modded setups to send uncompressed packets over the threshold.
77+
7378
#### velocity.increased-compression-cap
7479

7580
- **default**: `false`

0 commit comments

Comments
 (0)