Skip to content

Plugin Packaging

Once you've created your plugin, you must package it correctly for distribution.

Packaging Steps

  1. Ensure your manifest.json is in the root of your plugin folder.
  2. Include all necessary scripts (.ps1), libraries (.dll), and icon assets in the folder.
  3. Zip the entire folder contents (not the folder itself, but the files inside it).
  4. Rename the .zip extension to .tpplugin (optional, but recommended).

Your plugin is now ready for testing or submission.