Adds chat colors to player groups.

This commit is contained in:
Twitchy 2011-07-31 23:36:21 +12:00
parent 031721c169
commit 5ff8680ccb
4 changed files with 27 additions and 14 deletions

View file

@ -48,7 +48,7 @@ namespace TShockAPI
public bool DisableBuild;
public int TileThreshold = 60;
public float[] AdminChatRGB = { 255, 0, 0 };
public float[] SuperAdminChatRGB = { 255, 0, 0 };
public string AdminChatPrefix = "(Admin) ";
public bool AdminChatEnabled = true;