mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-20 06:51:42 +00:00
686 B
Executable file
686 B
Executable file
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.