AdvancedChat

AdvancedChat

65.5k Downloads

[BUG] "Replace to" Field of Chat Filters only support 128 Characters

TNTea opened this issue ยท 1 comments

commented

Describe the bug
When creating a Chat Filter, the text in the "Replace To" Field is trimmed to 128 characters, after you close the filter configuration. As a Minecraft chat message can be up to 256 characters long, this needlessly limits the capabilities of this feature.

Minecraft Info
Minecraft information:

  • Fabric Loader version 0.11.3
  • Fabric API version 0.32.5+1.16
  • MaLiLib version 0.10.0-dev.21+arne.5
  • AdvancedChat version 3.2.0-1.16.5

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Chat Filter.
  2. Click on 'Configure'.
  3. Put any String with more than 128 Characters into the "Replace to" Field.
  4. Click on 'Back'.
  5. Click on 'Configure' again.

Expected behavior
The String should be cut off after 256 Characters, rather than 128.
Considering the fact, that Advanced chat also supports automatically splitting long messages, the cutoff should maybe be configurable.

commented

Seems like this has been addressed in the 3.3.0 Version, which is not on Github yet.