Skip to content
This repository was archived by the owner on May 10, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 873 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 873 Bytes

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