/ListPluginsPlugin

Provides commands for listing the currently loaded plugins

Primary LanguageC#MIT LicenseMIT

ListPluginsPlugin

ListPluginsPlugin provides commands for listing the currently loaded plugins.

Setup

  1. Get the latest release
  2. Place the .zip file in the ServerPlugins folder
  3. Unzip it

Usage

  1. Start server
  2. Get the listpluginsplugin.listplugins permission
  3. /lplg or /listplugins

Development

Setup Dependencies

  • Restore NuGet packages to get OTAPI and Newtonsoft.JSON
  • Get the latest TShock release
  • Take TerrariaServer.exe and TShockAPI.dll from the release and put it in lib/

Compile

  • Open ListPluginsPlugin.sln
  • Build Solution, Alt + B + B, or Ctrl + Shift + B

Get Compiled

  • Navigate to src/ListPluginsPlugin/bin/{BUILD_CONFIGURATION}/ where {BUILD_CONFIGURATION} is either Debug or Release
  • Copy ListPluginsPlugin.dll
  • Done