Re-enable hardcoreonly.

Added mediumcoreonly (will allow mediumcore and hardcore players)
This commit is contained in:
Deathmax 2011-08-11 17:28:56 +08:00
parent 9447ce37dc
commit c71789275d
2 changed files with 13 additions and 7 deletions

View file

@ -60,8 +60,9 @@ namespace TShockAPI
public bool RememberLeavePos;
public bool HardcoreOnly;
public bool KickOnHardcoreDeath;
public bool BanOnHardcoreDeath;
public bool MediumcoreOnly;
public bool KickOnMediumcoreDeath;
public bool BanOnMediumcoreDeath;
public bool AutoSave = true;
@ -91,8 +92,8 @@ namespace TShockAPI
public string IllogicalLiquidUseReason = "Manipulating liquid without bucket.";
public string LiquidAbuseReason = "Placing impossible to place liquid.";
public string TileKillAbuseReason = "Tile Kill abuse ({0})";
public string HardcoreBanReason = "Death results in a ban";
public string HardcoreKickReason = "Death results in a kick";
public string MediumcoreBanReason = "Death results in a ban";
public string MediumcoreKickReason = "Death results in a kick";
public string ProjectileAbuseReason = "Projectile abuse";