Advertisement
Guest User

default.yml

a guest
Mar 12th, 2024
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. # Example of the use of settings
  2. # This section is optional
  3. settings:
  4. # If you quickly want to change the
  5. # the label color change it here.
  6. # It replaces $setting_label-color$ throughout the entire config
  7. label-color: "&e"
  8. # Show or hide the health
  9. # This is an example of the script and is a custom option
  10. show-health: true
  11. # The priority of the scoreboard. The higher the number -> higher priority
  12. # Used when having more than one scoreboard assigned
  13. priority: 10
  14. assigning: 'WORLD'
  15.  
  16. lines:
  17. title:
  18. frames:
  19. - '&b&lSKYBLOCK'
  20. interval: 15
  21. random: false
  22. header:
  23. frames:
  24. - '<center width="30">&7%localtime_time%</center>'
  25. interval: 10
  26. random: true
  27. spacer0:
  28. frames:
  29. - '<center width="1">&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-</center>'
  30. interval: 10
  31. random: false
  32. my_profile_label:
  33. frames:
  34. - ' &b&l> [PROFILE]'
  35. interval: 100
  36. random: false
  37. my-prfile-line1:
  38. frames:
  39. - ' &f- 📛 Name &d%player_name%'
  40. interval: 2
  41. random: false
  42. my-profile-line2:
  43. frames:
  44. - ' &f- 🏆 Rank %luckperms_prefix%'
  45. interval: 2
  46. random: false
  47. spacer1:
  48. frames:
  49. - []
  50. interval: 10
  51. random: false
  52. my-island-label:
  53. frames:
  54. - ' &b&l> [ISLAND]'
  55. interval: 100
  56. random: false
  57. my-island-line1:
  58. frames:
  59. - ' &f- 💸 Money &e%vault_eco_balance_formatted%'
  60. interval: 2
  61. random: false
  62. my-island-line2:
  63. frames:
  64. - ' &f- 🏝 Level &d%Level_bskyblock_island_level%'
  65. interval: 2
  66. random: false
  67. spacer2:
  68. frames:
  69. - '<center width="1">&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-&b-&3-</center>'
  70. interval: 2
  71. random: false
  72. ip:
  73. frames:
  74. - '<center width="30">&lIP: &bplay.pureskyblock.net</center>'
  75. interval: 2
  76. random: false
  77.  
  78.  
  79. # World-specific settings
  80. PlotSquared2:
  81. # Settings for the "world" world
  82. title: "&6&lWorld Scoreboard"
  83. scores:
  84. - "&aPlayer Count: {COUNT}"
  85. - "&bTime: {TIME}"
  86. - "&eBalance: {BALANCE}"
  87. # Other settings specific to the "world" world
  88. PlotSquared2_nether:
  89. # Settings for the "world_nether" world
  90. title: "&4&lNether Scoreboard"
  91. scores:
  92. - "&cPlayer Count: {COUNT}"
  93. - "&6Time: {TIME}"
  94. - "&eNether Quartz: {QUARTZ}"
  95. # Other settings specific to the "world_nether" world
  96. PlotSquared2_the_end:
  97. # Settings for the "world_the_end" world
  98. title: "&5&lEnd Scoreboard"
  99. scores:
  100. - "&dPlayer Count: {COUNT}"
  101. - "&aTime: {TIME}"
  102. - "&eEnd Crystals: {CRYSTALS}"
  103. # Other settings specific to the "world_the_end" world
  104.  
  105. # This section is required. Those are your scoreboard lines
Tags: Code
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement