Sol Reklam

Çözüldü FeatherBoard Skyblock Türkçe

Durum
Mesaj gönderimine kapalı.

Claures

Amirim?

Discord:

AliEmirBoztas#8203

Katılım
14 Ağustos 2017
Mesajlar
417
Elmaslar
417
Puanlar
9.575
Minecraft
allyemir_0
Merhaba arkadaşlar,
Bugün sizlerden FeatherBoard ayarlamayı çok bilmediğim için sizden yardım isteyeceğim.
FeatherBoard İstiyorum sizden şöyle olsun yapabilenler yaparsa güzel olur.
Featherboard şekli:


&cRain&fCraft
Boş
Adın :
&7Ada Leveli : &6
&7Paran : &6
Rutben :
Öldürmen :
Ölmen :
Ping :
Boş
Sunucu RAM :
Sunucu : Skyblock
Boş
RainCraft.xxxx.xxxxx
 

SoulX

Vatan Sevdalısı

Discord:

SoulX#3935

Katılım
9 Ekim 2017
Mesajlar
1.833
Elmaslar
2.565
Puanlar
19.570
Yer
Antalya
Sürümünü veya dosyasını atarsan yardımcı olabilirim.
 

Claures

Amirim?

Discord:

AliEmirBoztas#8203

Katılım
14 Ağustos 2017
Mesajlar
417
Elmaslar
417
Puanlar
9.575
Minecraft
allyemir_0
Sürümünü veya dosyasını atarsan yardımcı olabilirim.
hemen atıyorum :
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: 'en'

## 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:
      - ' <delay times=20>&f&lMINESECURE</delay> '
      - ' &e&lM&f&lINESECURE '
      - ' &6&lM&e&lI&f&lNESECURE '
      - ' &e&lM&6&lI&e&lN&f&lESECURE '
      - ' &f&lM&e&lI&6&lN&e&lE&f&lSECURE '
      - ' &f&lMI&e&lN&6&lE&e&lS&f&lECURE '
      - ' &f&lMIN&e&lE&6&lS&e&lE&f&lCURE '
      - ' &f&lMINE&e&lS&6&lE&e&lC&f&lURE '
      - ' &f&lMINES&e&lE&6&lC&e&lU&f&lRE '
      - ' &f&lMINESE&e&lC&6&lU&e&lR&f&lE '
      - ' &f&lMINESEC&e&lU&6&lR&e&lE '
      - ' &f&lMINESECU&e&lR&6&lE '
      - ' &f&lMINESECUR&e&lE '
      - ' &f&lMINESECURE '
      # Interval the animation loops in ticks (20 ticks = 1 sec)
      # If you need waiting intervals look at the DELAY placeholder
      interval: 3
      # Do you want to randomize the animation frames?
      random: false
    header: # A header is recommended to make sure the scoreboard remains the same size
      text:
      - '&6~~~~~~~~~~~~~~~~~~~~~'
      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:
      - '&b&l> &e&lPlayer:'
      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:
      - '<delay times=4>&f&o{PLAYER}</delay>'
      - '<delay times=1>&7x:&f{x} &7y:&f{y} &7z:&f{z}</delay>'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    spacer-player: # This is a spacer an empty line
      text:
      - ''
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    news-label:
      text:
      - '&b&l> &e&lNews:'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    news:
      # Lets create some animated news
      # News is something you need to write quick
      # and usually you don't want to spend ages on creating
      # some cool effect. That is why FeatherBoard features
      # several presets you can use.
      text:
      - '<scroll width=28>&cBreaking news! &7This server is now using one of the coolest plugins ever!</scroll>'
      interval: 1 # When using preset effects. The interval will apply to that effect
      # Do you want to randomize the animation frames?
      random: false
    spacer-news: # Another spacer (empty line)
      text:
      - ''
      interval: 100
      random: false
    moneytimesplayed-label: #Switch between site, times played and health
      text:
      - '&b&l> &e&lSite:'
      - '&b&l> &e&lPlayed:'
      - '&b&l> &e&lHealth:'
      interval: 100
      random: false
    moneytimesplayed: #Switch between site, times played and health
      text:
      - 'www.mvdw-sofware.com'
      - '{stat_timesplayed}'
      - '{healthbar}'
      interval: 100
      random: false
    spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - ''
      interval: 100
      random: false
    server-label: # Server status label
      text:
      - '&b&l> &e&lServer Status:'
      interval: 100
      random: false
    server: # Server status (ram and tps)
      text:
      - '<repeat times=200>{usedram} &7MB &8&l/ &f{totalram} &7MB</repeat>' #Refresh the ram 200 times
      - '<repeat times=100>{tps_rounded} &7TPS &7&o(Avg {avgtps_rounded})</repeat>' #Refresh the tps 100 times
      interval: 1
      random: false
    footer: # A footer is recommended to make sure the scoreboard remains the same size
      text:
      - '&6~~~~~~~~~~~~~~~~~~~~~'
      interval: 100
      random: false
 

SoulX

Vatan Sevdalısı

Discord:

SoulX#3935

Katılım
9 Ekim 2017
Mesajlar
1.833
Elmaslar
2.565
Puanlar
19.570
Yer
Antalya
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: 'en'

## 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
boards:
  default:
    title:
      text:
      - '&cRain&fCraft'
      interval: 100
      random: false
    1:
      text:
      - '&f'
      interval: 100
      random: false
    2:
      text:
      - 'Adın : {PLAYER}'
      interval: 100
      random: false
    3:
      text:
      - '&7Ada Leveli : &6{askyblock_island_level}'
      interval: 100
      random: false
    4:
      text:
      - '&7Paran : &6{money}'
      interval: 100
      random: false
    5:
      text:
      - 'Rutben : {group}'
      interval: 100
      random: false
    6:
      text:
      - 'Öldürmen : {stat_pkills}'
      interval: 100
      random: false
    7:
      text:
      - 'Ölmen : {stat_deaths}'
      interval: 100
      random: false
    8:
      text:
      - 'Ping : {ping}'
      interval: 100
      random: false
    9:
      text:
      - '&f'
      interval: 100
      random: false
    10:
      text:
      - 'Sunucu RAM : {maxram}'
      interval: 100
      random: false
    11:
      text:
      - 'Sunucu : Skyblock'
      interval: 100
      random: false
    12:
      text:
      - '&f'
      interval: 100
      random: false
    13:
      text:
      - 'RainCraft.xxxx.xxxxx'
      interval: 100
      random: false

Buyrun.
 

Claures

Amirim?

Discord:

AliEmirBoztas#8203

Katılım
14 Ağustos 2017
Mesajlar
417
Elmaslar
417
Puanlar
9.575
Minecraft
allyemir_0
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: 'en'

## 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
boards:
  default:
    title:
      text:
      - '&cRain&fCraft'
      interval: 100
      random: false
    1:
      text:
      - '&f'
      interval: 100
      random: false
    2:
      text:
      - 'Adın : {PLAYER}'
      interval: 100
      random: false
    3:
      text:
      - '&7Ada Leveli : &6{askyblock_island_level}'
      interval: 100
      random: false
    4:
      text:
      - '&7Paran : &6{money}'
      interval: 100
      random: false
    5:
      text:
      - 'Rutben : {group}'
      interval: 100
      random: false
    6:
      text:
      - 'Öldürmen : {stat_pkills}'
      interval: 100
      random: false
    7:
      text:
      - 'Ölmen : {stat_deaths}'
      interval: 100
      random: false
    8:
      text:
      - 'Ping : {ping}'
      interval: 100
      random: false
    9:
      text:
      - '&f'
      interval: 100
      random: false
    10:
      text:
      - 'Sunucu RAM : {maxram}'
      interval: 100
      random: false
    11:
      text:
      - 'Sunucu : Skyblock'
      interval: 100
      random: false
    12:
      text:
      - '&f'
      interval: 100
      random: false
    13:
      text:
      - 'RainCraft.xxxx.xxxxx'
      interval: 100
      random: false

Buyrun.
Çok teşekkür ederim Lütfen kilitler misiniz konumu :D
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı