Çözüldü Panelde Hata Alıyorum ?

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

ultraPvP_Offical

Ne mutlu Türküm diyene !
Katılım
19 Ağustos 2017
Mesajlar
395
Elmaslar
224
Puan
0
Yaş
23
Minecraft
ultraPvP_

Discord:

Riqude#1881

Merhaba Sunucumun panelinde aşağıda belittiğim hatayı alıyorum ve ardından "server stoping " diyor yardım edermisiniz ?
Kod:
[13:40:10 ERROR]: Encountered an unexpected exception
java.lang.IllegalArgumentException: An objective with the name 'MVdWFB690' already exists!
at net.minecraft.server.v1_8_R1.Scoreboard.registerObjective(SourceFile:38) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.PersistentScoreboard.b(SourceFile:115) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.PersistentScoreboard.a(SourceFile:45) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.PersistentScoreboard.a(SourceFile:34) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.WorldServer.b(WorldServer.java:93) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.a(MinecraftServer.java:250) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:190) ~[1.8.x.jar:git-Bukkit-33d5de3]
at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:484) [1.8.x.jar:git-Bukkit-33d5de3]
at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
 
Scoreboard sıkıntı var sanırım isterseniz bi silin deneyin. Ve ya güncel yükleyin.
 
Scoreboard sıkıntı var sanırım isterseniz bi silin deneyin. Ve ya güncel yükleyin.
featherboard dan bahsediyor isen feather ykken de aynı hata veriyor varken de ne ypcağımı şaşırdım ya
 
Sunucu sürümün ne? FeatherBoard satın aldığından emin misin? Satın aldıysan config.yml atar mısın?
 
Sunucu sürümün ne? FeatherBoard satın aldığından emin misin? Satın aldıysan config.yml atar mısın?
Sunucu Sürümü 1.8 FeatherBoard Orjinal Olmalı.
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:
      - '&aTiffanyNW'
      # 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:
      - '&8&m------------------'
      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:
      - '&8{175} &a&lSelamlar  '
      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:
      - '&f{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{175} &a&lBilgiler'
      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:
      - ''
      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:
      - '&8{7} &7Bakiye &6{175} &a{MONEY}'
      interval: 3
      random: false
    moneytimesplayed-label: #Switch between site, times played and health
      text:
      - '&8{7} &7Ping &6{175} &a{ping}'
      interval: 3
      random: false
    moneytimesplayed: #Switch between site, times played and health
      text:
      - '&8{7} &7Ölüm &6{175} &a{stat_deaths}'
      interval: 3
      random: false
    spacer-money: # Another spacer (empty line) again you don't need to call this 'spacer'
      text:
      - '&8{7} &7Öldürme &6{175} &a{stat_pkills}'
      interval: 3
      random: false
    server-label: # Server status label
      text:
      - '&8{7} &7Çevirimiçi &6{175} &a{onlineplayers}'
      interval: 3
      random: false
    server-labes:
      text:
      - '&8{7} &7Ada Leveli &6{175} &a{askyblock_island_level}'
      interval: 3
      random: false
    footer: # A footer is recommended to make sure the scoreboard remains the same size
    server-labei:
      text:
      - ''
      interval: 100
      random: false
    server-laben:
      text:
      - '&8{7} &a&lSkype'
      interval: 100
      random: false
    server-labet:
      text:
      - '&alive:blueb3y'
      interval: 1
      random: false
 
Featherboard'ın leak sürümünü kullanıyorsanız hata almanız normal.
Spigot sayfasından parayla almanızı öneririm.
 
Featherboard'ın leak sürümünü kullanıyorsanız hata almanız normal.
Spigot sayfasından parayla almanızı öneririm.
Featheri Silsem De Aynı Sorun Devam Ediyor Ne yapacağım ?
 
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