Plugins are software components that add features to your server, much like a mod.
Unlike mods, however, plugins do not have a whitelist and only run on the server, not on the client.

Please follow the steps below on how to add Torch plugins to your Space Engineers server:

  1. Stop the server.
  2. Install Torch from the Game Panel Mod Manager.
  3. Start the server and stop again once it has fully boot up.
  4. Download the plugins you want to install. You can download Torch plugins here: http://torchapi.com/plugins
  5. Once you have downloaded a plugin, open the manifest.xml from the .zip file and copy the GUID value.
  6. GUID should look like this for Essentials plugin: cbfdd6ab-4cda-4544-a201-f73efa3d46c0
  7. Go to the GamePanel Configuration Files and edit Torch.cfg.
  8. Find the following and enter the GUID:
    <Plugins>
    <guid>PASTE GUID HERE</guid>
    </Plugins>
  9. Save the file.
  10. Upload the .zip file into the server's Plugins folder.
  11. Start the server and the plugin should now be enabled.

If you have any questions, don't hesitate to reach out to us.

Was this answer helpful? 0 Users Found This Useful (0 Votes)