Last active
September 21, 2023 12:18
-
-
Save Bluscream/5eb8ca0a301914f67327e395888a88ee to your computer and use it in GitHub Desktop.
BattleBit Server Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
help | |
------------ | |
Admin Commands | |
stop (Stops the server) | |
end game (Ends the round) | |
force start (Force starts the game if server is waiting for players) | |
say [your word] (Says in chat) | |
sayto [steamid] [your word] (Says in chat to only specific player) | |
ban [steamid] | |
kick [steamid] | |
kick all [steamid] | |
notifyupdate (Notifies users that server will be updated) | |
notifyend (Notifies users that server is going to close) | |
scale [8vs8/16vs16/32vs32/64vs64/127vs127] (Starts new round if server is waitin | |
g for players) | |
squadkick [steamid] (Kicks the user from their squad) | |
squaddisband [steamid] (Disbands the squad that user is in) | |
squadpromote [steamid] (Promotes user to squad leader) | |
kill [steamid] (Kills the player) | |
changeteam [steamid] (Force changes team) | |
changeteam [steamid] a (Force changes to team A) | |
changeteam [steamid] b (Force changes to team B) | |
warn [steamid] [msg] (Warns the user) | |
msg [steamid] [msg] (Sends a private message to user) | |
serverlog [msg] [length] (Announces a log from server) | |
setpass [new password] | |
setmaxping [new ping limit] | |
setratelimit [true/false] | |
setapitoken <new token> | |
------------ | |
Debug Commands | |
set time scale [1.0] (Sets the speed) | |
start sintime [speed],[offset],[scale] | |
stop sintime [speed],[offset],[scale] | |
join bot [number] | |
join bot a [number] | |
join bot b [number] | |
bot fire | |
remove bot | |
set bullet speed [float number] | |
set fps [number] (Sets the target server hz) | |
set random fps [min] [max] (Sets the target server hz random between min and max | |
hz)('Mega_Bunker_06' and 'Fence_Wire_Factory_03'). | |
reset socket (resets sockets) | |
clear cache (clears all cache for users) | |
transfer players |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment