Appearance
Testing & Deployment
Learn how to test and deploy your Motanamy plugins.
Deployment
Build Plugin
bash
mot buildTest Build
bash
mot runUpload to Store
bash
mot uploadBest 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 manifest.json is correct
- Plugin doesn't work: Test on correct platform
Get Help
Build Plugin
bash
mot buildTest Build
bash
mot runUpload to Store
bash
mot uploadBest 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 manifest.json is correct
- Plugin doesn't work: Test on correct platform