Added /setspawn command, uses "cfg" permmission. Sets the spawn point of the server
This commit is contained in:
parent
5a38810305
commit
f790d9378c
3 changed files with 17 additions and 0 deletions
|
|
@ -51,5 +51,8 @@ namespace TShockAPI
|
|||
public int BackupKeepFor = 60;
|
||||
|
||||
public bool ListServer = false;
|
||||
|
||||
public int spawnTileX;
|
||||
public int spawnTileY;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue