Table of Contents
Administrator Commands
Rating: 4
This is a listing for server owners, which shows how to make some common commands that will cause their servers to be more dynamic.
allowshare.cfg
set g_allowShare 1 cp "/share and /donate enabled"
atcsdev.cfg
cp "time for atcs in devmap!" devmap atcs
disableff.cfg
set g_friendlyfire 0 cp "Friendly Fire Disabled"
enableff.cfg
set g_friendlyfire 1 cp "Friendly Fire Enabled"
endpractice.cfg
set sv_hostname "^3Change My Server Name!" set g_needpass 0 set g_password "" cp "Practice mode has ended"
hs2.cfg
set g_humanstage 1 cp "Humans set to S2"
lowgrav.cfg
set g_gravity 600 cp "Low Gravity Initialized. Gravity set to 600"
mapannounce.cfg
cp "Get Maps at MercenariesGuild.Net/base"
muteall.cfg
!mute 0 !mute 1 !mute 2 !mute 3 !mute 4 !mute 5 !mute 6 !mute 7 !mute 8 !mute 9 !mute 10 !mute 11 !mute 12 cp "All Players Muted"
Note: keep going for the amount of players possible on your server.
normgrav.cfg
set g_gravity 800 cp "Normal Gravity Initialized. Gravity set to 800"
noshare.cfg
set g_allowShare 0 cp "/share and /donate disabled"
regbp.cfg
set g_humanbuildpoints 116 set g_alienbuildpoints 116 cb "Build Points set to 116 for both teams"
s1.cfg
set g_humanstage 0 set g_alienstage 0 cp "Both Teams Set to S1"
s2.cfg
set g_humanstage 1 set g_alienstage 1 cp "Both Teams Set to S2"
s3b300.cfg
set g_humanBuildPoints 300 set g_alienBuildPoints 300 set g_humanstage 2 set g_alienstage 2 cp "Both Teams Set to S3 with 300 Build Points"
s3.cfg
set g_humanstage 2 set g_alienstage 2 cp "Both Teams Set to S3"
startpractice.cfg
set sv_hostname "^3Practice Time" set g_needpass 1 set g_password "YourPassword" cp "Practice mode has begun"
unmuteall.cfg
!unmute 0 !unmute 1 !unmute 2 !unmute 3 !unmute 4 !unmute 5 !unmute 6 !unmute 7 !unmute 8 !unmute 9 !unmute 10 !unmute 11 !unmute 12 cp "All Players Unmuted"
admin.dat Command Blocks
[command] command = atcsdev exec = exec atcsdev.cfg desc = Load up ATCS in devmap (cheats on) levels = 4 5 [command] command = hs2 exec = exec hs2.cfg desc = Humans Stage 2 levels = 4 5 [command] command = lowgrav exec = exec lowgrav.cfg desc = Lowers gravity to 600 levels = 4 5 [command] command = muteall exec = exec muteall.cfg desc = mutes everyone levels = 4 5 [command] command = regbp exec = exec regbp.cfg desc = Return Build Points to Normal levels = 4 5 [command] command = s1 exec = exec s1.cfg desc = Both teams Stage 1 levels = 4 5 [command] command = s2 exec = exec s2.cfg desc = Both teams Stage 2 levels = 4 5 [command] command = s3 exec = exec s3.cfg desc = Both teams Stage 3 levels = 4 5 [command] command = s3b300 exec = exec s3b300.cfg desc = Both teams Stage 3 with 300 Build Points levels = 4 5 [command] command = unmuteall exec = exec unmuteall.cfg desc = unmutes everyone levels = 4 5 [command] command = mapannounce exec = exec mapannounce.cfg desc = announce to get maps at mercenariesguild.net/base levels = 4 5 [command] command = startpractice exec = exec startpractice.cfg desc = Password protect server and change server name to levels = 5 [command] command = endpractice exec = exec endpractice.cfg desc = Revert to a public server levels = 5 [command] command = allowshare exec = exec allowshare.cfg desc = Enable /share and /donate levels = 5 [command] command = noshare exec = exec noshare.cfg desc = disable /share and /donate levels = 5 [command] command = enableff exec = exec enableff.cfg desc = Enable Friendly Fire levels = 4 5 [command] command = disableff exec = exec disableff.cfg desc = Disable Friendly Fire levels = 4 5 [command] command = normgrav exec = normgrav.cfg desc = Reverts gravity to the default levels = 4 5