Advertisement
Guest User

Board.YML Edit :3

a guest
Jul 23rd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.54 KB | None | 0 0
  1.  
  2. # Info Board Board, Last Edited in v1.7.0 by Ktar5
  3. # ===============================================================================================
  4. # | Max Rows for a board is 15 |
  5. # | Max characters for a title is 32 |
  6. # | Max characters for a line is 48 |
  7. # |---------------------------------------------------------------------------------------------|
  8. # | When using scroll there is no limit for characters per line |
  9. # |=============================================================================================|
  10. # |=============================================================================================|
  11. # | Example |
  12. # |---------------------------------------------------------------------------------------------|
  13. # |Info Board: |
  14. # | '1': |
  15. # | Show Time: 10 # How Long this page is shown for|
  16. # | global: # What world sees this page (global = All)|
  17. # | default: # What Permissions group sees this page (default = All)|
  18. # | Title: '&4&lDuskHaven' |
  19. # | Rows: |
  20. # | - ' ' |
  21. # | - 'This board is seen by everyone' |
  22. # | - 'That isn''t in Admin' |
  23. # | Admin: |
  24. # | Title: '&4&lAdmin Page' |
  25. # | Rows: |
  26. # | - ' ' |
  27. # | - 'This board is only' |
  28. # | - 'seen by Admins' |
  29. # | '2': |
  30. # | Show Time: 5 |
  31. # | world: |
  32. # | default: |
  33. # | Title: '&a&lStats' |
  34. # | Rows: |
  35. # | - 'Online Players: ; <onlineplayers>' # Splitting a line can be done by using ;|
  36. # | - 'Money: ; <balance>' |
  37. # | world_the_nether: |
  38. # | default: |
  39. # | Title: '&a&lNether' |
  40. # | Rows: |
  41. # | - 'Your Level:' |
  42. # | - '~!<level>Your Level:' # Will only display if <level> isn't "0" or "Unknown" |
  43. # | - '~!<level><math<level>+<exp>>' |
  44. # ==============================================================================================
  45. Info Board:
  46. '1':
  47. Show Time: 20
  48. global:
  49. default:
  50. Title: '&1&lCrax&f&lA&c&lByte&6&l!'
  51. Rows:
  52. - '&1&l<174><247><247><247>&f&l<~><4><~>&c&l<247><247><247><174>'
  53. - ' '
  54. - '&e&lWelcome!'
  55. - '&e&l<player>'
  56. - ' '
  57. - '&a&lOnline Members:'
  58. - '&e<onlineplayers>'
  59. - ' '
  60. - '&5&lYour Rank Is:'
  61. - <rank>
  62. - ' '
  63. - '&e&lWebsite:'
  64. - <N/A>
  65. - '&1&l<174><247><247><247>&f&l<~><4><~>&c&l<247><247><247><174>'
  66. '2':
  67. Show Time: 10
  68. global:
  69. default:
  70. Title: '&e&lPlayer Stats'
  71. Rows:
  72. - '&1&l<174><247><247><247>&f&l<~><4><~>&c&l<247><247><247><174>'
  73. - ' '
  74. - '&e&lLevel:'
  75. - '&l<math<level>+<exp>>'
  76. - ' '
  77. - '&5&lLocation:'
  78. - '&a<x>&7, &a<y>&7, &a<z>'
  79. - ' '
  80. - '&e&lWebsite:'
  81. - <N/A>
  82. - '&1&l<174><247><247><247>&f&l<~><4><~>&c&l<247><247><247><174>'
  83. Admin:
  84. Title: '&e&lServer Stats'
  85. Rows:
  86. - '&1&l<174><247><247><247>&f&l<~><4><~>&c&l<247><247><247><174>'
  87. - ' '
  88. - '&a&lMemory:'
  89. - '&e<usedram>&7/&e<maxram>'
  90. - ' '
  91. - '&d&lProcessors:'
  92. - '&f<availableprocessors>'
  93. - ' '
  94. - '&f&lTPS:'
  95. - '&9<tps>'
  96. - ' '
  97. - '&1&l<174><247><247><247>&f&l<~><4><~>&c&l<247><247><247><174>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement