minecraft-combine-command
v1.0.0
Published
Transform an array of Minecraft commands into a single one
Downloads
3
Maintainers
Readme
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.