Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | None | 0 0
  1. # InfoBoardReborn Config, Last Edited in v2.0.4
  2. # =============================================================================
  3. # | Updater: Checks for updates on enable |
  4. # | Debug: Gives extra info on plugin (cmds/startup/errors) |
  5. # | give-onjoin: give a scoreboard onjoin |
  6. # |---------------------------------------------------------------------------|
  7. # | Custom Variables allow for you to create your own variables |
  8. # | <Variable>: What it gets replaced to |
  9. # |---------------------------------------------------------------------------|
  10. # | Disabled Worlds - A List of worlds that won't have scoreboards |
  11. # | WorldGuardApi.Prevent Showing In - A List of regions the board won't show in |
  12. # |---------------------------------------------------------------------------|
  13. # | Update Time how fast you scoreboard updates in seconds |
  14. # |---------------------------------------------------------------------------|
  15. # | Scrolling Text is a cool feature where text will scroll across the board |
  16. # | Currently format codes aren't supported |
  17. # | Shift Time - How long between the text scrolling in seconds |
  18. # |---------------------------------------------------------------------------|
  19. # | Changeable text: |
  20. # | Use like: <changeable_<variable>> |
  21. # | Enabled- enable or disable |
  22. # | Changeables - Custom changeable variables |
  23. # | Option - how you want the time |
  24. # | OPTIONS: BLINK / TIMED |
  25. # | Text - the text lines you want to display |
  26. # | interval- how fast the lines should update in seconds |
  27. # |---------------------------------------------------------------------------|
  28. # | COMING SOON!! |
  29. # | Condition |
  30. # | Use like: <condition_<variable>> |
  31. # | Enabled: enable or disable |
  32. # | Interval: how fast you want to check in seconds |
  33. # | Conditions: Custom condition variables |
  34. # | Check: variable you check for |
  35. # | Answer: possible answers on the check |
  36. # =============================================================================
  37. Updater: true
  38. Debug: false
  39. give-onjoin: true
  40. Static Board: false
  41. Custom Variables:
  42. <TeamSpeak3>: RobΓ­ sa
  43. Disabled Worlds:
  44. - DisabledWorld1
  45. - DisabledWorld2
  46. WorldGuard:
  47. Prevent Showing In:
  48. - regionNamesAreCapSensitive
  49. - regionName2
  50. Update Time:
  51. Lines: 0.5
  52. Animations:
  53. Scroll:
  54. Enabled: false
  55. Width: 10
  56. Length: 5
  57. Interval: 0.25
  58. Changeable Text:
  59. Enabled: false
  60. Scrolling Text:
  61. Enable: false
  62. Shift Time: 0.25
  63. Changeable Text:
  64. Enable: false
  65. Changeables:
  66. healthloc:
  67. option: BLINK
  68. interval: 1
  69. text:
  70. - '&e%player_health_rounded%&a/&c%player_max_health_rounded%'
  71. - '&a%player_x%&7, &a%player_y%&7, &a%player_z%'
  72. - '&l%player_first_join_date%'
  73. titlewelcome:
  74. option: BLINK
  75. interval: 1
  76. text:
  77. - '&eVitaj &a%player_name%!'
  78. - '&aVitaj &6%player_name%!'
  79. - '&6Vitaj &e%player_name%!'
  80. Condition:
  81. Enabled: false
  82. Conditions:
  83. health:
  84. check: '%player_ping%'
  85. interval: 1
  86. answers:
  87. '20': full health
  88. '10': half health
  89. '1': close to death
  90. '0': dead
  91. default: still alive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement