clientcommands icon indicating copy to clipboard operation
clientcommands copied to clipboard

Adds useful client-side commands

Results 198 clientcommands issues
Sort by recently updated
recently updated
newest added

Having clientcommands and Botania installed crashes because of this redirect mixin: https://github.com/Earthcomputer/clientcommands/blob/32549f059ca69c2ccbda9c5c5144f0f284540148/src/main/java/net/earthcomputer/clientcommands/mixin/MixinPlayerEntity.java#L39

bug

Now that in Minecraft 1.19 you can not increase gamma to be able to see in dark and `/cgamma` being broken, I think it is a good time to add...

enhancement

/ctemprule auto recast it only recasts the rod if u didn't get the goal u wanted its so if u are in a different window and don't want to go...

enhancement

Have been using the cenchant command on a vanilla server and it's been working perfectly except for books. I can't seem to get them to work. It says to put...

bug

This PR adds a translation command using one of Google Translate's hidden APIs. Omitting the `from` parameter makes Google Translate auto-detect the language. When the `to` parameter is omitted the...

This allows the player to add custom variables to use in messages and commands. A player may for example use the variable `%base%` so that they don't have to remember...

The snake game experience could be improved by adding - A config for colours, sounds, etc - Difficulties - Game modes - Improved movement system

enhancement

When I run the /cglow command, everything works fine, but when I add the type, the game crashes. /cglow entities ok /cglow entities @e[type=player] game crash When I deleted OMMC/MasaGadget,...

bug

This pull request adds a command that lists the properties and their values of a specific block state. `/cblockstate minecraft:oak_slab` ![image](https://user-images.githubusercontent.com/24855774/139958888-2ecaeb27-6895-4984-bda6-7db609696eae.png) `/cblockstate minecraft:oak_slab[type=top,waterlogged=true]` ![image](https://user-images.githubusercontent.com/24855774/139958951-a5da6d49-a3ff-4ae1-8b85-21cbdb135440.png)

enhancement