Add /converthallow and /convertcorruption

Converts hallow/corruption tiles to their counterpart worldwide.
This commit is contained in:
Deathmax 2011-12-18 21:19:43 +08:00
parent c8c2307935
commit 283dec89a0
2 changed files with 57 additions and 0 deletions

View file

@ -153,6 +153,9 @@ namespace TShockAPI
[Description("Users can tp to anyone")]
public static readonly string tpall;
[Description("User can convert hallow into corruption and vice-versa")]
public static readonly string converthardmode;
static Permissions()
{
foreach (var field in typeof(Permissions).GetFields())