0.0.5 • Published 6 years ago

@magikcraft/commando v0.0.5

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
6 years ago

@magikcraft/commando NPM version Build Status Dependency Status Coverage percentage

Add commands to Minecraft

Installation

Install to your project:

npm install @magikcraft/commando

Use it

import commando from '@magikcraft/commando'
const log = Logger(__filename)

log('Plugin loaded!')

log(`Registering 'custom' command`)
commando('custom', (args, player) => {
	console.log(args)
})

License

Apache-2.0 © Josh Wulf