Plugins - SignatureBeef/Terraria-s-Dedicated-Server-Mod GitHub Wiki

A list of plugins can be found on this page and are linked to their own wiki pages which should provide some additional help using them. Note: Latest build number may not be updated frequently.

Installation

Installation of a plugin is pretty simple, just place the plugin in the Plugins subdirectory of TDSM (example: C:\TDSM\Plugins\plugin.dll).

About Plugins

Plugins can be made using multiple languages. For the end user, this really doesn't make a difference, but you may notice that some plugins have a different file extension than dll. Some others include lua and vb.

Plugin Development

If you would like to develop your own plugins, it's very simple. Just familiarize yourself with the API and you should be ready to go, assuming you already know a language to develop it in.

Name Description Latest Working Build Language
TDSM Core Module The TDSM core plugin. 001 C#
Restrict Restrict is a general plugin for character name registration and guest privilege restriction. 001 C#
RenWorld Renames the world. 002 LUA