-
-
Notifications
You must be signed in to change notification settings - Fork 131
Features
Spacebarium edited this page Apr 18, 2021
·
28 revisions
This page is about everything ClientCommands has to offer. Click on a command to view additional information about that command.
-
/cbook: -
/ccalc: a calculator. E.g./ccalc 1 + (2 * 3)will give you7. -
/ccalcstack: an item stack calculator. -
/ccheatcrackrng: cracks the player RNG seed in single player using the singleplayer server. -
/cchorus: manipulates the landing area of a chorus fruit. -
/ccrackrng: cracks the player RNG seed. -
/cenchant: manipulates the enchants you get from an enchanting table. -
/cfind: finds entities. -
/cfindblock: finds blocks. -
/cfinditem: finds items in nearby containers. -
/cfish: manipulates the what you get from fishing. -
/cfov: manipulates your FOV. -
/cgamma: sets your gamma. -
/cgetdata: reads the NBT data of block entities or entities. -
/cghostblock: sets or fills an area with client-side ghost blocks -
/cgive: gives yourself items if in Creative mode. -
/cglow: applies the glowing effect status to an entity client-side. -
/chelp: displays all commands (this list). -
/chotbar: saves or restores your hotbar. -
/ckit: saves or restores inventory items. -
/clook: sets your look direction. -
/cmote: writes an text emote in chat. -
/cnote: helps you take notes. -
/cplaysound: plays arbitrary sound events to the client. -
/crelog: automatically relogs. -
/crender: changes which entities are rendered. -
/cscript: enables you to run your own scripts. -
/cshrug: writes¯\_(ツ)_/¯in chat. -
/csignsearch: searches for signs with specified text. -
/cstopsound: stops arbitrary sound events to the client. -
/ctask: an in-game Task Manager for your scripts. -
/ctemprule: lets you activate specific features. -
/cwiki: searches a term on the Minecraft Wiki.
TODO
for now see https://github.com/Earthcomputer/clientcommands/blob/fabric/docs/clientcommands.ts
Home |
Features |
Usage |
What is RNG |
Earthcomputer