Advertisement
brinaq

Untitled

Jan 31st, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.69 KB | None | 0 0
  1. ####################################################################
  2. #//////////////////////////////////////////////////////////////////#
  3. #////////////////////ModReq Configuration File/////////////////////#
  4. #//////////////////////////////////////////////////////////////////#              
  5. ####################################################################
  6.  
  7. ####################################################################
  8. #                           Introduction                           #
  9. #------------------------------------------------------------------#
  10. # Welcome to the configuration file of ModReq. This time in a      #
  11. # fresh new look. With Every configuration I will try to make sure #
  12. # that is is easy to follow and hard to understand. Examples will  #
  13. # be given in this file and they can be rocognised by the # in     #
  14. # front of them. Sometimes the file will say DO NOT EDIT. in that  #
  15. # case it will break the plugin if you try to edit it.             #
  16. # If something is not clear you should not wait, but you shoud go  #
  17. # to my bukkit dev and just ask.                                   #
  18. # ModReq bukkit dev page: http://dev.bukkit.org/server-mods/modreq #
  19. ####################################################################
  20.  
  21. ####################################################################
  22. #                            DO NOT EDIT                           #
  23. ####################################################################
  24. #The config File version. DO NOT CHANGE YOURSELF
  25. version: 2.2                                                    
  26.  
  27. ####################################################################
  28. #                           Configurations                         #
  29. ####################################################################
  30. #Use this to specify the maximum amount of open/closed tickets a
  31. #player may have.
  32. maximum-open-tickets: 10
  33.  
  34. #The Update feature
  35.  
  36. #Change this to false if you do not want modreq
  37. #to check for updates. The host of the jar file is bukkit dev. I
  38. #however host a cache on http://website.shadowblox.com/ to reduce
  39. #trafic to the bukkit servers. The files downloaded checked every
  40. #hour are: Version number of modreq, Latest download link. Once you
  41. #do /updatemodreq the jar file and the changelog are downloaded to
  42. #a folder inside the plugin folder.
  43. check-updates: true
  44.  
  45. #use metrics. This sends anonymous data to mcstats.org to analize. This is NO HARM for your server
  46. metrics: true
  47. #If you change this to true, a staff member can claim multiple
  48. #tickets at the same time
  49. may-claim-multiple: false
  50.  
  51. #Use this to display the Nickname of the submitter when he is
  52. #online
  53. use-nickname: false
  54. #Change this to true if you want claimed ticket to appear in the
  55. #/check list
  56. show-claimed-tickets-in-open-list: false
  57.  
  58. #Specify the TimeZone used for the Date here
  59. timezone: GMT
  60.  
  61. #Use this to change the time format using SimpleDateFormat. If you
  62. #don't know how SimpleDateFormat is used you can check out this link:
  63. #http://docs.oracle.com/javase/1.4.2/docs/api/java/text/SimpleDateFormat.html
  64. timeformat: 'YY-MM-dd HH:mm:ss'
  65.  
  66.  
  67. #Change this to true if you want the staff to be notified about
  68. #open tickets uppon login
  69. notify-on-login: true
  70.  
  71. #change this to true if you want the staff to be notified every
  72. #few minutes about open tickets and specify the time in minutes
  73. notify-on-time: true
  74. time-period: 2
  75.  
  76. #change this to use mySQL or not
  77. use-mysql: false
  78.  
  79. #specify mySQL server information here. The example does noet work
  80. mysql:
  81.     ip: example.com/sgt_tailor
  82.     user: Sgt_Tailor
  83.     pass: Walrus
  84.  
  85. #To change the language used in the messages, replace the messages.yml with the messages you would like to be used
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement