Tanıtım FeatherBoard Türkçe Anlatım Yetkiler Komutlar Eklentileri

  • Konuyu Başlatan Konuyu Başlatan ForestEdge
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 4.407
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

ForestEdge

Ben mi deliyim, yoksa diğerleri mi?
Katılım
24 Nisan 2017
Mesajlar
491
Elmaslar
748
Puan
15.030
Konum
İstanbul

Discord:

forestedge#5714

1.png

Iyi Seyirler...

Ücretli Plugindir

Satın Alma Linki :
Değerli ziyaretçimiz, içeriği görebilmek için şimdi giriş yapın veya kayıt olun.



2.png


/featherboard [Ana Komut Bu Komut Yerine /featherboard reload Da Kullanılabilir :).]

/featherboard about [FeatherBoardınızın Sürmünü buradan Öğrenebilirsiniz :).]

/featherboard uploadconfig [Pastebine Confinginizi Atar.]

/featherboard reload [FeatherBoarda Reload Atar.]

/featherboard toggle [1 Kere Yazarsan Gizler 2. Ye Yazarsan Açar :).]

/featherboard permissions [FeatherBoard Daki Permissions Yani Yetkileri Sıralar.]

/featherboard resetconfig [FeatherBoard Confinginizi Resetler En Başa Alır :).]

/featherboard uploadlog [FeatherBoard Logunuzu Pastebine Atar Linki Verir.]


3.png



featherboard.reload [Reload Atmanıza Yarar Oplar Kullanabilir Bu Yetkiyle Op Dışındakilerde Kullanabilir.]

featherboard.help [/help Komutunu Kullanmanıza Yarar Herkez Kullanabilir.]

featherboard.uploadlog [Logu Pastebine Atma Yetkisi.]

featherboard.uploadconfig [Confingi Pastebine Atma Yetkisi.]

featherboard.about [/featherboard about Yetkisi]

featherboard.permissions [/featherboard permissions Yazma Yetkisi.]

featherboard.toggle [/featherboard toggle Yetkisi Tabloyu Gizleme.]



4.png


Çevirimiçi : {PLAYERCOUNT}
Saat : {time}
Tarih : {lastplayed}
ASkyBlock Ada Leveli : {ISLAND_LEVEL}
Oyuncu İsmi : {PLAYER}
Ping : {ping}
Para : {money}
Rütbe : {group}
Prefix : {prefix}
Oyuncu Öldürme : {stat_pkills}
Ölme : {stat_deaths}
Mob Öldürme : {stat_mkills}

Ek Olarak :

<rainbow>Yazı</rainbow>

Yazarsanız Yazı Bölümü Rengarenk Olur


5.png


2017-07-30_00.01.02.png

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=5>&cSunucuIsmi</delay> '
      # 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:
      - ''
      interval: 100
      random: false
    oyuncu: # You can add elements to the group and name them like you want
      # Lets make a static label
      text:
      - '&8&l> &3Hosgeldin:'
      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:
      - '&9{PLAYER}'
      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:
      - '&8&l> &3Zaman:'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    zmn: # This is a spacer an empty line
      text:
      - ' &9Tarih : &c{lastplayed}'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    spacer-news: # Another spacer (empty line)
      text:
      - ' &9Saat : &c{time}'
      interval: 100
      random: false
    bos2: # This is a spacer an empty line
      text:
      - ''
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    tarsihss: # Under the label we will show the actual player name
      text:
      - '&8&l> &3Bilgilerin'
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    onssline: # Server status label
      text:
      - ' &9Cevrimici : &a{PLAYERCOUNT}'
      interval: 100
      random: false
    pissng: # Server status label
      text:
      - ' &9Ping : &c{ping}'
      interval: 100
      random: false
    passra: # Server status label
      text:
      - ' &9Para : &c{money}'
      interval: 100
      random: false
    asdsad: # Server status label
      text:
      - ' &9Rutbe : &c{group}'
      interval: 100
      random: false
    footer: # A footer is recommended to make sure the scoreboard remains the same size
      text:
      - ''
      interval: 100
      random: false


Iyi Forumlar... :)

 
Son düzenleme:
Anlatımını sevdim, başarılar.
 
Güzel Anlatım Bilmeyenlere Yardımcı olur
 
Yararli bir konu :)
 
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