ConsoleWorldCommander - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: ConsoleWorldCommander (/thread-2033.html) |
ConsoleWorldCommander - xoft - 07-01-2015 This is a plugin aimed mostly at test automation. It allows server console users to modify any world, setting and getting blocks. It's like a basic WorldEdit from console. Source, download: https://github.com/madmaxoft/ConsoleWorldCommander Console commands: - cwc fill <blocktype> - fills the current selection in the current world with the specified blocktype - cwc getblock <x> <y> <z> - logs the block type at the specified coords - cwc select <x1> <y1> <z1> <x2> <y2> <z2> - selects the specified cuboid as current selection - cwc setblock <x> <y> <z> <blocktype> - sets the block at the specified coords to the specified blocktype - cwc world <worldname> - sets the current world to the specified one - cwc world - logs the name of the current world |