Advertisement
Guest User

Untitled

a guest
May 20th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. # InfoBoardReborn Board file
  2. # ===============================================================================================
  3. # | FOR 1.12.2 AND BELOW |
  4. # |---------------------------------------------------------------------------------------------|
  5. # | Max Rows for a board is 15 |
  6. # | Max characters for a title is 32 |
  7. # | Max characters for a line is 48 |
  8. # |---------------------------------------------------------------------------------------------|
  9. # | FOR 1.13 AND ABOVE |
  10. # | Max Rows for a board is 15 |
  11. # | |
  12. # | Cumming soon: INFINITE RANGE |
  13. # | Max characters for a title is XX |
  14. # | Max characters for a line is XX |
  15. # |---------------------------------------------------------------------------------------------|
  16. # | When using scroll there is no limit for characters per line |
  17. # |=============================================================================================|
  18. # |=============================================================================================|
  19. # | Example |
  20. # |---------------------------------------------------------------------------------------------|
  21. # |InfoBoard: |
  22. # | '1': |
  23. # | ShowTime: 10 # How Long this page is shown for |
  24. # | global: # What world sees this page (global = All)|
  25. # | default: # What Permissions group sees this page (default = All)|
  26. # | Title: '&4&lKtarLalaLand' |
  27. # | Rows: |
  28. # | - ' ' |
  29. # | - 'This board is seen by everyone' |
  30. # | - 'That isn''t in Admin' |
  31. # | Admin: |
  32. # | Title: '&4&lAdmin Page' |
  33. # | Rows: |
  34. # | - ' ' |
  35. # | - 'This board is only' |
  36. # | - 'seen by Admins' |
  37. # | '2': |
  38. # | ShowTime: 5 |
  39. # | world: |
  40. # | default: |
  41. # | Title: '&a&lStats' |
  42. # | Rows: |
  43. # | - 'Online Players: ; %server_online%' # Splitting a line can be done by using ;|
  44. # | - 'Money: ; %vault_eco_balance%' |
  45. # | world_the_nether: |
  46. # | default: |
  47. # | Title: '&a&lNether' |
  48. # | Rows: |
  49. # | - 'Your Level:' |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  50. # | - '~!%player_level%' # Will only display if %player_level% isn't "0" or "Unknown" or one of many other empty values |
  51. # ===============================================================================================================================
  52. InfoBoard:
  53. '1':
  54. ShowTime: 20
  55. global:
  56. default:
  57. Title: '&l&aHype Craft'
  58. Rows:
  59. - ' '
  60. - '&a&lnick:&f&l %player_name%'
  61. - ' '
  62. - '&a&lpeníze:&f&l %vault_eco_balance_fixed%'
  63. - ' '
  64. - '&a&lHlasuj příkazem'
  65. - '&4&l/vote'
  66. - ' '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement