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

I have implemented multiplayer chess over the C2C packets protocol. The PR is still a draft, as some chess rules are missing and because I'm waiting for #485 to be...

enhancement

Closes #510.

enhancement

During AFK fishing manipulation, the normal loop of { cast -> wait -> reel -> repeat } is followed, however it will occasionally interrupt the cycle by retracting the fishing...

bug

Clientcommands for the 1.20 version are crashing my game. I have gotten the error "exit code 1" and I am aware that it is sometimes caused by mods crashing the...

![image](https://github.com/Earthcomputer/clientcommands/assets/56725817/ed440fbe-a963-4a7e-be18-b3880faae63c) This is what happens in chat (from the server) when I run any command from this mod. It gets ran as a server command and not a client command

Please add a command to download all chunks in renderdistance to a new world with a specified name. I think many people would benefit from this. Maybe something like `/ccdl...

enhancement

I'm not even sure if this is possible, but a command to crack dog taming rng would be very convenient, it's rather annoying to have to constantly get bones to...

enhancement

This is useful when playing on a server with a different minecraft version. Players may use 1.20 client to connect to 1.17 server, and I hope there can be a...

enhancement

Hello, I wanted to "patch" paper to be able to run `ccrackrng` `cenchant` and `cfish`. Removing the following patch don't seem to work on `cfish` (but `ccrackrng` works fine): https://github.com/PaperMC/Paper/blob/df8d28a450fe391b9f0c2dc4a64543cf9b84266f/patches/server/0070-Use-a-Shared-Random-for-Entities.patch...

question