PrismarineJS / dazed-sheep

A Minecraft Classic server in JavaScript
MIT License
24 stars 5 forks source link

add documentation for our plugin system #6

Closed ghost closed 7 years ago

ghost commented 8 years ago

add some documentation for our current API

ghost commented 8 years ago

external plugins are now supported, this is definitely a must, however for the time being, https://github.com/rom1504/flying-squid-irc is a decent example that (should!) work, and flying-squid documents it with some decent explanation here: https://github.com/PrismarineJS/flying-squid/tree/master/src/plugins however, the API itself also needs to be documented along with how to install plugins (which is straightforward)