flying-squid/src/plugins
2015-11-28 07:26:36 -05:00
..
README.md Update README.md 2015-11-28 07:26:36 -05:00

Installing plugins

It's as easy as drag-and-drop! Just follow the instructions!

Installing plugins

  1. Just drag it into the plugins folder!

Creating Plugin

  1. Create folder
  2. Create your index.js inside the folder
  3. cd to the folder and type npm init and follow instructions
  4. index.js should return in module.exports. player, server, or entity. All are optional
  • If you don't have config/settings.json, create it and copy everything from config/default-settings.json inside.
  • Add into plugins "plugin_name": {}. Add any options you'd like.

Publish plugin

Use npm init and npm publish and follow the given instructions.