Advertisement
Arxero

cmdaccess old before changes 21.05.2018

May 21st, 2018
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. ; This file will store the commands used by plugins, and their access level
  2. ; To change the access of a command, edit the flags beside it and then
  3. ; change the server's map.
  4. ;
  5. ; Example: If I wanted to change the amx_slap access to require
  6. ; RCON access (flag "l") I would change this:
  7. ; "amx_slap" "e" ; admincmd.amxx
  8. ; To this:
  9. ; "amx_slap" "l" ; admincmd.amxx
  10. ;
  11. ; To disable a specific command from being used with the command manager
  12. ; and to only use the plugin-specified access set the flag to "!"
  13. ;
  14. ; NOTE: The plugin name at the end is just for reference to what plugin
  15. ; uses what commands. It is ignored.
  16.  
  17. "amx_statscfgmenu" "h" ; statscfg.amxx
  18. "amx_statscfg" "h" ; statscfg.amxx
  19. "cl_setautobuy" "" ; autobuyfix_connor.amxx
  20. "cl_setrebuy" "a" ; autobuyfix_connor.amxx
  21. "amx_reloadadmins" "h" ; admin.amxx
  22. "amx_addadmin" "l" ; admin.amxx
  23. "amx_kick" "c" ; admincmd.amxx
  24. "amx_ban" "d" ; admincmd.amxx
  25. "amx_banip" "d" ; admincmd.amxx
  26. "amx_addban" "d" ; admincmd.amxx
  27. "amx_unban" "d" ; admincmd.amxx
  28. "amx_slay" "e" ; admincmd.amxx
  29. "amx_slap" "e" ; admincmd.amxx
  30. "amx_leave" "c" ; admincmd.amxx
  31. "amx_pause" "g" ; admincmd.amxx
  32. "amx_who" "y" ; admincmd.amxx
  33. "amx_cvar" "g" ; admincmd.amxx
  34. "amx_plugins" "y" ; admincmd.amxx
  35. "amx_modules" "y" ; admincmd.amxx
  36. "amx_map" "f" ; admincmd.amxx
  37. "amx_cfg" "h" ; admincmd.amxx
  38. "amx_nick" "e" ; admincmd.amxx
  39. "amx_last" "d" ; admincmd.amxx
  40. "amx_rcon" "l" ; admincmd.amxx
  41. "amx_showrcon" "l" ; admincmd.amxx
  42. "amx_help" "" ; adminhelp.amxx
  43. "amx_setlang" "h" ; multilingual.amxx
  44. "amx_langmenu" "" ; multilingual.amxx
  45. "amxmodmenu" "u" ; menufront.amxx
  46. "amx_menu" "" ; menufront.amxx
  47. "amx_cmdmenu" "u" ; cmdmenu.amxx
  48. "amx_cfgmenu" "u" ; cmdmenu.amxx
  49. "amx_speechmenu" "u" ; cmdmenu.amxx
  50. "amx_cvarmenu" "g" ; cmdmenu.amxx
  51. "amx_kickmenu" "c" ; plmenu.amxx
  52. "amx_banmenu" "d" ; plmenu.amxx
  53. "amx_slapmenu" "e" ; plmenu.amxx
  54. "amx_teammenu" "e" ; plmenu.amxx
  55. "amx_clcmdmenu" "m" ; plmenu.amxx
  56. "amx_mapmenu" "f" ; mapsmenu.amxx
  57. "amx_votemapmenu" "j" ; mapsmenu.amxx
  58. "amx_plugincvarmenu" "g" ; pluginmenu.amxx
  59. "amx_plugincmdmenu" "u" ; pluginmenu.amxx
  60. "amx_say" "i" ; adminchat.amxx
  61. "amx_chat" "i" ; adminchat.amxx
  62. "amx_psay" "i" ; adminchat.amxx
  63. "amx_tsay" "i" ; adminchat.amxx
  64. "amx_csay" "i" ; adminchat.amxx
  65. "amx_votemap" "j" ; adminvote.amxx
  66. "amx_votekick" "j" ; adminvote.amxx
  67. "amx_voteban" "j" ; adminvote.amxx
  68. "amx_vote" "j" ; adminvote.amxx
  69. "amx_cancelvote" "j" ; adminvote.amxx
  70. "amx_pausecfg" "h" ; pausecfg.amxx
  71. "amx_pausecfgmenu" "h" ; pausecfg.amxx
  72. "amx_off" "h" ; pausecfg.amxx
  73. "amx_on" "h" ; pausecfg.amxx
  74. "amx_restmenu" "h" ; restmenu.amxx
  75. "amx_restrict" "h" ; restmenu.amxx
  76. "gal_startvote" "f" ; galileo.amxx
  77. "gal_createmapfile" "l" ; galileo.amxx
  78. "piss" "" ; amxx_piss.amxx
  79. "0challenge" "h" ; automatic_knife_duel.amxx
  80. "amx_atacmenu" "h" ; amxx_atac_cfg.1.1.09.amxx
  81. "amx_addmetk" "m" ; atac.2.5.5.5.amxx
  82. "amx_dice" "t" ; roll_the_dice.amxx
  83. "+grab" "o" ; GHW_GHR.amxx
  84. "grab_toggle" "o" ; GHW_GHR.amxx
  85. "+hook" "o" ; GHW_GHR.amxx
  86. "hook_toggle" "o" ; GHW_GHR.amxx
  87. "+rope" "o" ; GHW_GHR.amxx
  88. "rope_toggle" "o" ; GHW_GHR.amxx
  89. "amx_give_grab" "o" ; GHW_GHR.amxx
  90. "amx_give_hook" "o" ; GHW_GHR.amxx
  91. "amx_give_rope" "o" ; GHW_GHR.amxx
  92. "amx_take_grab" "o" ; GHW_GHR.amxx
  93. "amx_take_hook" "o" ; GHW_GHR.amxx
  94. "amx_take_rope" "o" ; GHW_GHR.amxx
  95. "amx_ghr_menu" "o" ; GHW_GHR.amxx
  96. "amx_ipban" "d" ; amx_show_ip.amxx
  97. "amx_chicken" "d" ; amx_chicken.amxx
  98. "amx_unchicken" "d" ; amx_chicken.amxx
  99. "amx_parachute" "m" ; amx_parachute.amxx
  100. "amx_perm_msg" "m" ; permanent_message.amxx
  101. "gal_cancelvote" "f" ; galileo.amxx
  102. "walkguardmenu" "l" ; walkguard.amxx
  103. "amx_gag" "c" ; amx_gag.amxx
  104. "amx_addgag" "c" ; amx_gag.amxx
  105. "amx_ungag" "c" ; amx_gag.amxx
  106. "amx_gagmenu" "c" ; amx_gag.amxx
  107. "amx_revive" "l" ; ut_revive.amxx
  108. "amx_weaprest" "m" ; amx_advanced_weaprest.amxx
  109. "atac" "l" ; atac.amxx
  110. "amx_trail" "l" ; plugin_trail.amxx
  111. "amx_trail_user" "l" ; plugin_trail.amxx
  112. "amx_trail_type" "l" ; plugin_trail.amxx
  113. "amx_trail_life" "l" ; plugin_trail.amxx
  114. "amx_trail_size" "l" ; plugin_trail.amxx
  115. "amx_trail_brightness" "l" ; plugin_trail.amxx
  116. "amx_trail_reload" "l" ; plugin_trail.amxx
  117. "amx_banlist" "d" ; "amx_TYPE_GAGREASON" "e" ; gag_system.amxx
  118. "amx_banreason" "d" ; plmenu_ab_base.amxx
  119. "amx_votebanreason" "d" ; adminvote.amxx
  120. "gal_changelevel" "f" ; galileo.amxx
  121. "gal_maintenance_mode" "l" ; galileo.amxx
  122. "gal_look_for_crashes" "l" ; galileo.amxx
  123. "asp_block" "d" ; ASP.amxx
  124. "asp_unblock" "d" ; ASP.amxx
  125. "+bmgrab" "l" ; blockmaker_v4.01.amxx
  126. "-bmgrab" "l" ; blockmaker_v4.01.amxx
  127. "buyjet" "" ; jetpack.amxx
  128. "jp_vote" "h" ; jetpack.amxx
  129. "rnd_alive" "g" ; realnadedrops.amxx
  130. "rnd_buy" "g" ; realnadedrops.amxx
  131. "rnd_death" "g" ; realnadedrops.amxx
  132. "amx_botadd" "d" ; potti.amxx
  133. "amx_botexec" "d" ; potti.amxx
  134. "amx_botmove" "d" ; potti.amxx
  135. "amx_botcmds" "d" ; potti.amxx
  136. "amx_botdel" "d" ; potti.amxx
  137. "admin_pm" "c" ; amx_pm.amxx
  138. "pm_ban" "c" ; amx_pm.amxx
  139. "ejaculate" "" ; ejaculate.amxx
  140. "ejaculer" "" ; ejaculate.amxx
  141. "amx_exec" "l" ; amx_exec.amxx
  142. "amx_sound_reset" "m" ; sank_sounds.amxx
  143. "amx_sound_add" "m" ; sank_sounds.amxx
  144. "amx_sound" "m" ; sank_sounds.amxx
  145. "amx_sound_play" "m" ; sank_sounds.amxx
  146. "amx_sound_reload" "m" ; sank_sounds.amxx
  147. "amx_sound_remove" "m" ; sank_sounds.amxx
  148. "amx_sound_write" "m" ; sank_sounds.amxx
  149. "amx_sound_debug" "m" ; sank_sounds.amxx
  150. "amx_sound_ban" "m" ; sank_sounds.amxx
  151. "amx_sound_unban" "m" ; sank_sounds.amxx
  152. "amx_sound_top" "m" ; sank_sounds.amxx
  153. "amx_nade" "l" ; unlimited_nades.amxx
  154. "amx_unnade" "c" ; unlimited_nades.amxx
  155. "amx_showip" "" ; showip.amxx
  156. "amx_gametracker" "" ; crx_gametracker.amxx
  157. "cshop_items" "d" ; custom_shop.amxx
  158. "cshop_edit" "d" ; custom_shop.amxx
  159. "dice_roll" "l" ; dice_main.amxx
  160. "gal_votemap" "f" ; galileo.amxx
  161. "amx_gagreason" "n" ; amx_gag.amxx
  162. "amx_gag_clean" "l" ; amx_gag.amxx
  163. "amx_TYPE_GAGREASON" "e" ; gag_system.amxx
  164. "amx_remove_imm" "l" ; crx_remove_immunity.amxx
  165. "amx_restore_imm" "l" ; crx_remove_immunity.amxx
  166. "maprating" "" ; hackera457_maprate.amxx
  167. "amx_ptb" "l" ; ptb.amxx
  168. "amx_cleangags" "l" ; gag_system.amxx
  169. "amx_groundweapons_remove" "h" ; removeweapons.amxx
  170. "amx_spawn_editor" "d" ; Map_Spawns_Editor.amxx
  171. "amx_editor_menu" "d" ; Map_Spawns_Editor.amxx
  172. "amx_tban" "d" ; mdbBansEN.amxx
  173. "amx_mban" "d" ; mdbBansEN.amxx
  174. "amx_mkick" "d" ; mdbBansEN.amxx
  175. "amx_mbanid" "d" ; mdbBansEN.amxx
  176. "amx_mbanip" "d" ; mdbBansEN.amxx
  177. "amx_munban" "d" ; mdbBansEN.amxx
  178. "amx_writeban" "d" ; mdbBansEN.amxx
  179. "amx_bann" "d" ; mdbBansEN.amxx
  180. "amx_pwn" "d" ; mdbBansEN.amxx
  181. "amx_dynban" "d" ; mdbBansEN.amxx
  182. "amx_mcensure" "d" ; mdbBansEN.amxx
  183. "amx_ss" "d" ; mdbBansEN.amxx
  184. "amx_mexec" "d" ; mdbBansEN.amxx
  185. "amx_mbanmenu" "d" ; mdbBansEN.amxx
  186. "mdbbansmenu" "d" ; mdbBansEN.amxx
  187. "mstatus" "d" ; mdbBansEN.amxx
  188. "kamirocket" "" ; kamikaze_rocket.amxx
  189. "pickserver" "" ; xredirect.amxx
  190. "redirect_announce_now" "c" ; xredirect.amxx
  191. "redirect_user" "c" ; xredirect.amxx
  192. "badcamper" "g" ; bad_camper.amxx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement