mình config = cái này adminboard
#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:
- "&lC"
- "&lcùn"
- "&lcùng"
- "&c&lc"
- "&a&lch"
- "&e&lchơ"
- "&d&lchơi"
- "&5&ls"
- "&6&lse"
- "&9&lser"
- "&c&lserv"
- "&a&lserve"
- "&e&lserver"
- "&d&lN"
- "&5&lNg"
- "&6&lNga"
- "&9&lNgay"
- "&c&lT"
- "&a&lTh"
- "&e&lThô"
- "&d&lThôi"
- "&5&lN"
- "&6&lNà"
- "&9&lNào"
- "<stay ticks=10>&a&lServer_Mine_VN</stay>"
#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, 5 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: 99
line-2:
text:
- "&a&lName: %player_name%"
- "&b&lName: %player_name%"
- "&c&lName: %player_name%"
random: false
interval: 5
score: 98
line-3:
text:
- " "
random: false
interval: 20
score: 97
#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:
- "&aThông Tin:"
- "&cThông Tin:"
- "&eThông Tin:"
random: false
interval: 60
score: 96
#This animation shows the actual data of the player
line-5:
text:
- " &bServer_Mine_VN"
- " <update ticks=1> &bServer 1.12.2</update>"
- " &bServer New"
random: false
interval: 60
score: 95
#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: 95
#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:
- "&1Admin JWoodG"
- "&2Admin JWoodG"
- "&3Admin JWoodG"
- "&4Admin JWoodG"
- "&5Admin JWoodG"
- "&6Admin JWoodG"
- "&7Admin JWoodG"
- "&8Admin JWoodG"
- "&9Admin JWoodG"
- "&aAdmin JWoodG"
- "&bAdmin JWoodG"
- "&cAdmin JWoodG"
- "&dAdmin JWoodG"
- "&eAdmin JWoodG"
- "&kAdmin JWoodG"
- "&lAdmin JWoodG"
- "&mAdmin JWoodG"
- "&nAdmin JWoodG"
- "&oAdmin JWoodG"
- "&rAdmin JWoodG"
random: true
interval: 1
score: 94
line-9:
text:
- " "
random: true
interval: 1
score: 93
#It will display the player's health here with hearts, you can also use score=%placeholder% if you have PlaceholderAPI installed
line-10:
text:
- "<health full=&4 half=&c empty=&f update=5>❤</health>"
random: false
interval: 10
score: "0"
#Here we will repeat | 10 times, you can also use times=%placeholder% if you have PlaceholderAPI installed
line-11:
text:
- "<repeat times=10>|</repeat>"
random: false
interval: 10
score: 0
line-12:
text:
- ""
random: false
interval: 10
score: "-1"
line-13:
text:
- "<scroll space=5 width=16 update=10>&6server nhiều tính năng hay</scroll>"
random: true
interval: 1
score: "-2"
#1.13+ supports up to 128 characters per scoreboard line!
line-14:
text:
- "&aserver_mine_vn.com"
random: true
interval: 1
score: "-2"
#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.