UNPKG

bc-minecraft-bedrock-command

Version:

A typescript package library that handles commands for minecraft bedrock

727 lines 73.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.loot = void 0; const parameter_type_1 = require("../../types/parameter-type"); /**The loot command */ exports.loot = [ { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'give', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'players', type: parameter_type_1.ParameterType.selector, required: true, options: { playerOnly: true } }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'insert', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'block', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'position x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'position z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'slot.container', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'mine', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'TargetBlockPosition x', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition y', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'TargetBlockPosition z', type: parameter_type_1.ParameterType.coordinate, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'kill', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'mainhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'offhand', type: parameter_type_1.ParameterType.keyword, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: true }, { text: 'slot id', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'count', type: parameter_type_1.ParameterType.integer, required: true }, { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'loot table', type: parameter_type_1.ParameterType.lootTable, required: true }, { text: 'tool', type: parameter_type_1.ParameterType.item, required: false }, ], }, { name: 'loot', documentation: 'Drops the given loot table into the specified inventory or into the world.', permission_level: 1, parameters: [ { text: 'loot', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'replace', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.keyword, required: true }, { text: 'entity', type: parameter_type_1.ParameterType.selector, required: true }, { text: 'slot type', type: parameter_type_1.ParameterType.slotType, required: tr