Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.
/ ListPluginsPlugin Public archive

Provides commands for listing the currently loaded plugins

License

Notifications You must be signed in to change notification settings

Arthri/ListPluginsPlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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