Client-Side WorldEdit
Brings WorldEdit functionality to the client by sending vanilla /setblock and /fill commands to the server. Requires operator permissions.
To avoid conflicts with existing WorldEdit installations on servers, commands are slightly renamed.
Supported Commands
| WorldEdit | Client-Side Equivalent |
|---|---|
//pos1 |
/cp1 |
//pos2 |
/cp2 |
//set |
/cset <block> <mode> |
//walls |
/cwalls <block> <mode> |
//sphere |
/csphere <radius> <block> <mode> |
//hsphere |
/chsphere <radius> <block> <mode> |
//cyl |
/ccyl <radius> <height> <block> <mode> |
//pyramid |
/cpyr <size> <block> <mode> |
//hcyl |
/chcyl <radius> <height> <block> <mode> |
//hpyramid |
/chpyr <size> <block> <mode> |
//copy |
/ccopy |
//paste |
/cpaste |
//stack |
/cstack <times> <direction> |
- Note: This mod isn't an addon, it does not need WorldEdit to be installed.

