Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.72 KB

server-console.md

File metadata and controls

18 lines (13 loc) · 1.72 KB

Server Console

{% hint style="warning" %} The command "SetDate" is only available in Skyrim Together Reborn version 1.6.x+ {% endhint %}

CommandParameterDescriptionExample
uptimeShow how long the server has been running for/uptime
playersList all players on this server/players
modsList all installed mods on this server/mods
resourcesList all loaded resources on the server/resources
quitStop the server/quit
adminsList all admins/admins
SetTime0-23 0-59Set in-game hour and minute/SetTime 9 30
SetDate0-max 0-12 0-999Set in-game day, month, and year/SetDate 28 2 100
AddAdminplayer_nameGrants admin privileges to specified player/AddAdmin SkyrimTogether
RemoveAdminplayer_nameRevokes admin privileges from specified player/RemoveAdmin SkyrimTogether

{% hint style="warning" %} The player_name parameter given of the "AddAdmin" and "RemoveAdmin" commands will replace an underscore with a space
ex. "/AddAdmin Skyrim_Together" -> adds the player "Skyrim Together" as an admin {% endhint %}

{% hint style="info" %} The day parameter of the command "SetDate" follows the normal day count in a month:

31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 {% endhint %}