"CommandCooldowns" { "sm_noclip" { "cooldown" "10" "override" "noclip_bypasscooldown" } "sm_god sm_buddha" { "cooldown" "5" "flags" "k" } "sm_resizemyhead" { "cooldown" "15" "override" "sm_resizehead" "flags" "a" } "sm_pumpkin sm_ipumpkin" { "cooldown" "5.5" "reply" "" } "sm_nukem" { "cooldown" "600" "reply" "haha you have to wait {green}{TIMELEFT}{default} seconds before using another {unusual}nuke" "shared" "1" } "someListenCommand" //this command was "created" with AddCommandListener, and not Reg*Cmd { "cooldown" "7" "plugin" "somePlugin.smx" } "otherListenCommand" //this command was "created" with AddCommandListener, and not Reg*Cmd { "cooldown" "25.5" "flags" "bg" } "sm_bonkme sm_scareme sm_stunme sm_gstunme" { "cooldown" "10" "override" "sm_bonk" "reset" "1" "reply" "you must wait {TIMELEFT} seconds before using {COMMAND_NAME}!" } "sm_reloadadmins" { "cooldown" "30" "shared" "1" } "sm_randomCommand" { "cooldown" "10" "showactivity" "tried to use {COMMAND_NAME} too soon!" "servercmd" "sm_slay #{USER_ID}" } "sm_someSillyCommand" { "cooldown" "10" "clientcmd" "say I'm a big dummy butt" } }