-
-
Notifications
You must be signed in to change notification settings - Fork 130
Features
Mohammad Sarabi edited this page Mar 17, 2025
·
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. -
/cchorus: manipulates the landing area of a chorus fruit. -
/cconfig: lets you activate specific features. -
/cconnectfour: lets you play a 2 player connect four game. -
/ccrackrng: cracks the player RNG seed. -
/ccreativetab: allows players to create custom creative tabs. -
/cdebug: toggles different debug overlays. -
/cenchant: manipulates the enchants you get from an enchanting table. -
/cfind: finds entities. -
/cfindblock: finds blocks. -
/cfinditem: finds items in nearby containers. -
/cfish: manipulates what you get from fishing. -
/cfov: manipulates your FOV. -
/cfunction: executes a sequence of Minecraft commands defined in a file. -
/cgamemode: lets you check the gamemode of other players. -
/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. -
/clisten: allows you to monitor and inspect network packets. -
/clook: sets your look direction. -
/cminesweeper: lets you play minesweeper game. -
/cmote: writes an text emote in chat. -
/cnote: helps you take notes. -
/cparticle: lets you display particle effects in the world. -
/cpermissionlevel: gets the player's current permission level. -
/cping: displays the network latency (ping) of yourself or another player. -
/cplaysound: plays arbitrary sound events to the client. -
/cplugins: lists the plugins or mods that have registered commands on the server. -
/cpos: converts coordinates between dimensions. -
/crelog: automatically relogs. -
/crender: changes which entities are rendered. -
/creply: quickly reply to the last player who sent you a private message. -
/cscript: enables you to run your own scripts. (Deprecated Clientcommands Scripting for removal in 1.19) -
/cshrug: writes¯\_(ツ)_/¯in chat. -
/csignsearch: searches for signs with specified text. -
/csnake: lets you play the snake game. -
/csnap: teleport you to a position within one block distance. -
/cstartup: automatically executes commands when the game starts. -
/cstopsound: stops arbitrary sound events to the client. -
/ctask: an in-game Task Manager for your scripts. -
/ctellraw: displays a formatted text message in the player's chat. -
/ctictactoe: lets you play a 2 player tic-tac-toe game. -
/ctime: gets the world's current time. -
/ctitle: displays on-screen texts like title and action bar. -
/ctooltip: displays the tooltip information of an item. -
/ctp: instantly teleport to another player in spectator mode. -
/ctranslate: translates text between languages using google translate. -
/cusagetree: display tree usage of other command. -
/cuuid: displays the UUID of a player or entity in chat. -
/cvar: lets you create client-side variables that dynamically replaces text. -
/cwaypoint: create and visualize waypoints in the world. -
/cwe: sends encrypted private messages to other players. -
/cweather: client-side weather control. -
/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