Tanıtım FeatherBoard Hazır Config Paylaşımı | Skyblock | Faction

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

ErenOFC

Creeper Evimi Patlattı
Katılım
10 Şubat 2017
Mesajlar
413
Elmaslar
219
Puan
13.860
Yaş
31
5GD8M5.png

Merhaba forum üyeleri
Bu konumda featherboard plugini kullanmayı bilmeyenler veya hazır
featherboard configi arayanlar için config paylaşıyorum.


Gifler

FACTİON
JOQp4J.gif

SKYBLOCK
zJ0mL6.gif
Skyblock
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>&3This 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: false # 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:
    # Every section here are different lines. The first section will be used as the title
    # the following sections will be used as the lines on the scoreboard (max 15)
    # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
    # things simple I will use logical names such as "title", "spacer", "header", ...
    title:
      # Every line has its own frames. The animation will loop through these frames on intervals
      # that you configure below.
      # Put all your frames under 'text:'. You can make as many lines as you want and use
      # placeholders and preset effects.
      # Keep in mind that there is a limit in line width!
      text:
      # To create cool looking animations you create yourself
      # you can use the graphical tool AnimationCreator
      # https://www.spigotmc.org/resources/animationcreator.6001/
      # For all placeholders:   https://www.spigotmc.org/wiki/mvdw-placeholders/
      # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
      - '&a&lSunucu'
      - '&3&lS&a&lunucu'
      - '&3&lSu&a&lnucu'
      - '&3&lSun&a&lucu'
      - '&3&lSunu&a&lcu'
      - '&3&lSunuc&a&lu'
      - '&3&lSunucu'
      - '&3&lSunuc&a&lu'
      - '&3&lSunu&a&lcu'
      - '&3&lSun&a&lucu'
      - '&3&lSu&a&lnucu'
      - '&3&lS&a&lunucu'
      - '&a&lSunucu'
      # Interval is the animation interval in TICKS (20 ticks is one second).
      # Every X ticks the animation goes to the next frame (see above)
      # Once all frames are finished it will start over from the first one
      interval: 5
      # If you don't want a static order of the frames and want to show each frame at random
      # you can enable this option.
      random: false
    # A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
    # that is why it is advised to have something on your scoreboard that is bigger then all other lines.
    # These lines (usually a header or footer) are also good for decoration.
    header:
      text:
      - ''
      interval: 100
      random: false
    player-label:
      text:
      - ' &6&lOyuncu Bilgileri:'
      interval: 100
      random: false
    player-line1:
      text:
      - '  &b➥&a  Merhaba &3{player}'
      interval: 100
      random: false
    player-line2:
      text:
      - '  &b➥&a  Ping: &c{ping}ms'
      interval: 1
      random: false
    # For empty lines just add another 'section' but just don't put any text
    # in it so it acts like an empty line.
    spacer1:
      text:
      - '  &b➥&a  Öldürme: &7{stat_pkills}'
      interval: 3
      random: false
    news-info:
      text:
      - '  &b➥&a  Ölme: &7{stat_deaths}'
      interval: 3
      random: false
    bakıye:
      # 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:
      - '  &b➥&a  Bakiye: &7{money}'
      interval: 2 # When using preset effects. The interval will apply to that effect
      # Do you want to randomize the animation frames?
      random: false
    # For empty lines just add another 'section' but just don't put any text
    # in it so it acts like an empty line.
    bos2:
      text:
      - '&r'
      interval: 100
      random: false
    timesplayed-label: #Switch between site, times played and health
      text:
      - ' &6&lSunucu Bilgileri:'
      interval: 100
      random: false
    sunucu: #Switch between site, times played and health
      text:
      - '  &b➥&a  Sunucu: &eSkyblock'
      interval: 100
      random: false
    # For empty lines just add another 'section' but just don't put any text
    # in it so it acts like an empty line.
    aktif:
      text:
      - '  &b➥&a  Aktif: &b{onlineplayers}'
      interval: 1
      random: false
    saat:
      text:
      - '  &b➥&a  Saat: &7{time}'
      interval: 1
      random: false
    saats:
      text:
      - '  &b➥&a  Ada Leveli: &7{askyblock_island_level}'
      interval: 1
      random: false
    bos3:
      text:
      - ''
      interval: 1
      random: false
    web-site:
      text:
      - '   &rwww.sunucucraft.com'
      interval: 100
      random: false

