Advertisement
Roku

m

Mar 26th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. #MCDocs 14.3 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. commands:
  7. /votinglist:
  8. file: 'votinglist.txt'
  9. /commands:
  10. file: 'commands.txt'
  11.  
  12. #Show a MOTD at login? Yes: true | No: false
  13. motd-enabled: false
  14.  
  15. #Here we determine which files are shown when a player joins the server.
  16. #Replace the vanilla join and quit messages? Yes: true | No: false
  17. broadcast-enabled: false
  18.  
  19. #Here we determine what is announced to the server for each group on join and quit.
  20. #If you don't define a group it's own specific string, the default message is used.
  21. join:
  22. message: '%prefix%group%suffix (%prefix%name%suffix) has joined from %country.'
  23. groups:
  24. Admin: '%prefix%group%suffix (%prefix%name%suffix) has joined the server. Respect the admins.'
  25. players:
  26. Tazzernator: '%prefix%group%suffix (%prefix%name%suffix) has come to steal all your cute Ocelots!'
  27. quit:
  28. message: '%prefix%group%suffix (%prefix%name%suffix) has left the server.'
  29. groups:
  30. Admin: '%prefix%group%suffix (%prefix%name%suffix) has left the server. You can relax.'
  31. players:
  32. Tazzernator: '%prefix%group%suffix (%prefix%name%suffix) has made away with all your cute Ocelots!'
  33.  
  34. #This changes the pagination header that is added to MCDocs automatically when there is > 10 lines of text.
  35. header-format: '[color=red][b]%commandname[/b][/color] | [color=yellow]Page %current of %count[/color] | [color=gray]%command <page>[/color]'
  36.  
  37. #Format to use when using %online or %online_group.
  38. online-players-format: '%prefix%name'
  39.  
  40. #The file to displayed when using %news.
  41. news-file: 'news.txt'
  42.  
  43. #How many lines to show when using %news.
  44. news-lines: 1
  45.  
  46. #How long, in minutes, do you want online files to be cached locally? 0 = disable
  47. cache-time: 5
  48.  
  49. #Inform the console when a player uses a command from the commands list.
  50. command-log-enabled: true
  51.  
  52. #Send warnings and errors to the main server log? Yes: true | No: false
  53. error-log-enabled: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement