-
-
Notifications
You must be signed in to change notification settings - Fork 120
Features
Smurfer edited this page Jul 27, 2024
·
24 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. -
/ccrackrng
: cracks the player RNG seed. -
/cconfig
: lets you activate specific features. -
/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. -
/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. -
/cpos
: converts coordinates between dimensions. -
/crelog
: automatically relogs. -
/crender
: changes which entities are rendered. -
/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. -
/cstopsound
: stops arbitrary sound events to the client. -
/ctask
: an in-game Task Manager for your scripts. -
/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