Advertisement
Guest User

Untitled

a guest
May 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. ###########################################
  2. #  #
  3. # KiteBoard, Default Group Configuration #
  4. # #
  5. ###########################################
  6. #
  7. # Default: If set to true, permission is granted to all users automatically. Priority is still affects.
  8. # Priority: Higher number means this scoreboard has a higher priority over others.
  9. # Enabled: Is this scoreboard available to be used in KiteBoard.
  10. # Advanced config: Default to true, See the wiki page for more information on using simple config layouts.
  11. settings:
  12. default: true
  13. priority: 1
  14. enabled: true
  15. advanced-config: true
  16.  
  17. #Scoreboard content
  18. content:
  19. title:
  20. frames:
  21. # A glowing effect.
  22. - '<glow start=&b&l middle="" end="" normal=&6&l size=8>OtakuLand</glow>'
  23. interval: 1
  24. 1:
  25. #A header/footer is recommended to stop the scoreboard jumping around the place.
  26. frames:
  27. - '&f&l&m&o────────────────────'
  28. interval: 100
  29. 2:
  30. #A player name line, notice colors codes and placeholders are supported.
  31. frames:
  32. - '&e&l☪&a Túi:'
  33. interval: 100
  34.  
  35. 3:
  36. #Blank, this creates an empty line on our scoreboard
  37. frames:
  38. - ' &eXu: &b%vault_eco_balance_fixed%'
  39. interval: 1
  40.  
  41. 4:
  42. #Location line, this changes every 10 ticks, 1/2 a second. 20 ticks = 1 second.
  43. frames:
  44. - ' &eQuân lương: &b%playerpoints_points%'
  45. interval: 1
  46.  
  47. 12312314:
  48. #Location line, this changes every 10 ticks, 1/2 a second. 20 ticks = 1 second.
  49. frames:
  50. - ' &eRank: &b%luckperms_primary_group_name%'
  51. interval: 1
  52.  
  53. 5:
  54. #Another blank line.
  55. frames:
  56. - ''
  57. interval: 100
  58.  
  59. #News header, the interval does not apply if the lines do not change, and there are no placeholders.
  60. 1544:
  61. frames:
  62. - '&e&l☪&a Lãnh Thổ:'
  63. interval: 1
  64. 6:
  65. frames:
  66. - ' &ePower: &b%factionsuuid_player_power%&7/&b%factionsuuid_player_maxpower%'
  67. interval: 1
  68.  
  69. 7:
  70. #A fast changing, animated line that creates a fadein/out effect
  71. frames:
  72. - ' &eToạ độ: &bX:%factionsuuid_faction_home_x% Y:%factionsuuid_faction_home_y% Z:%factionsuuid_faction_home_z%'
  73. #To create a visual effect, the interval for this is seemingly low, as long as no heavy duty placeholders are being used, this should not cause any issues.
  74. interval: 1
  75. 8:
  76. #Another fadein/out effect.
  77. frames:
  78. - ' &eTên lãnh thổ:&b %factionsuuid_faction_name%'
  79.  
  80. interval: 1
  81. 9:
  82. #A third blank line.
  83. frames:
  84. - ' &eSố đất sở hữu: &b%factionsuuid_faction_claims%'
  85. interval: 1
  86. 15000:
  87. frames:
  88. - ''
  89. interval: 100
  90.  
  91. 10:
  92. #An about header.
  93. frames:
  94. - '&e&l☪&a Thông tin server:'
  95. interval: 100
  96. 11:
  97. #Creates a similar fadein/out affect as seen above.
  98. frames:
  99. - ' &eIP:&b mc.nullhole.net'
  100. interval: 1
  101.  
  102. 12:
  103. #A footer to close the board nicely.
  104. frames:
  105. - '&f&l&m&o────────────────────'
  106. interval: 100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement