['RconData'] = { ['HL'] = { ['RconProtocol'] = 'HL'; ['bRconQueue'] = false; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = true; ['bBanTime'] = true; ['bBanSave'] = true; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = false; ['PermBanTime'] = '0'; ['BanTimeMult'] = 1; ['Command'] = { ['test'] = 'echo HLSW: Test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'maps *'; ['changemap'] = 'changelevel '; ['changemapkick'] = 'map '; ['kick'] = 'kick ""'; ['listipbans'] = 'listip'; ['listidbans'] = 'listid'; ['banip'] = 'addip '; ['banid'] = 'banid '; ['removebanip'] = 'removeip '; ['removebanid'] = 'removeid '; ['banipwrite'] = 'writeip'; ['banidwrite'] = 'writeid'; ['banipload'] = 'exec listip.cfg'; ['banidload'] = 'exec banned.cfg'; ['connectpassword:get'] = 'sv_password'; ['connectpassword:set'] = 'sv_password ""'; ['rconpassword:get'] = 'rcon_password'; ['rconpassword:set'] = 'rcon_password ""'; }; ['PlayerRightClickMenu'] = { [] = { ['Text'] = 'Admin Mod'; ['Condition']['AddOn'] = 'AM'; ['Popup'] = { [] = { ['Text'] = 'Change Team'; ['Condition']['Mod'] = 'cstrike'; ['Popup'] = { [] = { ['Text'] = 'CT'; ['Command'] = 'admin_command admin_ct '; }; [] = { ['Text'] = 'T'; ['Command'] = 'admin_command admin_t '; }; }; }; [] = { ['Text'] = 'Gag'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'admin_command admin_gag '; ['Repeat'] = vector('0', '5', '10', '30', '60', '120', '1337'); }; [] = { ['Text'] = 'Remove'; ['Command'] = 'admin_command admin_ungag '; }; }; }; [] = { ['Text'] = 'Llama'; ['Popup'] = { [] = { ['Text'] = 'Set'; ['Command'] = 'admin_command admin_llama '; }; [] = { ['Text'] = 'Remove'; ['Command'] = 'admin_command admin_unllama '; }; }; }; [] = { ['Text'] = 'Bury'; ['Popup'] = { [] = { ['Text'] = 'Bury'; ['Command'] = 'admin_command admin_bury '; }; [] = { ['Text'] = 'Unbury'; ['Command'] = 'admin_command admin_unbury '; }; }; }; [] = { ['Text'] = 'Slap'; ['Command'] = 'admin_command admin_slap '; }; [] = { ['Text'] = 'Slay'; ['Command'] = 'admin_command admin_slay '; }; [] = { ['Text'] = 'Kick'; ['Command'] = 'admin_command admin_kick '; }; [] = { ['Text'] = 'Ban (ID)'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'admin_ban '; ['Repeat'] = vector('0', '5', '10', '30', '60', '120', '1337'); }; }; }; [] = { ['Text'] = 'Ban (IP)'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'admin_banip '; ['Repeat'] = vector('0', '5', '10', '30', '60', '120', '1337'); }; }; }; }; }; [] = { ['Text'] = 'Clanmod'; ['Condition']['AddOn'] = 'CM'; ['Popup'] = { [] = { ['Text'] = 'Change Team'; ['Condition']['Mod'] = 'cstrike'; ['Popup'] = { [] = { ['Text'] = 'CT'; ['Command'] = 'cm_clexec "" "chooseteam;wait;wait;wait;wait;wait;wait;wait;menuselect 2"'; }; [] = { ['Text'] = 'T'; ['Command'] = 'cm_clexec "" "chooseteam;wait;wait;wait;wait;wait;wait;wait;menuselect 1"'; }; }; }; [] = { ['Text'] = 'Kill'; ['Command'] = 'cm_clexec "" "kill"'; }; [] = { ['Text'] = 'Kick'; ['Command'] = 'cm_kick ""'; }; [] = { ['Text'] = 'Ban ID'; ['Command'] = 'cm_banid ""'; }; }; }; [] = { ['Text'] = 'AMX Mod X'; ['Condition']['AddOn'] = 'AMXX'; ['Popup'] = { [] = { ['Text'] = 'Slap'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'amx_slap "" '; ['Repeat'] = vector('0', '1', '5', '10', '25', '50', '99'); }; }; }; [] = { ['Text'] = 'Slay'; ['Command'] = 'amx_slay ""'; }; [] = { ['Text'] = 'Gag'; ['Command'] = 'amx_gag ""'; }; [] = { ['Text'] = 'Llama'; ['Command'] = 'amx_llama ""'; }; [] = { ['Text'] = 'Kick'; ['Command'] = 'amx_kick ""'; }; [] = { ['Text'] = 'Ban ID'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'amx_ban "" '; ['Repeat'] = vector('0', '5', '10', '30', '60', '120', '1337'); }; }; }; [] = { ['Text'] = 'Ban IP'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'amx_banip "" '; ['Repeat'] = vector('0', '5', '10', '30', '60', '120', '1337'); }; }; }; }; }; }; }; ['HL2'] = { ['RconProtocol'] = 'HL2'; ['bRconQueue'] = false; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = true; ['bBanTime'] = true; ['bBanSave'] = true; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = true; ['PermBanTime'] = '0'; ['BanTimeMult'] = 1; ['Command'] = { ['connect'] = '/connect'; ['disconnect'] = '/disconnect'; ['test'] = 'echo HLSW: Test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'maps *'; ['changemap'] = 'changelevel '; ['changemapkick'] = 'map '; ['kick'] = 'kick ""'; ['listipbans'] = 'listip'; ['listidbans'] = 'listid'; ['banip'] = 'addip '; ['banid'] = 'banid '; ['removebanip'] = 'removeip '; ['removebanid'] = 'removeid '; ['banipwrite'] = 'writeip'; ['banidwrite'] = 'writeid'; ['banipload'] = 'exec banned_ip.cfg'; ['banidload'] = 'exec banned_user.cfg'; ['connectpassword:get'] = 'sv_password'; ['connectpassword:set'] = 'sv_password ""'; ['rconpassword:get'] = 'rcon_password'; ['rconpassword:set'] = 'rcon_password ""'; }; ['PlayerRightClickMenu'] = { [] = { ['Text'] = 'Mani Admin Plugin'; ['Condition']['AddOn'] = 'Mani'; ['Popup'] = { [] = { ['Text'] = 'Player'; ['Popup'] = { [] = { ['Text'] = 'Slay'; ['Command'] = 'ma_slay ""'; }; [] = { ['Text'] = 'Kick'; ['Popup'] = { [] = { ['Text'] = 'Kick'; ['Command'] = 'ma_kick ""'; }; [] = { ['Text'] = 'Name AutoKick'; ['Command'] = 'ma_akick_name ""'; }; }; }; [] = { ['Text'] = 'Ban'; ['Popup'] = { [] = { ['Text'] = 'SteamID'; ['Popup'] = { [] = { ['Text'] = ' minutes'; ['Command'] = 'ma_ban "" '; ['Repeat'] = vector('0', '5', '10', '30', '60', '300', '720'); }; }; }; [] = { ['Text'] = 'IP Address'; ['Popup'] = { [] = { ['Text'] = ' minutes'; ['Command'] = 'ma_banip "" '; ['Repeat'] = vector('0', '5', '10', '30', '60', '300', '720'); }; }; }; [] = { ['Text'] = 'Name AutoBan'; ['Popup'] = { [] = { ['Text'] = ' minutes'; ['Command'] = 'ma_aban_name "" '; ['Repeat'] = vector('0', '5', '10', '30', '60', '300', '720'); }; }; }; }; }; [] = { ['Text'] = 'Swap Team'; ['Popup'] = { [] = { ['Text'] = 'Player'; ['Command'] = 'ma_swapteam ""'; }; [] = { ['Text'] = ''; ['Command'] = 'ma_swapteam ""'; ['Repeat'] = vector('#ALL', '#CT', '#T', '#BOT', '#HUMAN', '#ALIVE', '#DEAD'); }; }; }; [] = { ['Text'] = 'Swap Team (after Round)'; ['Popup'] = { [] = { ['Text'] = 'Player'; ['Command'] = 'ma_swapteam_d ""'; }; [] = { ['Text'] = ''; ['Command'] = 'ma_swapteam_d ""'; ['Repeat'] = vector('#ALL', '#CT', '#T', '#BOT', '#HUMAN', '#ALIVE', '#DEAD'); }; }; }; [] = { ['Text'] = 'Swap Spectator'; ['Popup'] = { [] = { ['Text'] = 'Player'; ['Command'] = 'ma_spec ""'; }; [] = { ['Text'] = ''; ['Command'] = 'ma_spec ""'; ['Repeat'] = vector('#ALL', '#CT', '#T', '#BOT', '#HUMAN', '#ALIVE', '#DEAD'); }; }; }; [] = { ['Text'] = 'Force Team Balance'; ['Command'] = 'ma_balance'; }; [] = { ['Text'] = 'Mute / UnMute'; ['Popup'] = { [] = { ['Text'] = 'Mute'; ['Command'] = 'ma_mute "" 1'; }; [] = { ['Text'] = 'UnMute'; ['Command'] = 'ma_mute "" 0'; }; }; }; }; }; [] = { ['Text'] = 'Fun'; ['Popup'] = { [] = { ['Text'] = 'Slap'; ['Popup'] = { [] = { ['Text'] = ' damage'; ['Command'] = 'ma_slap "" '; ['Repeat'] = vector('0', '1', '5', '10', '25', '50', '99'); }; }; }; [] = { ['Text'] = 'Blind'; ['Popup'] = { [] = { ['Text'] = 'blindness '; ['Command'] = 'ma_blind "" '; ['Repeat'] = vector('0', '50', '100', '150', '200', '255'); }; }; }; [] = { ['Text'] = 'Freeze'; ['Popup'] = { [] = { ['Text'] = 'Freeze'; ['Command'] = 'ma_freeze "" 1'; }; [] = { ['Text'] = 'UnFreeze'; ['Command'] = 'ma_freeze "" 0'; }; }; }; [] = { ['Text'] = 'Drug'; ['Popup'] = { [] = { ['Text'] = 'Drug'; ['Command'] = 'ma_drug "" 1'; }; [] = { ['Text'] = 'UnDrug'; ['Command'] = 'ma_drug "" 0'; }; }; }; [] = { ['Text'] = 'Burn'; ['Command'] = 'ma_burn ""'; }; [] = { ['Text'] = 'Time Bomb'; ['Popup'] = { [] = { ['Text'] = 'Activate'; ['Command'] = 'ma_timebomb "" 1'; }; [] = { ['Text'] = 'Deactivate'; ['Command'] = 'ma_timebomb "" 0'; }; }; }; [] = { ['Text'] = 'Fire Bomb'; ['Popup'] = { [] = { ['Text'] = 'Activate'; ['Command'] = 'ma_firebomb "" 1'; }; [] = { ['Text'] = 'Deactivate'; ['Command'] = 'ma_firebomb "" 0'; }; }; }; [] = { ['Text'] = 'Freeze Bomb'; ['Popup'] = { [] = { ['Text'] = 'Activate'; ['Command'] = 'ma_freezebomb "" 1'; }; [] = { ['Text'] = 'Deactivate'; ['Command'] = 'ma_freezebomb "" 0'; }; }; }; [] = { ['Text'] = 'Beacon'; ['Popup'] = { [] = { ['Text'] = 'Activate'; ['Command'] = 'ma_beacon "" 1'; }; [] = { ['Text'] = 'Deactivate'; ['Command'] = 'ma_beacon "" 0'; }; }; }; }; }; [] = { ['Text'] = 'Maps'; ['Popup'] = { [] = { ['Text'] = 'Random Map Vote'; ['Popup'] = { [] = { ['Text'] = ' Maps'; ['Command'] = 'ma_voterandom "now" '; ['Repeat'] = vector('2', '3', '4', '5', '6', '7', '8', '9', '10'); }; }; }; [] = { ['Text'] = 'Extend Map Vote'; ['Command'] = 'ma_voteextend'; }; }; }; [] = { ['Text'] = 'Weapons'; ['Popup'] = { [] = { ['Text'] = 'Show Restrictions'; ['Command'] = 'ma_showrestrict'; }; [] = { ['Text'] = 'UnRestrict All'; ['Command'] = 'ma_unrestrictall'; }; [] = { ['Text'] = 'No Snipers'; ['Command'] = 'ma_nosnipers'; }; [] = { ['Text'] = 'Only Knives'; ['Command'] = 'ma_knives'; }; [] = { ['Text'] = 'Only Pistols'; ['Command'] = 'ma_pistols'; }; [] = { ['Text'] = 'Only Shotguns'; ['Command'] = 'ma_shotguns'; }; [] = { ['Text'] = 'Single Restrictions'; ['Popup'] = { [] = { ['Text'] = 'Glock'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "glock"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "glock"'; }; }; }; [] = { ['Text'] = 'USP'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "usp"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "usp"'; }; }; }; [] = { ['Text'] = 'P228'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "p228"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "p228"'; }; }; }; [] = { ['Text'] = 'Deagle'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "deagle"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "deagle"'; }; }; }; [] = { ['Text'] = 'Elite'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "elite"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "elite"'; }; }; }; [] = { ['Text'] = 'FiveSeven'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "fiveseven"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "fiveseven"'; }; }; }; [] = { ['Text'] = 'M3'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "m3"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "m3"'; }; }; }; [] = { ['Text'] = 'XM1014'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "xm1014"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "xm1014"'; }; }; }; [] = { ['Text'] = 'TMP'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "tmp"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "tmp"'; }; }; }; [] = { ['Text'] = 'MP5Navy'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "mp5navy"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "mp5navy"'; }; }; }; [] = { ['Text'] = 'UMP45'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "ump45"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "ump45"'; }; }; }; [] = { ['Text'] = 'MAC10'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "mac10"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "mac10"'; }; }; }; [] = { ['Text'] = 'P90'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "p90"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "p90"'; }; }; }; [] = { ['Text'] = 'Famas'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "famas"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "famas"'; }; }; }; [] = { ['Text'] = 'Galil'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "galil"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "galil"'; }; }; }; [] = { ['Text'] = 'M4A1'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "m4a1"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "m4a1"'; }; }; }; [] = { ['Text'] = 'AK47'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "ak47"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "ak47"'; }; }; }; [] = { ['Text'] = 'Aug'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "aug"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "aug"'; }; }; }; [] = { ['Text'] = 'SG552'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "sg552"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "sg552"'; }; }; }; [] = { ['Text'] = 'Scout'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "scout"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "scout"'; }; }; }; [] = { ['Text'] = 'AWP'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "awp"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "awp"'; }; }; }; [] = { ['Text'] = 'G3SG1'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "g3sg1"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "g3sg1"'; }; }; }; [] = { ['Text'] = 'SG550'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "sg550"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "sg550"'; }; }; }; [] = { ['Text'] = 'M249'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "m249"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "m249"'; }; }; }; [] = { ['Text'] = 'Flash'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "flashbang"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "flashbang"'; }; }; }; [] = { ['Text'] = 'HE'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "hegrenade"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "hegrenade"'; }; }; }; [] = { ['Text'] = 'Smoke'; ['Popup'] = { [] = { ['Text'] = 'Restrict'; ['Command'] = 'ma_restrict "smokegrenade"'; }; [] = { ['Text'] = 'UnRestrict'; ['Command'] = 'ma_unrestrict "smokegrenade"'; }; }; }; }; }; }; }; [] = { ['Text'] = 'Cheating'; ['Popup'] = { [] = { ['Text'] = 'Set Cash'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'ma_setcash "" '; ['Repeat'] = vector('1000', '2500', '5000', '10000', '16000'); }; }; }; [] = { ['Text'] = 'Take Cash'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'ma_takecash "" '; ['Repeat'] = vector('1000', '2500', '5000', '10000', '16000'); }; }; }; [] = { ['Text'] = 'Set Health'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'ma_sethealth "" '; ['Repeat'] = vector('5', '10', '25', '50', '100', '250', '500'); }; }; }; [] = { ['Text'] = 'Take Health'; ['Popup'] = { [] = { ['Text'] = ''; ['Command'] = 'ma_takehealth "" '; ['Repeat'] = vector('5', '10', '25', '50', '100', '250', '500'); }; }; }; }; }; }; }; }; }; ['Q3'] = { ['RconProtocol'] = 'Q3'; ['bRconQueue'] = true; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = false; ['bBanTime'] = false; ['bBanSave'] = false; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = false; ['PermBanTime'] = ''; ['BanTimeMult'] = 1; ['Command'] = { ['test'] = 'echo HLSW: Test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'fdir *.bsp'; ['changemap'] = 'map '; ['kick'] = 'kick ""'; ['listipbans'] = 'g_banIPs'; ['banip'] = 'addip '; ['removebanip'] = 'removeip '; ['connectpassword:get'] = 'g_password'; ['connectpassword:set'] = 'g_password ""'; ['rconpassword:get'] = 'rconPassword'; ['rconpassword:set'] = 'rconPassword ""'; }; }; ['CoD'] = { ['RconProtocol'] = 'Q3'; ['bRconQueue'] = true; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = false; ['bBanTime'] = false; ['bBanSave'] = false; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = false; ['PermBanTime'] = ''; ['BanTimeMult'] = 1; ['Command'] = { ['test'] = 'echo HLSW: Test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'dir maps/mp bsp'; ['changemap'] = 'map '; ['kick'] = 'kick ""'; ['listipbans'] = 'g_banIPs'; ['banip'] = 'addip '; ['removebanip'] = 'removeip '; ['connectpassword:get'] = 'g_password'; ['connectpassword:set'] = 'g_password ""'; ['rconpassword:get'] = 'rconPassword'; ['rconpassword:set'] = 'rconPassword ""'; }; }; ['MoHAA'] = { ['RconProtocol'] = 'MoHAA'; ['bRconQueue'] = true; ['bSecondPortRcon'] = true; ['bBanIP'] = true; ['bBanID'] = false; ['bBanTime'] = false; ['bBanSave'] = false; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = false; ['PermBanTime'] = ''; ['BanTimeMult'] = 1; ['Command'] = { ['test'] = 'echo HLSW: Test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'fdir *.bsp'; ['changemap'] = 'map '; ['kick'] = 'kick ""'; ['listipbans'] = 'g_banIPs'; ['banip'] = 'addip '; ['removebanip'] = 'removeip '; ['connectpassword:get'] = 'sv_privatepassword'; ['connectpassword:set'] = 'sv_privatepassword ""'; ['rconpassword:get'] = 'rconPassword'; ['rconpassword:set'] = 'rconPassword ""'; }; }; ['BF1942'] = { ['RconProtocol'] = 'BF'; ['bRconQueue'] = false; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = true; ['bBanTime'] = true; ['bBanSave'] = false; ['bUsername'] = true; ['bExtraPort'] = true; ['bUTF8'] = false; ['PermBanTime'] = 'Perm'; ['BanTimeMult'] = 60; ['Command'] = { ['connect'] = '/connect'; ['disconnect'] = '/disconnect'; ['test'] = 'echo HLSW: Test'; ['say'] = 'game.sayAll ""'; ['listplayers'] = 'game.listPlayers'; ['listmaps'] = 'game.listMaps'; ['changemap'] = 'admin.changeMap '; ['kick'] = 'admin.kickPlayer '; ['listipbans'] = 'admin.listBannedAddresses'; ['listidbans'] = 'admin.listBannedKeys'; ['banip'] = 'admin.addAddressToBanList '; ['banid'] = 'admin.addKeyToBanList '; ['removebanip'] = 'admin.removeAddressFromBanList '; ['removebanid'] = 'admin.removeKeyFromBanList '; }; }; ['BF2'] = { ['RconProtocol'] = 'BF2'; ['bRconQueue'] = false; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = true; ['bBanTime'] = true; ['bBanSave'] = false; ['bUsername'] = true; ['bExtraPort'] = true; ['bUTF8'] = false; ['PermBanTime'] = 'Perm'; ['BanTimeMult'] = 60; ['Command'] = { ['connect'] = '/connect'; ['disconnect'] = '/disconnect'; ['test'] = 'echo HLSW: Test'; ['say'] = 'game.sayAll ""'; ['listplayers'] = 'game.listPlayers'; ['listmaps'] = 'game.listMaps'; ['changemap'] = 'admin.changeMap '; ['kick'] = 'admin.kickPlayer '; ['listipbans'] = 'admin.listBannedAddresses'; ['listidbans'] = 'admin.listBannedKeys'; ['banip'] = 'admin.addAddressToBanList '; ['banid'] = 'admin.addKeyToBanList '; ['removebanip'] = 'admin.removeAddressFromBanList '; ['removebanid'] = 'admin.removeKeyFromBanList '; }; }; ['D3'] = { ['RconProtocol'] = 'D3'; ['bRconQueue'] = true; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = false; ['bBanTime'] = false; ['bBanSave'] = false; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = false; ['PermBanTime'] = ''; ['BanTimeMult'] = 1; ['Command'] = { ['test'] = 'echo HLSW: Test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'dir maps/mp .map'; ['changemap'] = "si_map \nserverNextMap"; ['kick'] = 'gamekick ""'; ['connectpassword:get'] = 'g_password'; ['connectpassword:set'] = "g_password \"\"\nsi_usepass 1"; ['rconpassword:get'] = 'net_serverRemoteConsolePassword'; ['rconpassword:set'] = 'net_serverRemoteConsolePassword ""'; }; }; ['CoD2'] = { ['RconProtocol'] = 'Q3'; ['bRconQueue'] = true; ['bSecondPortRcon'] = false; ['bBanIP'] = true; ['bBanID'] = false; ['bBanTime'] = false; ['bBanSave'] = false; ['bUsername'] = false; ['bExtraPort'] = false; ['bUTF8'] = false; ['PermBanTime'] = ''; ['BanTimeMult'] = 1; ['Command'] = { ['test'] = 'hlsw_test'; ['say'] = 'say ""'; ['listplayers'] = 'status'; ['listmaps'] = 'dir maps/mp d3dbsp'; ['changemap'] = 'map '; ['kick'] = 'kick ""'; ['listipbans'] = 'g_banIPs'; ['banip'] = 'addip '; ['removebanip'] = 'removeip '; ['connectpassword:get'] = 'g_password'; ['connectpassword:set'] = 'g_password ""'; ['rconpassword:get'] = 'rcon_password'; ['rconpassword:set'] = 'rcon_password ""'; }; }; };