Skip to content

UnrealMultiple/AntiCrash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiCrash

A Tshock terraria plugin that allows to block and stop crashcodes from crashing the mobile users and server. Especially players with PC clients can easily crash mobile users using, projectiles etc in a non-protected TShock server and that is why AntiCrash exist.

  • Thanks Xavier for trying the plugin and adding it to shifttech!
  • Thanks to Sors for fixing the major bug for v1.1.5

How to Install

  1. Download the .dll file.
  2. Put the .dll file inside of /ServerPlugins/
  3. Stop and rerun the server.

Versions

AntiCrash v1.0.8
AntiCrash v1.1.0
AntiCrash v1.1.2
AntiCrash v1.1.5 (Latest)

Instructions

Configs

  • Enabled bool(true/false), setting for turning the plugin off and on
  • MaxMessageLengthWithoutSpaces int(numbers only), This is where you set the max length of the plugin, whenever the message has the length or higher than the length of the MaxMessageLengthWithoutSpaces, it'll automatically kick you. Exp,
{
    "Settings": {
        "MaxMessageLengthWithoutSpaces": 16
    }
}

So for example I said ILoveMaxTheGreat, and that will be 16 degits, it will automatically kick me. Yes, you can get kicked if the length is higher than 16 or the length you set for MaxMessageLengthWithoutSpaces

  • AllowAntiCT bool(true/false), This is where you turn off and on the anti ct tag setting such as \[ct:(1|7),(\d*)\] and [ct:7,5456], This will decrease the protecting from getting crash. I recommended keep this on.
  • Default Settings for tshock/AntiCrash.json, You can change it in your own choice (optional)
{
  "Settings": {
    "Enabled": true,
    "MaxMessageLengthWithoutSpaces": 50,
    "AllowAntiCT": true
  }
}

As you can see Enabled is on so you don't have to make it on. MaxMessageLengthWithoutSpaces max length for the message is set to 50. AllowAntiCT is on for extra protecting.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages