Advertisement
Guest User

config

a guest
Jun 10th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.96 KB | None | 0 0
  1. # Info Board Config, Last Edited in v0.1.7
  2. # Max rows is 15, and most characters in a row is 16(Unless you enable scroll) (This includes color/formating codes)
  3. # The group setting will always go to default if the players group isn't found.(Scoreboards per group requires vault to be on the server)
  4. # The world setting will always go to global if the players world isn't found.
  5. #
  6. # =============================================================
  7. # # Example
  8. # Info Board:
  9. # # Page Number
  10. # '1':
  11. # # How Long this page is shown for
  12. # Show Time: 10
  13. # # What world sees this page (global = All)
  14. # global:
  15. # # What Permissions group sees this page
  16. # default:
  17. # # Pages Title
  18. # Title: '&4&lDuskHaven'
  19. # # Pages Rows
  20. # Rows:
  21. # - ' '
  22. # - 'This board is only'
  23. # - 'seen by defaults'
  24. # Admin:
  25. # Title: '&4&lAdmin Page'
  26. # Rows:
  27. # - ' '
  28. # - 'This board is only'
  29. # - 'seen by Admins'
  30. # '2':
  31. # Show Time: 5
  32. # world:
  33. # default:
  34. # Title: '&a&lStats'
  35. # Rows:
  36. # # Splitting a line can be done in two ways: using <split>
  37. # - 'Online Players: <split> <onlineplayers>'
  38. # # Or Using ;
  39. # - 'Money: ; <balance>'
  40. # - 'PowerLevel: <split> <mcmmopowerlevel>'
  41. # - 'Your Level: <split> <level>'
  42. # world_the_nether:
  43. # default:
  44. # Title: '&a&lNether'
  45. # Rows:
  46. # # - 'Your Level: <split> <level>'
  47. # # Will only display if <exp> isn't "0" or "Unknown"
  48. # # - '~!<exp>Your Exp:'
  49. # # - '~!<exp><exp>'
  50. # #
  51. # ==================================================================
  52. # ==================================================================
  53. # Custom Variables are pretty simple, just follow this setup:
  54. # Custom Variables:
  55. # <Variable>: What it gets replaced to
  56. # (Also can be used to change "false" to "No")
  57. # ==================================================================
  58. # ==================================================================
  59. # For Disabled Worlds, Any worlds you want disabled put them here!
  60. # ==================================================================
  61. # ==================================================================
  62. # Just a heads up, using scroll MAY cause some lag. That's why it's a config option
  63. # <scroll> remove the limit of characters in a row as it scrolls through
  64. # To enable this turn, change "Scrolling Text.Enable" to true, and restart the server
  65. # Shift Time is how long between letters move
  66. # ==================================================================
  67. # ==================================================================
  68. # For Update Time, How many seconds between updating the scoreboard
  69. # ==================================================================
  70. # ================== SCORE BOARDS ======================
  71. # Max rows is 15, and most characters in a row is 16(Unless you enable scroll) (This includes color/formating codes)
  72. # The group setting will always go to default if the players group isn't found.(Scoreboards per group requires vault to be on the server)
  73. # The world setting will always go to global if the players world isn't found.
  74. # ==================================================================
  75. Check for Updates: true
  76. Custom Variables:
  77. <website>: www.youtube.com/user/sniperzciinema
  78. <plugindev>: SniperzCiinema
  79. Disabled Worlds:
  80. - DisabledWorld1
  81. - DisabledWorld2
  82. Scrolling Text:
  83. Enable: false
  84. Shift Time: 0.25
  85. Update Time: 2
  86. Info Board:
  87. '1':
  88. Show Time: 20
  89. global:
  90. default:
  91. Title: '&c&lMayhemPrison'
  92. Rows:
  93. - '&9------------'
  94. - '&eBalance:'
  95. - '&c$<money>'
  96. - '&eRank:'
  97. - '&c<prisonrankuprank>'
  98. - '&eNextRank:'
  99. - '&c<prisonrankupnextrank>'
  100. - '&eRequired:'
  101. - '&c$<prisonrankuprankprice>'
  102. - '&9------------'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement