Skip to content

Testing & Deployment ​

Learn how to test and deploy your Motanamy plugins.

Deployment ​

Build Plugin ​

bash
mot build

Test Build ​

bash
mot run

Upload to Store ​

bash
mot upload

Best Practices ​

  • Test on all target platforms (EA, SA, OS)
  • Include error handling in your code
  • Document your plugin clearly
  • Keep dependencies minimal

Troubleshooting ​

Common Issues ​

  • Build fails: Check for syntax errors
  • Upload fails: Verify setting.json is correct
  • Plugin doesn't work: Test on correct platform

Get Help ​