Summary
Schedule 1 servers can access various console commands from both the in-game and server-side consoles. In-game commands require Admin Access, and not all of them currently function on servers. However, many commands, such as spawning items or giving the player money, still work. Commands from the server console can help by saving the game, granting admin privileges, and generally configuring the server.
How to Use Console Commands on a Schedule 1 Server
1. Log in to the BisectHosting Games panel.
2. Start the server.
3. Go to the Console tab.
4. Enter any server-side command.
Note | To view a list of in-game commands for Admins, open Settings > Game > View Commands. |
Server Commands
Command | Description |
ban <username> |
Ban the specified user. |
changebalance <amount> |
Changes the ATM balance by the specified amount. |
clear |
Clear the current console window. |
cleartrash |
Removes all trash in the world. |
csrun <code> |
Allows evaluating csharp code at runtime. |
growplants |
Sets ALL plants in the world to fully grown. |
help |
View available commands. |
kick |
Kick the specified user. |
loadplugin <filename> |
Load the specified plugin. |
perm.fixmissingranks |
Fix missing ranks if a rank that users already have is removed. |
perm.grant <username/userid> <permission> |
Grants permission to the specified user. |
perm.reload |
Reloads the ranks & permissions. |
perm.revoke <username/userid> <permission> |
Revokes permission from the specified user. |
perm.setrank <username/userid> <rank> |
Sets the rank of a specified user. |
players |
Lists all players. |
plugins |
Lists all loaded plugins on the server. |
refreshplugins |
Refresh the plugins list. |
reloadplugin <pluginname/filename> |
Reload the specified plugin. |
reloadplugins |
Reload all the plugins. |
restart |
Stops the current server instance and instantly starts a new one. |
save |
Saves the game, including the world & players. |
setowned <propertyname> |
Sets the specified property or business as owned. |
settimescale <value> |
Change the game speed (Default is 1). |
spawnvehicle <username> <vehiclename> |
Spawns a vehicle for the specified user. |
stop |
Stops the server instance. |
timeset <hour+min> |
Sets the game time (uses 24h, like 1200 or 1730). |
unban <userid> |
Unban the specified userid. |
unloadplugin <pluginname/filename> |
Unload the specified plugin. |
version |
Gives the version for the currently active instance of ScheduleDedicatedServer. |
whitelist <add/remove> <userid> |
Whitelist or unwhitelist the specified user. |