ListPluginsPlugin provides commands for listing the currently loaded plugins.
- Get the latest release
- Place the
.zip
file in theServerPlugins
folder - Unzip it
- Start server
- Get the
listpluginsplugin.listplugins
permission /lplg
or/listplugins
- Restore NuGet packages to get OTAPI and Newtonsoft.JSON
- Get the latest TShock release
- Take
TerrariaServer.exe
andTShockAPI.dll
from the release and put it inlib/
- Open
ListPluginsPlugin.sln
- Build Solution, Alt + B + B, or Ctrl + Shift + B
- Navigate to
src/ListPluginsPlugin/bin/{BUILD_CONFIGURATION}/
where{BUILD_CONFIGURATION}
is either Debug or Release - Copy
ListPluginsPlugin.dll
- Done