diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs
index 5c612da0..740d5e44 100755
--- a/TShockAPI/Commands.cs
+++ b/TShockAPI/Commands.cs
@@ -205,6 +205,9 @@ namespace TShockAPI
commands.Add(new Command("me", "", ThirdPerson));
commands.Add(new Command("p", "", PartyChat));
commands.Add(new Command("butcher", "cheat", Butcher));
+ commands.Add(new Command("i", "cheat", Item));
+ commands.Add(new Command("online", "", Playing));
+ commands.Add(new Command("who", "", Playing));
if (ConfigurationManager.distributationAgent != "terraria-online")
{
commands.Add(new Command("kill", "kill", Kill));
diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs
index 50c5e971..f27a6d56 100755
--- a/TShockAPI/TShock.cs
+++ b/TShockAPI/TShock.cs
@@ -19,9 +19,9 @@ namespace TShockAPI
public static string saveDir = "./tshock/";
- public static Version VersionNum = new Version(2, 0, 0, 8);
+ public static Version VersionNum = new Version(2, 1, 0, 0);
- public static string VersionCodename = "RSaC (Red Sucks at Coding)";
+ public static string VersionCodename = "Versioning fails";
private static bool[] BlacklistTiles;
diff --git a/Update/Update.csproj b/Update/Update.csproj
index cdb0055d..2b5dda25 100644
--- a/Update/Update.csproj
+++ b/Update/Update.csproj
@@ -60,7 +60,7 @@
-
+