Faction
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>&3This 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: false # 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:
    # Every section here are different lines. The first section will be used as the title
    # the following sections will be used as the lines on the scoreboard (max 15)
    # Just as the scoreboard names you can name these 'lines' whatever you want. But to make
    # things simple I will use logical names such as "title", "spacer", "header", ...
    title:
      # Every line has its own frames. The animation will loop through these frames on intervals
      # that you configure below.
      # Put all your frames under 'text:'. You can make as many lines as you want and use
      # placeholders and preset effects.
      # Keep in mind that there is a limit in line width!
      text:
      # To create cool looking animations you create yourself
      # you can use the graphical tool AnimationCreator
      # https://www.spigotmc.org/resources/animationcreator.6001/
      # For all placeholders:   https://www.spigotmc.org/wiki/mvdw-placeholders/
      # For all preset effects: https://www.spigotmc.org/wiki/mvdw-effects/
      - '&a&lSunucu'
      - '&3&lS&a&lunucu'
      - '&3&lSu&a&lnucu'
      - '&3&lSun&a&lucu'
      - '&3&lSunu&a&lcu'
      - '&3&lSunuc&a&lu'
      - '&3&lSunucu'
      - '&3&lSunuc&a&lu'
      - '&3&lSunu&a&lcu'
      - '&3&lSun&a&lucu'
      - '&3&lSu&a&lnucu'
      - '&3&lS&a&lunucu'
      - '&a&lSunucu'
      # Interval is the animation interval in TICKS (20 ticks is one second).
      # Every X ticks the animation goes to the next frame (see above)
      # Once all frames are finished it will start over from the first one
      interval: 5
      # If you don't want a static order of the frames and want to show each frame at random
      # you can enable this option.
      random: false
    # A scoreboard is dynamic. The lines can change length due to smaller placeholders or scrolling text.
    # that is why it is advised to have something on your scoreboard that is bigger then all other lines.
    # These lines (usually a header or footer) are also good for decoration.
    header:
      text:
      - ''
      interval: 100
      random: false
    player-label:
      text:
      - ' &6&lOyuncu Bilgileri:'
      interval: 100
      random: false
    player-line1:
      text:
      - '  &b➥&a  Merhaba &3{player}'
      interval: 100
      random: false
    player-line2:
      text:
      - '  &b➥&a  Ping: &c{ping}ms'
      interval: 1
      random: false
    # For empty lines just add another 'section' but just don't put any text
    # in it so it acts like an empty line.
    spacer1:
      text:
      - '  &b➥&a  Öldürme: &7{stat_pkills}'
      interval: 3
      random: false
    news-info:
      text:
      - '  &b➥&a  Ölme: &7{stat_deaths}'
      interval: 3
      random: false
    bakıye:
      # 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:
      - '  &b➥&a  Bakiye: &7{money}'
      interval: 2 # When using preset effects. The interval will apply to that effect
      # Do you want to randomize the animation frames?
      random: false
    # For empty lines just add another 'section' but just don't put any text
    # in it so it acts like an empty line.
    bos2:
      text:
      - '&r'
      interval: 100
      random: false
    timesplayed-label: #Switch between site, times played and health
      text:
      - ' &6&lSunucu Bilgileri:'
      interval: 100
      random: false
    sunucu: #Switch between site, times played and health
      text:
      - '  &b➥&a  Sunucu: &cFaction'
      interval: 100
      random: false
    # For empty lines just add another 'section' but just don't put any text
    # in it so it acts like an empty line.
    aktif:
      text:
      - '  &b➥&a  Aktif: &b{onlineplayers}'
      interval: 1
      random: false
    saat:
      text:
      - '  &b➥&a  Saat: &7{time}'
      interval: 1
      random: false
    bos3:
      text:
      - ''
      interval: 1
      random: false
    web-site:
      text:
      - '   &rwww.sunucucraft.com'
      interval: 100
      random: false
 
Şaka maka bi yanada harbiden çok beğendim :D
 
Vayy Erencim. hoş görünüyor baya güzel yapmışşsın eline sağlık :)
 
Eline sağlık .
 
yakıyor ya :D ellerine sağlık sade ve hoş :3
 
Kardeşim yakıyor herzamanki gibi yine :D
 
Acaba FeatherBoardın Jarını Atarmısın? teşekkürler.
 
Acaba FeatherBoardın Jarını Atarmısın? teşekkürler.
Hocam size 18.50 USD'lik bir plugini bedavan vereceklerini sanmıyorum "NULLED"ide hiç önermiyorum bi süreden sonra başınızı çok ağrıtıyor
 
ellerine saglık cok guzel olmus
 
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