Change default MOTD and include plugins
This commit is contained in:
parent
14f731aec5
commit
feea66b366
@ -185,7 +185,7 @@ namespace TrueCraft
|
|||||||
stats.Add("gametype", "SMP");
|
stats.Add("gametype", "SMP");
|
||||||
stats.Add("game_id", "TRUECRAFT");
|
stats.Add("game_id", "TRUECRAFT");
|
||||||
stats.Add("version", "1.0");
|
stats.Add("version", "1.0");
|
||||||
stats.Add("plugins", "");
|
stats.Add("plugins", "TrueCraft");
|
||||||
stats.Add("map", Server.Worlds.First().Name);
|
stats.Add("map", Server.Worlds.First().Name);
|
||||||
stats.Add("numplayers", Server.Clients.Count.ToString());
|
stats.Add("numplayers", Server.Clients.Count.ToString());
|
||||||
stats.Add("maxplayers", "64");
|
stats.Add("maxplayers", "64");
|
||||||
|
@ -22,7 +22,7 @@ namespace TrueCraft
|
|||||||
|
|
||||||
public ServerConfiguration()
|
public ServerConfiguration()
|
||||||
{
|
{
|
||||||
MOTD = ChatColor.Red + "Welcome to TrueCraft!";
|
MOTD = "Welcome to TrueCraft!";
|
||||||
Debug = new DebugConfiguration();
|
Debug = new DebugConfiguration();
|
||||||
ServerPort = 25565;
|
ServerPort = 25565;
|
||||||
ServerAddress = "0.0.0.0";
|
ServerAddress = "0.0.0.0";
|
||||||
|
Reference in New Issue
Block a user