Advertisement
Guest User

Untitled

a guest
Jan 5th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 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. report: 'report'
  11. reports: 'reports'
  12.  
  13. descriptions:
  14. report: 'Report a problem, player or suggestion on the server'
  15. reports: 'Open the reports user interface'
  16.  
  17. # The commands /report and /reports can be changed to whatever you like over here
  18. help:
  19. report: 'report'
  20. reports: 'reports'
  21.  
  22. messages:
  23. errors:
  24. no-permission: '&cYou are not permitted to do this!'
  25. too-many-arguments: '&cYou have entered too many arguments!'
  26.  
  27. player-is-invalid: '&cThe entered player is invalid!'
  28. player-only-command: '&eThis is a player-only command!'
  29.  
  30. unrecognized-parameter: '&cYou have entered an unrecognized parameter!'
  31. other:
  32. bug-reported: '&aThank you for reporting this bug!'
  33. player-reported: '&aThank you for reporting the player!'
  34. suggestion-reported: '&aThank you for giving us a feedback!'
  35.  
  36. realtime-message:
  37. announce: true
  38. required-permission: 'reports.realtime'
  39.  
  40. bug: '&2%player% &ahas reported a bug! Please check it out!'
  41. player: '&2%player% &ahas reported a player! Please check it out!'
  42. suggestion: '&2%player% &ahas submitted a suggestion! Please check it out!'
  43.  
  44. date-and-time: '&aTime: &2%time% &a| Date: &2%date%'
  45.  
  46. permissions:
  47. commands:
  48. report: 'reports.reports'
  49. reports: 'reports.reports'
  50.  
  51. menu:
  52. display-online-status: true
  53. display-time: true
  54. display-date: true
  55.  
  56. menu-title: '&0Report Menu'
  57.  
  58. bug-report-name: '&aBugs'
  59. player-report-name: '&aPlayers'
  60. suggestion-report-name: '&aSuggestions'
  61.  
  62. # [Item ID : Data]
  63. bug-report-icon: '166:0'
  64. player-report-icon: '397:3'
  65. suggestion-report-icon: '339:0'
  66.  
  67. # The max amount of characters shown for each line in a report
  68. characters-per-line: 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement