From 8ace4079f131ab3693eb0c97a80f0da6b7b1fb37 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 25 Feb 2012 22:39:48 -0700 Subject: [PATCH] Added a section on plugins Added closing remarks/credits --- docs/src/index.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/src/index.md b/docs/src/index.md index 8ea40eeb..c4172fbc 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -28,6 +28,7 @@ Welcome to the official TShock for Terraria downloaded documentation. This guide 4. [Permissions](#Permissions) 5. [The config file](#Config) 6. [Plugins](#Plugins) +7. [Closing remarks](#Closing) ---- @@ -414,3 +415,29 @@ In this file, if you wanted to change the maximum players to 64, you would edit "MaxSlots": 64, +---- + +### Plugins + +TShock, like most other administration modifications, allows the use of plugins. Logically, all plugins go in the *serverplugins* folder, and can be **either .dll or .dll-plugin** files. TShock is itself a plugin on the TerrariaServerAPI. + +You can find all plugins on the [forums](http://tshock.co/xf/index.php?forums/plugin-releases.15/), and the documentation for creating plugins can be found on the [wiki](http://develop.tshock.co:8080/display/docs/Plugin+Development). + +--- + +## Closing remarks + +Thanks for downloading TShock. Your continued support helps make TShock what it is today. We wouldn't be here without you. + +From everyone at TShock, thank-you. + +## Credits + +TShock wouldn't be possible without: + +* Xenon Servers +* Kerplunc Gaming +* Multiplay UK +* Atlassian +* Github +* You :) \ No newline at end of file