#This is where you create the scoreboard, the first section will always be the title.
#Every section after that will be a line displayed on the scoreboard. You can have a max
#of 15 lines display due to the limitations of minecraft.
display:
#This is the first section, it will always be the title of the scoreboard.
#You can also use placeholders here if you want.
title:
#This is the text that will be display as the title, it can have as many lines as you want and it will automatically rotate through them or
#choose a random one, depending on what you set random to.
text:
- "&3Sunucu"
#If this is true there will be a random line every time it updates.
#If it is false than it will rotate through them and you can make some animations with it.
random: false
#The time between updates, 20 ticks is 1 second.
#Every x ticks it will go to the next line, if random is false, once all lines are displayed it will go to the first line.
interval: 2
#This section is the first line, here you set the data of that line. It doesn't matter what the name of the section is, as long
# as there is no other section with the exact same name
line-1:
#Same as with the title, no limit on text. If you just put " " here it will display a blank line on the scoreboard.
text:
- " "
#If it should be random or not.
random: false
#The time between updates, 20 ticks is 1 second.
#Every x ticks it will go to the next line, if random is false, once all lines are displayed it will go to the first line.
interval: 200
#The score display next to the text, this can only be a number and not removed.
# If the score of the other lines are higher than this one, they will be displayed above this one.
score: 12
line-2:
text:
- "&fMerhaba &8» &b%player_name%"
random: false
interval: 5
score: 11
line-3:
text:
- " "
random: false
interval: 200
score: 10
#This animation works together with the line below it. The interval is the same so it displays the data at the same time.
line-4:
text:
- "&fCoin &8» &b%vault_eco_balance%"
random: false
interval: 1
score: 9
#This animation shows the actual data of the player
#This is another blank line to split up the scoreboard in multiple parts, you can have multiple lines with the same text displayed on the scoreboard.
line-7:
text:
- " "
random: false
interval: 200
score: 7
#In this animation random is set to true so it will go randomly through all the text and display it on the scoreboard.
#In this case it will just change the color of the text but it could be anything and you are also able to use placeholders here.
line-8:
text:
- "&fÖldürme &8» &bThe Bridge'deki öldürme"
random: true
interval: 1
score: 6
line-9:
text:
- "&fÖldürme &8» &bThe Bridge'deki toplam atlama "
random: true
interval: 99
score: 5
line-10:
text:
- " "
random: true
interval: 99
score: 5
#It will display the player's health here with hearts, you can also use score=%placeholder% if you have PlaceholderAPI installed
line-11:
text:
- "&fPing &8» &b%player_ping%"
random: false
interval: 1
score: 4
#Here we will repeat | 10 times, you can also use times=%placeholder% if you have PlaceholderAPI installed
line-12:
text:
- "&fAktif &8» &b%server_online%"
random: false
interval: 1
score: 3
line-13:
text:
- ""
random: false
interval: 10
score: 2
line-14:
text:
- "&ehttps://discord.gg/"
random: true
interval: 99
score: 1
#1.13+ supports up to 128 characters per scoreboard line!
#You are able to add more lines to the scoreboard if you want, this scoreboard is just to explain all the possibilities of this plugin.