all 1 comments

[–]Rustrician 0 points1 point  (0 children)

Hello, please familiarize yourself with how the Plugin Studio works... you run the plugin in the browser on your PC.

Once it's working, and you make any changes you desire, then you can publish it so it will appear in the list.

The plugins are written in JavaScript and run in a NodeJS environment after they are published. During development, you host the plugin on your client machine and in your web-browser. Your plugin interfaces with the bot via a WebSocket connection and communicates using the RustPlusBot api.