Guest User

Untitled

a guest
Jun 14th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. #ModTRS configuration!
  2. modtrs:
  3.  
  4. #Words that a user is not allowed to say in a mod request (e.g. ['flymod', 'you suck', 'etc'])
  5. blacklist: []
  6.  
  7. #Notify mods when someone makes a new request
  8. notify_mods: true
  9.  
  10. #Whenever someone runs a ModTRS command, log it in the console
  11. log_commands: true
  12.  
  13. #How many requests a user is allowed to have open at one time
  14. max_requests: 5
  15.  
  16. #How many requests should show up per page on /check
  17. requests_per_page: 5
  18.  
  19. #For development only, no need for users to use this
  20. debug: false
Add Comment
Please, Sign In to add comment