It's as easy as drag-and-drop! Just follow the instructions!
- Just drag it into the plugins folder!
- Create folder
- Create your
index.js
inside the folder cd
to the folder and typenpm init
and follow instructionsindex.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.
Use npm init
and npm publish
and follow the given instructions.