mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-12 11:01:18 +00:00
| .. | ||
| README.md | ||
Installing plugins
It's as easy as drag-and-drop! Just follow the instructions!
Installing plugins
- Just drag it into the plugins folder!
Creating Plugin
- Create folder
- Create your
index.jsinside the folder cdto the folder and typenpm initand follow instructionsindex.jsshould 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.