Advertisement
rkgaming112

InfoBoard Tutorial

Oct 12th, 2017
1,422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.38 KB | None | 0 0
  1. # Info Board Board, Last Edited in v1.7.0 by Ktar5
  2. # ===============================================================================================
  3. # |                               Max Rows for a board is 15                                    |
  4. # |                            Max characters for a title is 32                                 |
  5. # |                             Max characters for a line is 48                                 |
  6. # |---------------------------------------------------------------------------------------------|
  7. # |               When using scroll there is no limit for characters per line                   |
  8. # |=============================================================================================|
  9. # |=============================================================================================|
  10. # |                                        Example                                              |
  11. # |---------------------------------------------------------------------------------------------|
  12. # |Info Board:                                                                                  |
  13. # |  '1':                                                                                       |
  14. # |    Show Time: 10                                           # How Long this page is shown for|
  15. # |    global:                                        # What world sees this page (global = All)|
  16. # |      default:                        # What Permissions group sees this page (default = All)|
  17. # |        Title: '&4&lDuskHaven'                                                               |
  18. # |         Rows:                                                                               |
  19. # |         - ' '                                                                               |
  20. # |         - 'This board is seen by everyone'                                                  |
  21. # |         - 'That isn''t in Admin'                                                            |
  22. # |      Admin:                                                                                 |
  23. # |        Title: '&4&lAdmin Page'                                                              |
  24. # |        Rows:                                                                                |
  25. # |        - ' '                                                                                |
  26. # |        - 'This board is only'                                                               |
  27. # |        - 'seen by Admins'                                                                   |
  28. # |  '2':                                                                                       |
  29. # |    Show Time: 5                                                                             |
  30. # |    world:                                                                                   |
  31. # |      default:                                                                               |
  32. # |        Title: '&a&lStats'                                                                   |
  33. # |         Rows:                                                                               |
  34. # |         - 'Online Players: ; <onlineplayers>'      # Splitting a line can be done by using ;|
  35. # |         - 'Money: ; <balance>'                                                              |
  36. # |    world_the_nether:                                                                        |
  37. # |      default:                                                                               |
  38. # |        Title: '&a&lNether'                                                                  |
  39. # |         Rows:                                                                               |
  40. # |         - 'Your Level:'                                                                     |
  41. # |         - '~!<level>Your Level:'      # Will only display if <level> isn't "0" or "Unknown" |
  42. # |         - '~!<level><math<level>+<exp>>'                                                    |
  43. # ==============================================================================================
  44. Info Board:
  45.   '1':
  46.     Show Time: 20
  47.     global:
  48.       default:
  49.         Title: '&9&lTÊN SERVER'
  50.         Rows:
  51.        - '&f&lXin Chào'
  52.         - '&7&o<player>'
  53.         - '&d→Rank:&9 <rank>'
  54.         - '&6→Tiền:&a <money>'
  55.         - '&e→Xu:&c <playerpoints>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement