Advertisement
Guest User

Untitled

a guest
Mar 31st, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 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. receive-realtime-reports: 'reports.receive.realtime-reports'
  39. receive-offline-reports: 'reports.receive.offline-reports'
  40.  
  41. messages:
  42. errors:
  43. no-permission: '&cYou are not permitted to do this!'
  44. too-many-arguments: '&cYou have entered too many arguments!'
  45.  
  46. player-is-invalid: '&cThe entered player is invalid!'
  47. player-only-command: '&eThis is a player-only command!'
  48.  
  49. unrecognized-parameter: '&cYou have entered an unrecognized parameter!'
  50. other:
  51. bug-reported: '&aThank you for reporting this bug!'
  52. player-reported: '&aThank you for reporting the player!'
  53. suggestion-reported: '&aThank you for giving us a feedback!'
  54.  
  55. missed-reports: '&bNew reports were posted while you were online. Go check them out now (/reports)!'
  56.  
  57. realtime-message:
  58. announce: true
  59.  
  60. bug: '&2%player% &ahas reported a bug! Please check it out!'
  61. player: '&2%player% &ahas reported a player! Please check it out!'
  62. suggestion: '&2%player% &ahas submitted a suggestion! Please check it out!'
  63.  
  64. date-and-time: '&aTime: &2%time% &a| Date: &2%date%'
  65.  
  66. menu:
  67. display-online-status: true
  68. display-time: true
  69. display-date: true
  70.  
  71. menu-title: 'Report Menu'
  72.  
  73. bug-report-name: '&aBugs'
  74. player-report-name: '&aPlayers'
  75. suggestion-report-name: '&aSuggestions'
  76.  
  77. # [Item ID : Data]
  78. bug-report-icon:
  79. type: 'barrier'
  80. data: 0
  81. player-report-icon:
  82. type: 'player_head'
  83. data: 3
  84. suggestion-report-icon:
  85. type: 'paper'
  86. data: 0
  87.  
  88. # The max amount of characters shown for each line in a report
  89. characters-per-line: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement