johnathan-coe / Muck

Library for Lukkit plugin development with Moonscript + Busted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Muck

Muck is a package for developing Minecraft server plugins with the Lukkit framework using Moonscript.

Getting Started

Install muck from LuaRocks to your system tree, otherwise adding muck-init and muck-build to your $PATH.

muck-init

To start writing a plugin, run muck-init in an empty directory.

muck-build

To build and test your plugin, run muck-build. This will place a .lkt folder in the target/ directory for deployment.

About

Library for Lukkit plugin development with Moonscript + Busted

License:MIT License


Languages

Language:Lua 58.3%Language:Shell 23.5%Language:MoonScript 18.2%