Advertisement
Roku

Untitled

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