Advertisement
Guest User

Report config

a guest
Aug 22nd, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. mysql:
  2. enabled: false
  3. database: 'reportsdb'
  4. ip: '127.0.0.1'
  5. port: '3306'
  6. username: 'root'
  7. password: ''
  8.  
  9. commands:
  10. # The commands /report and /reports can be changed to whatever you like over here
  11. report: 'report'
  12. reports: 'reports'
  13.  
  14. descriptions:
  15. report: 'Report a problem, player or suggestion on the server'
  16. reports: 'Open the reports user interface'
  17.  
  18. help:
  19. report: '&c/Report [bug/player/suggestion] <player:player name> [message...]'
  20. reports: ''
  21.  
  22. permissions:
  23. commands:
  24. report:
  25. bug: 'reports.report.bug'
  26. player: 'reports.report.player'
  27. suggestion: 'reports.report.suggestion'
  28. reports: 'reports.reports'
  29. menu:
  30. open-menu:
  31. bug: 'reports.openmenu.bug'
  32. player: 'reports.openmenu.player'
  33. suggestion: 'reports.openmenu.suggestion'
  34. remove-report:
  35. bug: 'reports.removereport.bug'
  36. player: 'reports.removereport.player'
  37. suggestion: 'reports.removereport.suggestion'
  38.  
  39. messages:
  40. errors:
  41. no-permission: '&cYou are not permitted to do this!'
  42. too-many-arguments: '&cYou have entered too many arguments!'
  43.  
  44. player-is-invalid: '&cThe entered player is invalid!'
  45. player-only-command: '&eThis is a player-only command!'
  46.  
  47. unrecognized-parameter: '&cYou have entered an unrecognized parameter!'
  48. other:
  49. bug-reported: '&aThank you for reporting this bug!'
  50. player-reported: '&aThank you for reporting the player!'
  51. suggestion-reported: '&aThank you for giving us a feedback!'
  52.  
  53. realtime-message:
  54. announce: true
  55. required-permission: 'reports.realtime'
  56.  
  57. bug: '&2%player% &ahas reported a bug! Please check it out!'
  58. player: '&2%player% &ahas reported a player! Please check it out!'
  59. suggestion: '&2%player% &ahas submitted a suggestion! Please check it out!'
  60.  
  61. date-and-time: '&aTime: &2%time% &a| Date: &2%date%'
  62.  
  63. menu:
  64. display-online-status: true
  65. display-time: true
  66. display-date: true
  67.  
  68. menu-title: 'Report Menu'
  69.  
  70. bug-report-name: '&aBugs'
  71. player-report-name: '&aPlayers'
  72. suggestion-report-name: '&aSuggestions'
  73.  
  74. # [Item ID : Data]
  75. bug-report-icon:
  76. type: 'barrier'
  77. data: 0
  78. player-report-icon:
  79. type: 'skull'
  80. data: 3
  81. suggestion-report-icon:
  82. type: 'paper'
  83. data: 0
  84.  
  85. # The max amount of characters shown for each line in a report
  86. characters-per-line: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement