Added /setspawn command, uses "cfg" permmission. Sets the spawn point of the server

This commit is contained in:
Twitchy 2011-06-23 19:34:27 +12:00
parent 5a38810305
commit f790d9378c
3 changed files with 17 additions and 0 deletions

View file

@ -51,5 +51,8 @@ namespace TShockAPI
public int BackupKeepFor = 60;
public bool ListServer = false;
public int spawnTileX;
public int spawnTileY;
}
}