Guest User

Untitled

a guest
Jun 14th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. Overrides
  2. {
  3. /**
  4. * By default, commands are registered with three pieces of information:
  5. * 1)Command Name (for example, "csdm_enable")
  6. * 2)Command Group Name (for example, "CSDM")
  7. * 3)Command Level (for example, "changemap")
  8. *
  9. * You can override the default flags assigned to individual commands or command groups in this way.
  10. * To override a group, use the "@" character before the name. Example:
  11. * Examples:
  12. * "@CSDM" "b" // Override the CSDM group to 'b' flag
  13. * "csdm_enable" "bgi" // Override the csdm_enable command to 'bgi' flags
  14. *
  15. * Note that for overrides, order is important. In the above example, csdm_enable overwrites
  16. * any setting that csdm_enable previously had.
  17. *
  18. * You can make a command completely public by using an empty flag string.
  19. */
  20. }
  21.  
  22. //Removed
  23. "sm_blind" "y"
  24. "sm_burn" "y"
  25. "sm_cookies" "y"
  26. "sm_drug" "y"
  27. "sm_firebomb" "y"
  28. "sm_freeze" "y"
  29. "sm_freezebomb" "y"
  30. "sm_gravity" "y"
  31. "sm_slap" "y"
  32. "sm_timebomb" "y"
  33. "sm_gag" "y"
  34. "sm_mute" "y"
  35. "sm_ungag" "y"
  36. "sm_unmute" "y"
  37. "sm_settings" "y"
  38. "sm_reloadadmins" "y"
  39.  
  40. //All
  41. "listmaps" ""
  42. "nextmap" ""
  43. "sm_chat" ""
  44. "sm_help" ""
  45. "sm_searchcmd" ""
  46.  
  47. //Level 1
  48. "sm_admin" "o"
  49. "sm_kick" "o"
  50. "sm_psay" "o"
  51. "sm_say" "o"
  52. "sm_who" "o"
  53. "sm_silence" "o"
  54. "sm_unsilence" "o"
  55.  
  56. //Level 2
  57. "sm_ban" "p"
  58. "sm_beacon" "p"
  59. "sm_rename" "p"
  60. "sm_slay" "p"
  61.  
  62. //Level 3
  63. "sm_banip" "q"
  64. "sm_csay" "q"
  65. "sm_revote" "q"
  66.  
  67. //Leader
  68. "sm_hsay" "r"
  69. "sm_msay" "r"
  70. "sm_tsay" "r"
  71. "sm_play" "r"
Add Comment
Please, Sign In to add comment