Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Force Lowercase Commands
Forces Minecraft client to use lowercase letters in commands.
After Minecraft 1.19.1 update, Bukkit changed player commands to be handled with Minecraft's command system which means that commands added by plugins can no longer be used case-insensitively on servers such as Bukkit, Spigot, Paper, Purpur, or other forks. This mod works around that change clientside by lowercasing command when sending.
I find this useful when trying to type commands fast, but the caps lock is on or I accidentally started typing a command with an uppercase letter.
How does it work?
When sending a command in chat this mod replaces uppercase letters in the command with lowercase letters. If the command has arguments, those won't be touched by this mod.
Example behavior of this mod:
The command you typed in chat --> How this mod changes it
/SPAWN --> /spawn
/Spawn --> /spawn
/HELP SPAWN --> /help SPAWN
/Help SPawn --> /help SPawn