️TShock предоставляет серверам Terraria серверных персонажей, античит-программы и инструменты для управления сообществом.
Find a file
Zack Piispanen d04b2051b2 Change static readonly fields in RestManager to const, as a const is a static readonly field, and allows us to use them in the rest documentation attributes.
Added more documentation, as it might be useful to know what each argument is for, and what type it is expected to be.
Documented the first block of rest commands.
2015-04-05 17:44:27 -04:00
HttpBins Converted all files to LF line endings 2012-02-21 15:56:34 +00:00
SqlBins Update to 1.1.1 2011-12-16 09:02:59 +08:00
TerrariaServerAPI@f407550747 Update submodule TerrariaServerAPI 2015-03-01 12:34:50 -07:00
TShockAPI Change static readonly fields in RestManager to const, as a const is a static readonly field, and allows us to use them in the rest documentation attributes. 2015-04-05 17:44:27 -04:00
TShockRestTestPlugin Converted all files to LF line endings 2012-02-21 15:56:34 +00:00
.editorconfig Add command help text 2013-10-05 10:34:28 -04:00
.gitattributes Line ending normalization to CRLF (Windows) 2013-08-22 21:17:32 -06:00
.gitignore Update .gitignore 2011-12-28 13:43:07 +08:00
.gitmodules Fix chests and update submodule 2014-05-10 22:46:33 -04:00
.travis.yml Update .travis.yml to support slack notifications 2015-03-10 01:21:23 -06:00
CONTRIBUTING.md Revert "Add major discussion on change to contributing" 2015-03-18 12:16:44 -06:00
COPYING GPL should be COPYING not LICENSE. 2011-06-12 01:28:35 -06:00
create_release.py Don't copy nonexisting binary. 2013-11-23 18:27:10 -05:00
deploy_release.py Add to the build scripts to upload latest rest descriptions. 2015-04-04 01:46:38 -04:00
README.md JSON is a pretty cool feature to advertise 2015-03-27 23:21:44 -06:00
test_release.py Add to the build scripts to upload latest rest descriptions. 2015-04-04 01:46:38 -04:00
TShock.sln Delete a bunch of cruft that has gone unmaintained for too long. 2014-09-03 02:41:53 -04:00
tshock_update.json Advertise TShock.co more effectively 2015-03-23 10:02:41 -06:00

TShock Build Status

TShock is a server modification for Terraria, written in C#, and based upon the Terraria Server API. It uses JSON for configuration management, and offers several features not present in the Terraria Server normally.

Features

  • MySQL support
  • Permissions
  • Multiple administrators
  • Anti-cheat
  • User registration
  • Reserved slots
  • User punishment (kicking, banning, muting)
  • Server side characters
  • JSON based configuration management

Community

Feeling like helping out? Want to find an awesome server? Some awesome plugins?

If your intention is to send a pull request or code change, please join #pull-request in Slack to discuss your changes with the team. For more contributing guidelines, see the contributing file.

Download