-
-
Notifications
You must be signed in to change notification settings - Fork 122
Features
Spacebarium edited this page Feb 15, 2021
·
24 revisions
This page is about everything ClientCommands has to offer.
-
/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 single player 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 item in nearby chests and shulker boxes. -
/cfish
: manipulates the what you get from fishing. -
/cgamma
: sets your gamma. -
/cgetdata
: lets you read the NBT data. -
/cglow
: applies the spectral arrow effect to an entity client side. -
/chelp
: displays all commands (this list). -
/clook
: sets your look direction. -
/cmote
: writes an text emote in chat. -
/cnote
: helps you take notes. -
/crender
: changes wi entities are rendered. -
/cscript
: enables you to run your own scripts. -
/cshrug
: writes¯\_(ツ)_/¯
in chat. -
/csignsearch
: searches for sign with specified text. -
/ctask
: your ingame Task Manager for you 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