ChatSplitter
The ChatSplitter mod addresses a common Minecraft issue - splitting overly long chat messages into separate parts.
This extension is especially convenient for players who like to send large amounts of text through the in-game chat - no more encountering the inability to send text that exceeds the set limit.
Important note: the mod's functionality is not supported on all servers. If you don't see the expected result, it's likely caused by protective measures implemented by certain server administrations.
Additional information for developers
Fabric & Quilt (requires JDK17):
Source preparation:
cd ./fabric/
./gradlew genSources
Project build:
cd ./fabric/
./gradlew build
Forge for older versions (1.13 and below; requires JDK8):
Source preparation:
$env:PATH = "$env:JAVA_HOME\bin;" + $env:PATH
cd ./forge-old/
python download-assets-v3.2.py
./gradlew idea
./gradlew setupDecompWorkspace --exclude-task downloadClient --exclude-task downloadServer --exclude-task mergeJars
Project build:
cd ./forge-old/
./gradlew build
LiteLoader (requires JDK8):
Source preparation:
$env:PATH = "$env:JAVA_HOME\bin;" + $env:PATH
cd ./liteloader/
./gradlew setupDecompWorkspace
Project build:
cd ./liteloader/
./gradlew build