Force Lowercase Commands

Quick rating

Community listing page, reviews here may not be monitored by the author.

Force Lowercase Commands

By VOwner

No reviews yet

Forces Minecraft client to use lowercase letters in commands.

Mod Loaders
Minecraft

About

Description

Force Lowercase Commands

fabric forge

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