Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Example of the use of settings
- # This section is optional
- settings:
- # If you quickly want to change the
- # the label color change it here.
- # It replaces $setting_label-color$ throughout the entire config
- label-color: "&e"
- # Show or hide the health
- # This is an example of the script and is a custom option
- show-health: true
- # The priority of the scoreboard. The higher the number -> higher priority
- # Used when having more than one scoreboard assigned
- priority: 10
- assigning: 'WORLD'
- lines:
- title:
- frames:
- - '&b&lSKYBLOCK'
- interval: 15
- random: false
- header:
- frames:
- - '<center width="30">&7%localtime_time%</center>'
- interval: 10
- random: true
- spacer0:
- frames:
- - '<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>'
- interval: 10
- random: false
- my_profile_label:
- frames:
- - ' &b&l> [PROFILE]'
- interval: 100
- random: false
- my-prfile-line1:
- frames:
- - ' &f- 📛 Name &d%player_name%'
- interval: 2
- random: false
- my-profile-line2:
- frames:
- - ' &f- 🏆 Rank %luckperms_prefix%'
- interval: 2
- random: false
- spacer1:
- frames:
- - []
- interval: 10
- random: false
- my-island-label:
- frames:
- - ' &b&l> [ISLAND]'
- interval: 100
- random: false
- my-island-line1:
- frames:
- - ' &f- 💸 Money &e%vault_eco_balance_formatted%'
- interval: 2
- random: false
- my-island-line2:
- frames:
- - ' &f- 🏝 Level &d%Level_bskyblock_island_level%'
- interval: 2
- random: false
- spacer2:
- frames:
- - '<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>'
- interval: 2
- random: false
- ip:
- frames:
- - '<center width="30">&lIP: &bplay.pureskyblock.net</center>'
- interval: 2
- random: false
- # World-specific settings
- PlotSquared2:
- # Settings for the "world" world
- title: "&6&lWorld Scoreboard"
- scores:
- - "&aPlayer Count: {COUNT}"
- - "&bTime: {TIME}"
- - "&eBalance: {BALANCE}"
- # Other settings specific to the "world" world
- PlotSquared2_nether:
- # Settings for the "world_nether" world
- title: "&4&lNether Scoreboard"
- scores:
- - "&cPlayer Count: {COUNT}"
- - "&6Time: {TIME}"
- - "&eNether Quartz: {QUARTZ}"
- # Other settings specific to the "world_nether" world
- PlotSquared2_the_end:
- # Settings for the "world_the_end" world
- title: "&5&lEnd Scoreboard"
- scores:
- - "&dPlayer Count: {COUNT}"
- - "&aTime: {TIME}"
- - "&eEnd Crystals: {CRYSTALS}"
- # Other settings specific to the "world_the_end" world
- # This section is required. Those are your scoreboard lines
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement