Plugin Compiler for OpenAgar
- Make your plugin inside the ./plugin folder
- do
node compiler.js
- run
npm install
- Your plugin is now at
plugin.ajs
See the example plugin.
Fs and child_process modules are not allowed for plugins for security. If you do use it. The security filter will catch it, which means the plugin wont be activated until it is added to the allowed list in pluginConfig.ini