Çözüldü 2li Feather Board nasıl yapılır yardım?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

MaskeliPeder

Play.CasperNW.CoM
Yasaklandı
Katılım
4 Eylül 2017
Mesajlar
617
Elmaslar
196
Puan
0
Yaş
27
Konum
İzmir
Minecraft
MaskeliPeder
Facebook
CasperNetwork
X
CasperNetwork

Discord:

MaskeliPeder#8352

Arkadaşlar ben bilmediğim için size soruyorum ?
Hem Benim Kendi Feather Boardım gözüksün
5 dakka arayla 2 si değişicek
2.featherborad veya scoreboard'tada Serverdeki TOP5 Öldürme yapan adamlar gözüksün istiyorum
yardım ediceklere şimdiden teşekkürler :)
 
FeatherBoard configini atar mısın?
 
Buyrun:
Kod:
# ------------------------------ #
#
#  FeatherBoard 1.9.0
#  Runs like a feather on your server
#  (c) Maxim Van de Wynckel
#
# ------------------------------ #

# Permissions: To use the action groups give them the permission
#              featherboard.group.<group>
#              Make sure to remove them from the other groups
#              when giving a new permission.

# Variables: These variables can be used in the TEXT section
#            of both the header as the footer.
#          
#            {PLAYER}       - Player name
#            {PLAYERNICK}   - Player nickname
#            {SERVER}       - Server name
#            {PLAYERCOUNT}  - Server player count
#            {BUNGEECOUNT}  - Bungee network player count
#            850+ more ... see spigot page

# Formatting: These are formatting tags allowing you to format the animations
#             or placeholders.
#
#             Substring: This allows you to split a word (even a placeholder) in parts
#               example: <substring begin=0 end=3>Hello World</substring> = Hel
#               usage: This can be used to split placeholders when creating a typewriter
#                      or to split the colors in a placeholder.
#
#             Scroll: This creates a scrolling animation of the text inside it. It accepts
#                     two arguments (the length and space between scrolls).
#               example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
#
#             PLENTY MORE! See spigot page

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

## Config version (DO NOT EDIT)
config: 1

## Language file
lang: 'tr'

## Debug mode
debug: false

## Log to file
log: true

## Update checking
update:
  check: true # RECOMMENDED YOU LEAVE THIS TRUE

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# Tweaks to increase performance (Use at own risk)
tweaks:
  # This option does not send scoreboard remove packets
  # to the client on quit. This can increase performance on servers
  # where players quit a lot (hubs, ...)
  #
  # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  # /data folder
  #
  # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  keepScoreboardOnQuit: false

# Anti Flicker will use a new engine that will allow you to use fast animations
# without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
# and problems that only occur with this option enabled in a Spigot private message.
# Using this option shortens the maximum length for 1.8 servers to around 26~28 chars
# but this is an increase for 1.7 clients (that default only have 16 characters)
# IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
antiflicker: true

# A list of different scoreboards
boards:
  default:
    title: # The first element in the group will be title.
      # We will show the server name animated, with a glow effect every 20 sec
      text:
      - '<rainbow>&l&oSkyblock</rainbow>'
      # Interval the animation loops in ticks (20 ticks = 1 sec)
      # If you need waiting intervals look at the DELAY placeholder
      interval: 1
      # Do you want to randomize the animation frames?
      random: false
    heereadesdsr: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - ' '
      interval: 100
      random: false              
    player-label: # You can add elements to the group and name them like you want
      # Lets make a static label
      text:
      - '&f{175} &6&lMerhaba'
      interval: 100 # The interval is not important since its just 1 static text.
      # Do you want to randomize the animation frames?
      random: false    
    player: # Under the label we will show the actual player name
      text:
      - '&e{player}'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    asdsasd: # This is a spacer an empty line
      text:
      - '&aAda levelin &8&l» &c{askyblock_island_level}'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false 
    sserver: # Server status (ram and tps)      - '&6Cevrimici &e{onlineplayers}'
      text:
      - '&bParan &8&l» &c{money}'
      interval: 1
      random: false     
    spacer-player: # This is a spacer an empty line
      text:
      - ''
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    asdadsd: # This is a spacer an empty line
      text:
      - '{175} &6&lBilgiler'
      interval: 20
      # Do you want to randomize the animation frames?
      random: false
    asdsffasd: # This is a spacer an empty line
      text:
      - '&bRütben &8&l» &c{group}'
      interval: 20
    asdadsasdd: # This is a spacer an empty line
      text:
      - '&bSaat &8&l» &c{time}'
      interval: 20
      # Do you want to randomize the animation frames?
      random: false
    asdsasd: # This is a spacer an empty line
      text:
      - '&bAda levelin &8&l» &c{askyblock_island_level}'
      interval: 20
      # Do you want to randomize the animation frames?
      random: false    
    server-label: # Server status label      - '&7&l{175} &fOyuncular'
      text:
      - '&bÖlme &8&l» &c{stat_deaths}'
      interval: 100
      random: false
    server: # Server status (ram and tps)      - '&6Cevrimici &e{onlineplayers}'
      text:
      - '&bÖldürme &8&l» &c{stat_kills}'
      interval: 1
      random: false
    spacer3-4money: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - '&bÇevrimiçi &8&l» &c{onlineplayers}'
      interval: 100
      random: false
    spacer3-4money44: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - ' '
      interval: 100
      random: false    
    headder: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&f{175} &d&lServer İP'
      interval: 100
      random: false        
    headesdsr: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&cCasperNW.batihost.com'
      interval: 100
      random: false
 
LeaderHeads plugini gerektirir (beğeni ve repini alırım)
Kod:
# ------------------------------ #
#
#  FeatherBoard 1.9.0
#  Runs like a feather on your server
#  (c) Maxim Van de Wynckel
#
# ------------------------------ #

# Permissions: To use the action groups give them the permission
#              featherboard.group.<group>
#              Make sure to remove them from the other groups
#              when giving a new permission.

# Variables: These variables can be used in the TEXT section
#            of both the header as the footer.
#         
#            {PLAYER}       - Player name
#            {PLAYERNICK}   - Player nickname
#            {SERVER}       - Server name
#            {PLAYERCOUNT}  - Server player count
#            {BUNGEECOUNT}  - Bungee network player count
#            850+ more ... see spigot page

# Formatting: These are formatting tags allowing you to format the animations
#             or placeholders.
#
#             Substring: This allows you to split a word (even a placeholder) in parts
#               example: <substring begin=0 end=3>Hello World</substring> = Hel
#               usage: This can be used to split placeholders when creating a typewriter
#                      or to split the colors in a placeholder.
#
#             Scroll: This creates a scrolling animation of the text inside it. It accepts
#                     two arguments (the length and space between scrolls).
#               example: <scroll width=20 spaces=20>&2This is a &atest</scroll>
#
#             PLENTY MORE! See spigot page

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# GENERAL PLUGIN SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

## Config version (DO NOT EDIT)
config: 1

## Language file
lang: 'tr'

## Debug mode
debug: false

## Log to file
log: true

## Update checking
update:
  check: true # RECOMMENDED YOU LEAVE THIS TRUE

#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# PLUGIN SPECIFIC SETTINGS
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#

# Tweaks to increase performance (Use at own risk)
tweaks:
  # This option does not send scoreboard remove packets
  # to the client on quit. This can increase performance on servers
  # where players quit a lot (hubs, ...)
  #
  # Removal of the plugin requires you to manually delete the scoreboard.dat in the worlds
  # /data folder
  #
  # Enabling this can cause the scoreboard not to work anymore. Use at your own risk
  keepScoreboardOnQuit: false

# Anti Flicker will use a new engine that will allow you to use fast animations
# without any flicker. This is an EXPERIMENTAL feature and it asked to post bugs
# and problems that only occur with this option enabled in a Spigot private message.
# Using this option shortens the maximum length for 1.8 servers to around 26~28 chars
# but this is an increase for 1.7 clients (that default only have 16 characters)
# IF YOU ARE HAVING PROBLEMS. TRY TO TURN THIS OFF FIRST
antiflicker: true

