rslzd0

Allah de ve sus! Başka bir şey söylemeye değmez.
Mesajlar
129
En iyi cevaplar
0
Beğeniler
86
Puanları
380
Ruh hali
indir_2.png


Screenshot_2.png


Minecraft Featherboard Türkçe Config
Featherboard nedir, ne işe yarar ?

Featherboard, çoğu sunucuda olan bir bilgi paneli diyebiliriz. Üstteki fotoğrafta örneğini görüyorsunuz, buna birçok sunucuda rastlamışsınız. Bu plugine FeatherBoard adı veriliyor. Piyasada böyle ücretli/ücretsiz pluginler çok. Bu konumda sizlere Featherboard Türkçe Config vereceğim fakat, yine de piyasada olan bazı ücretsiz pluginlerden bahsetmezsem içimde kalır :D

Featherboard (Ücretli)

Featherboard kurulumu :

İlk olarak konunun sonunda verdiğim linkten Featherboard'i indirin. Daha sonra aşağıda verdiğim adımları sırayla yapın.
  1. İndirdiğiniz eklentiyi "plugins" klasörüne atınız.
  2. Daha sonra sunucu konsolunu açıp, oraya restart (veya stop yazarak kapatıp, sonradan tekrar açabilirsiniz) yazarsanız plugin kurulacaktır.
  3. İsterseniz eklentinin kurulduğundan emin olalım, "plugins" klasöründe FeatherBoard diye bir klasör oluştuysa demek ki kurulumu doğru yapmışız. (veya bunu sunucunun içerisinden de kontrol edebilirsiniz, yapmanız gereken, sunucuda "/plugins" komutunu kullanmak ve orada Featherboardın gözüktüğünü ve yeşil renkte olduğunu görmek.)
  4. Eklentinin kurulumu başarılı bir şekilde bitti, artık aşağıda verdiğim adımları yapabilirsiniz.
Sizlere Featherboard plugini için Türkçe Config Vereceğim. Hemen aşağıya bak, verdim bile :D Bunu düzenleyip kullanabilirsiniz, zaten düzenlenecek kısımları anlaşılması kolay yaptım, anlarsınız.


Kod:
# ------------------------------ #
#
# Forum Gamer / azememo
#  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=3>&7&lServer &6&lIsmi</delay> '
      - ' <delay times=3>&8&lS&7&lerver &e&lI&6&lsmi</delay> '
      - ' <delay times=3>&8&lSe&7&lrver &e&lIs&6&lmi</delay> '
      - ' <delay times=3>&8&lSer&7&lver &e&lIsm&6&li</delay> '
      - ' <delay times=3>&8&lServ&7&ler &e&lIsmi</delay> '
      - ' <delay times=3>&8&lServer&7&lS &e&lIsmi</delay> '
      - ' <delay times=3>&8&lServer &e&lIsmi</delay> '
      - ' <delay times=3>&7&lServer &6&lIsmi</delay> '
      - ' <delay times=3>&8&lS&7&lerver &e&lI&6&lsmi</delay> '
      - ' <delay times=3>&8&lSe&7&lrver &e&lIs&6&lmi</delay> '
      - ' <delay times=3>&8&lSer&7&lver &e&lIsm&6&li</delay> '
      - ' <delay times=3>&8&lServ&7&ler &e&lIsmi</delay> '
      - ' <delay times=3>&8&lServer&7&lS &e&lIsmi</delay> '
      - ' <delay times=3>&8&lServer &e&lIsmi</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:
      - '&cMerhaba &3>>'
      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:
      - ' &c{PLAYER}'
      interval: 1 # The interval is not important since its just 1 static text.
      # 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:
      - '&cBilgilerin &3>>'
      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:
      - ' &8Ada Levelin &b{askyblock_island_level}'
    moneytimesplayed-label: #Switch between site, times played and health
      text:
      - ' &8Paran &b{money}'
      interval: 100
      random: false
    moneytimesplayed: #Switch between site, times played and health
      text:
      - ' &7Ping &c{ping}'
      interval: 100
      random: false
    deneme-label: #deneme
      text:
      - ''
      interval: 100
      # Do you want to randomize the animation frames?
      random: false
    spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - '&2Sunucu Bilgileri &3>>'
      interval: 100
      random: false
    server-label: # Server status label
      text:
      - ' &8Online &b{onlineplayers}&5/&e100'
      interval: 100
      random: false
    spacer-para: # Another spacer (empty line) again you don't need to call this 'spacers'
      text:
      - ' &8Saat &b{time}'
      interval: 100
      random: false
    spacer-parapara: # Another spacer (empty line) again you don't need to call this 'spacers'
      text:
      - ' &8Discord &cDCniz'
      interval: 100
      random: false
    spacer-paraparapara: # Another spacer (empty line) again you don't need to call this 'spacers'
      text:
      - ' '
      interval: 100
      random: false
    website: # Website
      text:
      - '&cwww.&8Siteniz&bCraft&8.*'
      interval: 100
      random: false
Kod:

Şimdi ise sizlere ücretsiz bir tablo plugininden bahsedeyim :

Title Manager

Title Manager nedir, ne işe yarar ?

Title Manager Featherboardın yaptığı şeyi yapıyor (Title Manager sadece bilgi tablosu için plugin değil, çok geniş kapsamlı bir eklenti), yani yaptığı işler içerisinde bilgi tablosu da var. Bu pluginin üstün özelliği ise, hem ücretsiz, herkesin kullanımına açık bir eklenti (plugin), hem de sadece bilgi tablosu ile bitmiyor. Üstte de belirttiğim gibi, yaptığı bir sürü şey var, isterse TAB için olsun, isterse de diğer şeyler için.

Title Manager kurulumu :

İlk olarak konunun sonunda verdiğim linkten Title Manager eklentisini indirin. İndirme tamamlandıktan sonra aşağıda verdiğim adımları sırayla yapın.
  1. İndirdiğiniz eklentiyi "plugins" klasörüne atınız.
  2. Daha sonra sunucu konsolunu açıp, oraya restart (ve ya stop yazarak kapatıp, sonradan tekrar açabilirsiniz) yazarsanız plugin kurulacaktır.
  3. İsterseniz eklentinin kurulduğundan emin olalım, "plugins" klasöründe Title Manager diye bir klasör oluştuysa demekki kurulumu doğru yapmışız. (ve ya bunu sunucunun içerisinden de kontrol edebilirsiniz, yapmanız gereken, sunucuda "/plugins" komutunu kullanmak ve orada Title Managerin gözüktüğünü ve yeşil renkte olduğunu görmek.)
  4. Eklentinin kurulumu başarılı bir şekilde bitti, artık aşağıda verdiğim adımları yapabilirsiniz.

Title Manager Bilgi Tablosu Configi :

İlk olarak "Title Manager" config dosyasında biraz aşağıya inerek scoreboard kısmını bulun, bulduktan sonra aşağıda verdiğim kod ile değiştirin, daha sonra da düzenlemeniz için ayırdığım yerleri kendinize göre düzenleyin, ondan sonra sunucuya geçin ve "/tm reload" komutunu kullanın.

Kod:
  title: ${shine:[0;2;0][0;3;0][0;3;0][&6&l;&f&l]Server-İsminiz}
  lines:
  - '&7%{server-time}'
  - '&8'
  - '&fSen&8: &e%{player}'
  - '&fYetkin&8: &a%{group}'
  - '&fParan&8: &a%{balance}'
  - '&fAda leveli&8: &a%askyblock_level%'
  - '&fÖldürme&8: &a%oyuncu_öldürme%'
  - '&fÖlme&8: &a%oyuncu_ölme%'
  - '&fPing&8: &a%{ping} ms'
  - '&f'
  - '&fSunucu&8: &eSunucu Türü'
  - '&fÇevrimiçi&8: &a%{safe-online}'
  - '&r'
  - '&ewww.siteniz.com'
İndirme Linki :


Evet arkadaşlar, konu burda sona erdi, beğendiyseniz yorum bırakırsanız hoş olur :D İyi günler, iyi oyunlar.
 


UgurS

Taş Madencisi
Emektar Üye
Mesajlar
82
En iyi cevaplar
0
Beğeniler
97
Puanları
360
Ruh hali
Güzel konu! Yapamayanlar veya direkt hazır kullanmak isteyenler için iyi olmuş. :)
İyi Forumlar
 

VatanAşkı

Yeni Doğmuş
Mesajlar
1
En iyi cevaplar
0
Beğeniler
0
Puanları
30
Sa AGA ben yaptım tablodada gözüktü ama tam gözükmedi oyuncu oldurme filan yazıyor
 

Üst