-
-
Notifications
You must be signed in to change notification settings - Fork 132
Features
haykam821 edited this page May 7, 2022
·
28 revisions
This page is about everything ClientCommands has to offer. Click on a command to view additional information about that command.
-
/calias: creates an alias for a command. -
/careastats: shows stats for a specific area. -
/cbook: useful for stuff with chunk savestates (only enabled in 1.15 and below). -
/ccalc: a calculator. -
/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. -
/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. -
/cpermissionlevel: gets the player's current permission level. -
/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. -
/ctime: gets the world's current time. -
/cusagetree: display tree usage of other command -
/cwiki: searches a term on the Minecraft Wiki.
ClientCommands Scripting is deprecated for removal in 1.19. JSMacros is the recommended replacement.
See https://github.com/Earthcomputer/clientcommands-scripting/blob/master/docs/clientcommands.ts if you are still interested in using scripting.
Home |
Features |
Usage |
What is RNG |
Earthcomputer