1.0.0 • Published 9 years ago

minecraft-combine-command v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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.