ATTENTION! The process of updating WiKi to version Eco 10.x has begun. Those wishing to participate can find out more Information on our ECO Contribution Wiki Discord.
From April 26 to May 12, errors may occur in the Wiki, as we will be carrying out a major update to the information processing modules.

Editing Module:CommandData

From Eco - English Wiki

Your changes will be displayed to readers once an authorized user accepts them. (help)

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
-- Eco Version : 0.10.0.0 beta playtest-262
-- Eco Version : 0.10.0.0 beta playtest-254
-- Export Language: English
-- Export Language: English


Line 4,821: Line 4,821:
                     ['parameters'] =  {
                     ['parameters'] =  {
                             ['Arg1'] = {'species', 'String'},
                             ['Arg1'] = {'species', 'String'},
                            },
        },
        ['/worldedit addclaim'] = {
                    ['command'] = 'addclaim',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Add current claim where player stands to the selection',
                    ['shortCut'] = 'addclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit binfo'] = {
                    ['command'] = 'binfo',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'BInfo will give you a information about blueprint',
                    ['shortCut'] = 'binfo',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fileName', 'String'},
                            ['Arg2'] = {'outFileName', 'String', ''},
                            },
        },
        ['/worldedit copy'] = {
                    ['command'] = 'copy',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'copy will copy the selected area ready for pasting or exporting',
                    ['shortCut'] = 'copy',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit cut'] = {
                    ['command'] = 'cut',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Copy and clean selected area',
                    ['shortCut'] = 'cut',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit delete'] = {
                    ['command'] = 'delete',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Clears the Selected Area',
                    ['shortCut'] = 'del',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit distr'] = {
                    ['command'] = 'distr',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'distr will give you a detailed list of all items in your selected area',
                    ['shortCut'] = 'distr',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'type', 'String', 'brief'},
                            ['Arg2'] = {'fileName', 'String', ''},
                            },
        },
        ['/worldedit drain'] = {
                    ['command'] = 'drain',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Drain water in Selected Area',
                    ['shortCut'] = 'drain',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit expand'] = {
                    ['command'] = 'expand',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'expand the selected area by the specified amount in the looking direction',
                    ['shortCut'] = 'expand',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'directionAndAmount', 'String', '1'},
                            },
        },
        ['/worldedit expclaim'] = {
                    ['command'] = 'expclaim',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Expands selection to include amount of claims in given direction or where player looking',
                    ['shortCut'] = 'expclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'args', 'String', '1'},
                            },
        },
        ['/worldedit export'] = {
                    ['command'] = 'export',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'export will turn your copied selection into a schematic that you can share with friends or import into a fresh world!',
                    ['shortCut'] = 'export',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fileName', 'String'},
                            },
        },
        ['/worldedit grow'] = {
                    ['command'] = 'grow',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Set max growth for Plants and Trees in Selected Area',
                    ['shortCut'] = 'grow',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit import'] = {
                    ['command'] = 'import',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'import will import a schematic that you or someone else has exported',
                    ['shortCut'] = 'import',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'fileName', 'String', ''},
                            },
        },
        ['/worldedit move'] = {
                    ['command'] = 'move',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Move blocks in the Selected Area to a direction',
                    ['shortCut'] = 'move',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'directionAndAmount', 'String', '1'},
                            },
        },
        ['/worldedit paste'] = {
                    ['command'] = 'paste',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'paste will paste the copied selection or imported schematic from where the player is standing',
                    ['shortCut'] = 'paste',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'skipEmpty', 'Boolean', 'False'},
                            },
        },
        ['/worldedit redo'] = {
                    ['command'] = 'redo',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Redo will revert the last undo action, up to 10 times',
                    ['shortCut'] = 'redo',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['/worldedit reduce'] = {
                    ['command'] = 'reduce',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Reduce the selected area by the specified amount in the looking direction if not provided',
                    ['shortCut'] = 'reduce',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'directionAndAmount', 'String', '1'},
                            },
        },
        ['/worldedit replace'] = {
                    ['command'] = 'replace',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Replace a Specific Block Type with Another Block Example: replace sand, dirt, this will replace sand with dirt',
                    ['shortCut'] = 'replace',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'pTypeNames', 'String'},
                            },
        },
        ['/worldedit reset'] = {
                    ['command'] = 'reset',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Resets selection and both positions',
                    ['shortCut'] = 'reset',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit rmwand'] = {
                    ['command'] = 'rmwand',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Removes the wand from the players inventory',
                    ['shortCut'] = 'rmwand',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit rotate'] = {
                    ['command'] = 'rotate',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'rotate will rotate all blocks and items in your clipboard, usable by degrees IE: 90, 180, 270',
                    ['shortCut'] = 'rotate',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'degrees', 'Int32', '90'},
                            },
        },
        ['/worldedit selclaim'] = {
                    ['command'] = 'selclaim',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Select current claim where player stands on ground level',
                    ['shortCut'] = 'selclaim',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit set'] = {
                    ['command'] = 'set',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Sets The Selected Area to the desired Block',
                    ['shortCut'] = 'set',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'pTypeName', 'String'},
                            },
        },
        ['/worldedit setpos1'] = {
                    ['command'] = 'setpos1',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Set First Position to given coordinate or player position',
                    ['shortCut'] = 'setpos1',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'coordinate', 'String', ''},
                            },
        },
        ['/worldedit setpos2'] = {
                    ['command'] = 'setpos2',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Set Second Position to given coordinate or player position',
                    ['shortCut'] = 'setpos2',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'coordinate', 'String', ''},
                            },
        },
        ['/worldedit shift'] = {
                    ['command'] = 'shift',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'shift will move the selected area by the specified amount in the looking direction',
                    ['shortCut'] = 'shift',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'directionAndAmount', 'String', '1'},
                            },
        },
        ['/worldedit stack'] = {
                    ['command'] = 'stack',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Duplicate the Selected Area based on repeating amounts to a direction',
                    ['shortCut'] = 'stack',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'directionAndAmount', 'String', '1'},
                            ['Arg2'] = {'offset', 'Int32', '0'},
                            },
        },
        ['/worldedit undo'] = {
                    ['command'] = 'undo',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'undo will revert the last action done using world edit, up to 10 times',
                    ['shortCut'] = 'undo',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['/worldedit upme'] = {
                    ['command'] = 'upme',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Upme will move the player upwards by the specified amount and place a block under the player if needed',
                    ['shortCut'] = 'upme',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'count', 'Int32', '1'},
                            },
        },
        ['/worldedit version'] = {
                    ['command'] = 'version',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Show World Edit version',
                    ['shortCut'] = 'weversion',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            },
        },
        ['/worldedit walls'] = {
                    ['command'] = 'walls',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Sets the Area on the outside of the selection to selected wall type',
                    ['shortCut'] = 'walls',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                            ['Arg1'] = {'typeName', 'String'},
                            },
        },
        ['/worldedit wand'] = {
                    ['command'] = 'wand',
                    ['parent'] = 'worldedit',
                    ['helpText'] = 'Gives the player a Wand for using world edit',
                    ['shortCut'] = 'wand',
                    ['level'] = 'Admin',
                    ['parameters'] =  {
                             },
                             },
         },
         },
     },
     },
}
}
Please note that all contributions to Eco - English Wiki are considered to be released under the CC BY-NC-SA 4.0 (see Eco:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)