Guest User

Untitled

a guest
Mar 4th, 2012
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #MCDocs 13.2 by Tazzernator / Andrew Tajsic
  2. #Configuration File.
  3. #For detailed assistance please visit: http://dev.bukkit.org/server-mods/mcdocs/
  4.  
  5. #Here we determine which command will show which file.
  6.  
  7. groups:
  8. Admin:
  9. prefix: ''
  10. suffix: ''
  11. Moderator:
  12. prefix: ''
  13. suffix: ''
  14.  
  15. commands:
  16. /motd:
  17. file: 'motd.txt'
  18. /rules:
  19. file: 'rules.txt'
  20. /news:
  21. file: 'news.txt'
  22. /register:
  23. file: 'register.txt'
  24. /about:
  25. file: 'http://tazzernator.com/files/bukkit/plugins/MCDocs/about.txt'
  26. /help:
  27. file: 'help/default.txt'
  28. groups:
  29. Admin: 'help/admin.txt'
  30. Moderator: 'help/moderator.txt'
  31.  
  32. #Show a MOTD at login? Yes: true | No: false
  33. motd-enabled: true
  34.  
  35. #Here we determine which files are shown when a player joins the server.
  36. motd:
  37. file: 'motd.txt'
  38. groups:
  39. Admin: 'motd-admin.txt'
  40. Moderator: 'motd-moderator.txt'
  41.  
  42. #Replace the vanilla join and quit messages? Yes: true | No: false
  43. broadcast-enabled: true
  44.  
  45. #Here we determine what is announced to the server for each group on join and quit.
  46. #If you don't define a group it's own specific string, the default message is used.
  47.  
  48. #This changes the pagination header that is added to MCDocs automatically when there is > 10 lines of text.
  49. header-format: '&c%commandname - Page %current of %count &f| &7%command <page>'
  50.  
  51. #Format to use when using %online or %online_group.
  52. online-players-format: '%prefix%name'
  53.  
  54. #The file to displayed when using %news.
  55. news-file: 'news.txt'
  56.  
  57. #How many lines to show when using %news.
  58. news-lines: 1
  59.  
  60. #How long, in minutes, do you want online files to be cached locally? 0 = disable
  61. cache-time: 5
  62.  
  63. #Inform the console when a player uses a command from the commands list.
  64. command-log-enabled: true
  65.  
  66. #Send warnings and errors to the main server log? Yes: true | No: false
  67. error-log-enabled: true
Advertisement
Add Comment
Please, Sign In to add comment