Çözüldü Featherboard

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

AlphaBbc

Odunlara Vur Vur Vur!
Katılım
31 Mayıs 2018
Mesajlar
29
Elmaslar
2
Puan
6.460
Yaş
20
Minecraft
SpecialForces
merhaba ben featherboard uma bazı şekiller eklemek istiyorum fakat başaramıyorum

şekli koyuyorum sonra configi tekrar açtığımda kayboluyor ve "?" işaretine dönüşüyor

diğer pl lerimde hiç böyle birşeye rastlamadım config kod aşağıda acaba bir sıkıntı varmı kontrol edermsiniz eklemek
istediğim şekil ise şu
➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽ ➽




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:
      - '&1&lZystaNW'
      - '&2&lZystaNW
      - '&3&lZystaNW'
      - '&4&lZystaNW'
      - '&5&lZystaNW'
      - '&6&lZystaNW'
      - '&7&lZystaNW'
      - '&8&lZystaNW'
      - '&9&lZystaNW'
      - '&a&lZystaNW'
      - '&b&lZystaNW'
      - '&c&lZystaNW'
      - '&d&lZystaNW'
      - '&e&lZystaNW'
      
      
      
      # 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
     cizgi3:
      text:
      - '&e&l====================================================='
      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
    bakiye:
      # 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
    cizgi1:
      text:
      - '&e&l======================================================'
      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:
      - '&f&l===================================================='
      interval: 1
      random: false
    web-site:
      text:
      - '   &rYakinda !'
      interval: 100
      random: false
    cizgi2:
      text:
      - '&f&l====================================================='
      interval:100
      random:false
 
Öncelikle Merhaba,
UTF-8 kodlama dili olmadığından olabilir. WordPad'le editliyorsanız ondandır. NotePad++ yükleyip kodlamadan UTF-8'i seçerseniz istediğiniz
sembolü koyabilirsiniz. Yardımcı olabildiysem ne mutlu bana.
İyi forumlar....
 
# FeatherBoard 1.9.0


Featherboard sürümünü güncelle ve UTF-8 kodla
 
UTF-8 nasıl kodlayabilirim
 
Screenshot_1.png


Kodlama - UTF-8 olarak kodla - UTF-8'e dönüştür.
 
heh ayarladım çok sağolun
 
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