Advertisement
Guest User

command logger

a guest
Sep 17th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. # +------------------------------------------------------------+
  2. # | Command Logger |
  3. # +------------------------------------------------------------+
  4. command-logger {
  5. # A comma separated list of commands in the blacklist or whitelist (see whitelist option). Only one alias per command is required.
  6. command-filter=[]
  7. # If any option is true, log commands from the source.
  8. log-command-source {
  9. command-block=false
  10. console=true
  11. other-source=false
  12. subject=true
  13. }
  14. # If true, will log commands to files at /logs/nucleus/commands
  15. log-to-file=false
  16. # If true, the "command-filter" containing the list of commands to be logged is a whitelist (command must be specfied to be logged), not a blacklist.
  17. whitelist=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement