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
- Download the
.dll
file. - Put the
.dll
file inside of/ServerPlugins/
- Stop and rerun the server.
AntiCrash v1.0.8
AntiCrash v1.1.0
AntiCrash v1.1.2
AntiCrash v1.1.5 (Latest)
Enabled
bool(true/false), setting for turning the plugin off and onMaxMessageLengthWithoutSpaces
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 theMaxMessageLengthWithoutSpaces
, 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.