# A list of different scoreboards
boards:
  default:
    title: # The first element in the group will be title.
      # We will show the server name animated, with a glow effect every 20 sec
      text:
      - '<rainbow>&l&oSkyblock</rainbow>'
      # Interval the animation loops in ticks (20 ticks = 1 sec)
      # If you need waiting intervals look at the DELAY placeholder
      interval: 1
      # Do you want to randomize the animation frames?
      random: false
    heereadesdsr: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - ' '
      - ' '
      interval: 100
      random: false             
    player-label: # You can add elements to the group and name them like you want
      # Lets make a static label
      text:
      - '&f{175} &6&lMerhaba'
      - '&c&lKILLTOP'
      interval: 6000 # The interval is not important since its just 1 static text.
      # Do you want to randomize the animation frames?
      random: false   
    player: # Under the label we will show the actual player name
      text:
      - '&e{player}'
      - ' '
      interval: 6000
      # Do you want to randomize the animation frames?
      random: false
    asdsasd: # This is a spacer an empty line
      text:
      - '&aAda levelin &8&l» &c{askyblock_island_level}'
      - '&c1. &f {leaderheads_players:sbs-kills#1} &7: &8 {leaderheads_score:sbs-kills#1}'
      interval: 6000
      # Do you want to randomize the animation frames?
      random: false
    sserver: # Server status (ram and tps)      - '&6Cevrimici &e{onlineplayers}'
      text:
      - '&bParan &8&l» &c{money}'
      - '&c2. &f {leaderheads_players:sbs-kills#2} &7: &8 {leaderheads_score:sbs-kills#2}'
      interval: 6000
      random: false    
    spacer-player: # This is a spacer an empty line
      text:
      - ''
      - '&c3. &f {leaderheads_players:sbs-kills#3} &7: &8 {leaderheads_score:sbs-kills#3}'
      interval: 6000
      # Do you want to randomize the animation frames?
      random: false
    asdadsd: # This is a spacer an empty line
      text:
      - '{175} &6&lBilgiler'
      - '&c4. &f {leaderheads_players:sbs-kills#4} &7: &8 {leaderheads_score:sbs-kills#4}'
      interval: 6000
      # Do you want to randomize the animation frames?
      random: false
    asdsffasd: # This is a spacer an empty line
      text:
      - '&bRütben &8&l» &c{group}'
      - '&c5. &f {leaderheads_players:sbs-kills#5} &7: &8 {leaderheads_score:sbs-kills#5}'
      interval: 6000
    asdadsasdd: # This is a spacer an empty line
      text:
      - '&bSaat &8&l» &c{time}'
      - '&c6. &f {leaderheads_players:sbs-kills#6} &7: &8 {leaderheads_score:sbs-kills#6}'
      interval: 6000
      # Do you want to randomize the animation frames?
      random: false
    asdsasd: # This is a spacer an empty line
      text:
      - '&bAda levelin &8&l» &c{askyblock_island_level}'
      - '&c7. &f {leaderheads_players:sbs-kills#7} &7: &8 {leaderheads_score:sbs-kills#7}'
      interval: 6000
      # Do you want to randomize the animation frames?
      random: false   
    server-label: # Server status label      - '&7&l{175} &fOyuncular'
      text:
      - '&bÖlme &8&l» &c{stat_deaths}'
      - '&c8. &f {leaderheads_players:sbs-kills#8} &7: &8 {leaderheads_score:sbs-kills#8}'
      interval: 6000
      random: false
    server: # Server status (ram and tps)      - '&6Cevrimici &e{onlineplayers}'
      text:
      - '&bÖldürme &8&l» &c{stat_kills}'
      - '&c9. &f {leaderheads_players:sbs-kills#9} &7: &8 {leaderheads_score:sbs-kills#9}'
      interval: 6000
      random: false
    spacer3-4money: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - '&bÇevrimiçi &8&l» &c{onlineplayers}'
      - '&c10. &f {leaderheads_players:sbs-kills#10} &7: &8 {leaderheads_score:sbs-kills#10}'
      interval: 6000
      random: false
    spacer3-4money44: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - ' '
      interval: 100
      random: false   
    headder: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&f{175} &d&lServer İP'
      - ' '
      interval: 6000
      random: false       
    headesdsr: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&cCasperNW.batihost.com'
      - ' '
      interval: 6000
      random: false
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst