Summary
Multi Theft Auto can assign players as server admins to help moderate and control the flow of a server. Admins get access to various tools, including teleporting players, spawning items and vehicles, or kicking and banning players from the server. Unlike other roles, such as moderator or super moderator, admins can access all commands. By utilizing these commands, servers can be run more efficiently and fine-tuned to users' liking.
Multi Theft Auto Admin Commands
1. Launch Multi Theft Auto and log in as an Admin.
2. Press T to open the in-game chat window.
3. Enter any command by using /<command>
, a list of available commands can be found below.
All Admin Commands
Command | Description | Syntax |
admin | Opens/Closes admin panel GUI. | /admin |
ban | Bans the designated player name from the server. Optional: <reason> - Displays a reason for the player.<period> - Designates time to keep the player banned in seconds. 0 = permanent.<serial> - This can be any value. If specified, will ban player by serial instead of IP. |
/ban <PlayerName> <reason> <period> <serial> |
blendweather | Changes the weather gradually to the specified weatherID. | /blendweather <weatherID> |
blowvehicle | Blows up the specified player's vehicle, killing its occupants and damaging the nearest players and cars. | /blowvehicle <playerName> |
createteam | Creates a new team that shows on the TAB Score Table. | /createteam <teamName> <red> <green> <blue> |
destroyteam | Deletes the specified team. | /destroyteam <teamName> |
destroyvehicle | Deletes the vehicle from the specified player. The player must be inside a car. | /destroyvehicle <playerName> |
freeze | Freezes/unfreezes the specified player. If the player is inside a vehicle, the vehicle is frozen instead of the player. Use again to unfreeze players/cars. | /freeze <playerName> |
givevehicle | Creates a vehicle with the specified ID at the player's position and teleports the player into the driver's seat. If the player is already in a car, this command will change the vehicle model instead. | /givevehicle <playerName> <vehicleID> |
giveweapon | Gives a weapon with the specified ID to the selected player. If the player already has the specified weapon, the ammo is increased by the amount specified. | /giveweapon <playerName> <weaponID> <ammo> |
jetpack | Gives/removes a jetpack to the specified player. | /jetpack <playerName> |
kick | Kicks the specified player from the server. | /kick <playerName> <reason> |
mute | Mutes the specified player for the specified period or until the player disconnects with the specified reason. If the player is already muted, this command will unmute the player. | /mute <playerName> <reason> <period> |
register | Adds a new account with the username and password. | /register <username> <password> |
setarmour | Sets the specified player's armour health. | /setarmour <playerName> <value> |
setcolor | Sets the specified player's vehicle colors. Colors are set in hexadecimal. | /setcolor <playerName> <color1> <color2> <color3> <color4> |
setdimension | Sets the specified player's dimension. Accepts values from 0 to 65535 . |
/setdimension <playerName> <value> |
setgame | Sets the server's game type. This will be visible in the server browser. | /setgame <gameType> |
setgamespeed | Sets the server's game speed. | /setgamespeed <gameSpeed> |
setgravity | Sets the server's game gravity. | /setgravity <gravity> |
sethealth | Sets the specified player's health. | /sethealth <playerName> <value> |
setinterior | Sets the specified player's interior. Only interiors from interiors.xml can be used. | /setinterior <playerName> <interiorName> |
setmap | Sets the server's map name. This will be visible in the server browser. | /setmap <mapName> |
setpaintjob | Sets the specified player's vehicle paint job. | /setpaintjob <playerName> <paintjobID> |
setpassword | Sets the server's password. Managed on the Startup Panel. | /setpassword <password> |
setskin | Sets the specified player's skin. | /setskin <playerName> <skinID> |
setstat | Sets the specified player's stat. | /setstat <playerName> <statID> <value> |
setteam | Sets the specified player's team. | /setteam <playerName> <teamName> |
settime | Sets the server time. | /settime <hour> <minute> |
setweather | Sets the server weather. | /setweather <weatherID> |
setwelcome | Sets the server welcome message. | /setwelcome <message> |
shout | Sends a message to the specified player's screen. Useful to warn the player. | /shout <playerName> <message> |
slap | Slaps the player with the specified damage, and the player is also brought to the user. | /slap <playerName> <damage> |
unregister | Removes an account with the specified username. This will also delete the account data. | /unregister <username> |
repair | Repairs the specified player's vehicle. | /repair <playerName> |