-
-
Notifications
You must be signed in to change notification settings - Fork 126
Features
wagyourtail edited this page Jan 13, 2021
·
28 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. -
/cfish
: manipulates the what you get from fishing. -
/cgamma
: sets your gamma. -
/cgetdata
: let's 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 what entities are rendered. -
/cscript
: enables you to run your own scripts. -
/cshrug
: writes¯\_(ツ)_/¯
in chat. -
/csignsearch
: searches for sign with specified text. -
/ctask
: you ingame Task Manager for you scripts. -
/ctemprule
: let's 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