Advertisement
Guest User

CustomHelpPages Config

a guest
Jan 7th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # Made by Agazed.
  2. # Visit me @ agazed.net!
  3.  
  4. # ---------- GROUP LISTS ---------- #
  5. # You can assign different groups different lists with "help.group.<list>
  6.  
  7. groups:
  8.  
  9. # This is the default list. People who have access to this list either have multiple list permissions or no list permissions.
  10. default:
  11. # How many help messages do you want on one page?
  12. messages-per-page: 8
  13. # Do you want to display the top header message?
  14. display-header: true
  15. #Shall the header be displayed on the last page?
  16. show-header-on-last-page: true
  17. # Top header message. Available vars: %CURRENTPAGE, %TOTALPAGES, %NEXTPAGE, %LIST.
  18. header: '&7Page: %CURRENTPAGE/%TOTALPAGES'
  19. # Do you want to display the bottom footer message?
  20. display-footer: true
  21. #Shall the footer be displayed on the last page?
  22. show-footer-on-last-page: false
  23. # Bottom footer message. Available vars: %CURRENTPAGE, %TOTALPAGES, %NEXTPAGE, %LIST.
  24. footer: '&7Type /help %NEXTPAGE to get to the next page'
  25. messages:
  26. - 'A message'
  27. - 'Another message'
  28. - '&2Colored message!'
  29. - 'The list goes on...'
  30.  
  31. # Example: To grant access to this list, grant the permission "help.group.test".
  32. test:
  33. messages-per-page: 8
  34. display-header: true
  35. show-header-on-last-page: true
  36. header: '&7Page: %CURRENTPAGE/%TOTALPAGES'
  37. display-footer: true
  38. show-footer-on-last-page: false
  39. footer: '&7Type /help %NEXTPAGE to get to the next page'
  40. messages:
  41. - 'Test list!'
  42.  
  43. # ---------- PAGE LISTS ---------- #
  44.  
  45. pages:
  46.  
  47. # Custom page. Access with /help cool. Permission is "help.page.cool".
  48. cool:
  49. messages-per-page: 8
  50. display-header: true
  51. show-header-on-last-page: true
  52. header: '&7Page: %CURRENTPAGE/%TOTALPAGES'
  53. display-footer: true
  54. show-footer-on-last-page: false
  55. footer: '&7Type /help %LIST %NEXTPAGE to get to the next page'
  56. messages:
  57. - 'Sick bruh.'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement