mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-12 11:01:18 +00:00
| .. | ||
| README.md | ||
Usage
Drag plugins in this folder.
Creating Plugin
-
Create folder.
-
Create your index.js inside the folder.
-
cdto the folder and typenpm initand follow instructions. -
index.js should return in module.exports. player, server, or entity. All are optional.
5.1) If you don't have config/settings.json, create it and copy everything from config/default-settings.json inside.
5.2) Add into plugins "plugin_name": {}. Add any options you'd like.
Publish plugin
Use npm publish and follow instructions.