Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 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. "sm_respawn" "s" //Give respawn access to Operators
  21. "sm_1up" "s" //Give respawn access to Operators
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement