minecraft-combine-command

1.0.0 • Public • Published

minecraft-combine-command

Transform an array of Minecraft commands into a single one

Installation

npm install minecraft-combine-command

Usage

var combine = require('minecraft-combine-command');
 
var commands = [
    'say Foo',
    'say Bar',
    'say Baz'
];
 
combine(commands); // 'summon MinecartCommandBlock ~ ~1 ~ {Comman...'
 

License

MIT.

Package Sidebar

Install

npm i minecraft-combine-command

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • wtfaremyinitials