CLIENT SETTINGS MOD - Changelog
Available Commands:
/client settings killlwjgl → Opens a warning GUI: "This command is designed for diagnostic debugging. Confirm crash?" (with Confirm and Cancel buttons) → On Windows, shows a native MessageBox "Game exited with exit code -1" before crashing.
/client settings clientdebug → Displays Java version, Minecraft version, memory usage, and client package info.
/client settings chunkloadforce <1-10> → Adjusts chunk rendering speed. (Note: Currently non-functional due to version limitations.)
/client settings setserverclient → Publishes the world to LAN and shows a fake player tab list.
/client settings setchatcolor <color> → Changes chat text color. (Note: Currently non-functional.)
Supported Minecraft Version: Forge 1.20.1
APIs Used:
JNA (user32.dll) for Windows native message box in the killlwjgl command.
License: MIT

