Хостинг серверов Minecraft playvds.com
  1. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Помогите Лог-Краш/Ошибка в консоле при старте (Lib'sHungerGames)

Тема в разделе "Помощь", создана пользователем _SH_, 15 окт 2015.

  1. Автор темы
    _SH_

    _SH_ Новичок Пользователь

    Баллы:
    21
    Ошибка при старте сервера.
    Плагины: (1) Lib'sHungerGames (v 5.2.6)
    Код:
    [18:36:25] [Server thread/INFO]: [LibsHungergames] Loading LibsHungergames v5.2.6
    [18:36:25] [Server thread/INFO]: [LibsHungergames] Enabling LibsHungergames v5.2.6
    [18:36:25] [Server thread/INFO]: [Hungergames] Loading config file config.yml
    [18:36:25] [Server thread/INFO]: [Hungergames] Loading config file translations.yml
    [18:36:25] [Server thread/INFO]: [Hungergames] Loading config file errors.yml
    [18:36:25] [Server thread/INFO]: [Hungergames] Loading config file feast.yml
    [18:36:25] [Server thread/INFO]: [Hungergames] Loading config file mysql.yml
    [18:36:25] [Server thread/INFO]: [Hungergames] Loading config file prizes.yml
    [18:36:26] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.server.v1_8_R3.PropertyManager.a(java.lang.String, java.lang.Object)
    [18:36:26] [Server thread/WARN]:     at java.lang.Class.getMethod(Unknown Source)
    [18:36:26] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.ReflectionManager.setPropertiesConfig(ReflectionManager.java:79)
    [18:36:26] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Utilities.MapLoader.loadMap(MapLoader.java:118)
    [18:36:26] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Hungergames.onEnable(Hungergames.java:204)
    [18:36:26] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
    [18:36:26] [Server thread/WARN]:     at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
    [18:36:26] [Server thread/WARN]:     at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
    [18:36:26] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356)
    [18:36:26] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316)
    [18:36:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:199)
    [18:36:26] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:528)
    [18:36:26] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
    [18:36:26] [Server thread/INFO]: [Hungergames] Now loading map config
    [18:36:26] [Server thread/INFO]: [Hungergames] Map config not found
    [18:36:26] [Server thread/INFO]: [Hungergames] Loading the spawns
    [18:36:26] [Server thread/INFO]: [Hungergames] Spawns config not found
    [18:36:26] [Server thread/INFO]: [Hungergames] Adding commands from plugin LibsHungergames in package me.libraryaddict.Hungergames.Commands
    [18:36:26] [Server thread/INFO]: [Hungergames] Error while loading command Creator - null
    [18:36:26] [Server thread/INFO]: [Hungergames] Adding abilities from plugin LibsHungergames in package me.libraryaddict.Hungergames.Abilities
    [18:36:26] [Server thread/INFO]: [Hungergames] Error while loading config Pussy.yml - [Hungergames] Dependency Plugin LibsDisguises not found
    [18:36:26] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    [18:36:26] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
    [18:36:26] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    [18:36:26] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
    [18:36:26] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
    [18:36:26] [Server thread/INFO]: Preparing level "world"
    [18:36:26] [Server thread/INFO]: -------- World Settings For [world] --------
    [18:36:26] [Server thread/INFO]: View Distance: 8
    [18:36:26] [Server thread/INFO]: Item Despawn Rate: 6000
    [18:36:26] [Server thread/INFO]: Item Merge Radius: 2.5
    [18:36:26] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
    [18:36:26] [Server thread/INFO]: Arrow Despawn Rate: 1200
    [18:36:26] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
    [18:36:26] [Server thread/INFO]: Max Entity Collisions: 8
    [18:36:26] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
    [18:36:26] [Server thread/INFO]: Experience Merge Radius: 3.0
    [18:36:26] [Server thread/INFO]: Chunks to Grow per Tick: 650
    [18:36:26] [Server thread/INFO]: Clear tick list: false
    [18:36:26] [Server thread/INFO]: Mob Spawn Range: 4
    [18:36:26] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
    [18:36:26] [Server thread/INFO]: Cactus Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Cane Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Melon Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Mushroom Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Sapling Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Wheat Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: NetherWart Growth Modifier: 100%
    [18:36:26] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
    [18:36:26] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    [18:36:26] [Server thread/INFO]: Random Lighting Updates: false
    [18:36:26] [Server thread/INFO]: Structure Info Saving: true
    [18:36:26] [Server thread/INFO]: Sending up to 10 chunks per packet
    [18:36:26] [Server thread/INFO]: Max TNT Explosions: 100
    [18:36:26] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
    [18:36:26] [Server thread/INFO]: Anti X-Ray: true
    [18:36:26] [Server thread/INFO]:     Engine Mode: 1
    [18:36:26] [Server thread/INFO]:     Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    [18:36:26] [Server thread/INFO]:     Replace Blocks: [1, 5]
    [18:36:26] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    [18:36:26] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7701207413676681507)
    [18:36:27] [Server thread/INFO]: Preparing spawn area: 13%
    [18:36:28] [Server thread/INFO]: Preparing spawn area: 25%
    [18:36:29] [Server thread/INFO]: Preparing spawn area: 44%
    [18:36:30] [Server thread/INFO]: Preparing spawn area: 66%
    [18:36:31] [Server thread/INFO]: Preparing spawn area: 76%
    [18:36:32] [Server thread/INFO]: Preparing spawn area: 84%
    [18:36:33] [Server thread/INFO]: Preparing spawn area: 91%
    [18:36:34] [Server thread/INFO]: Preparing spawn area: 98%
    [18:36:34] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [18:36:34] [Server thread/INFO]: Done (8,392s)! For help, type "help" or "?"
    [18:36:34] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.server.v1_8_R3.PropertyManager.a(java.lang.String, java.lang.Object)
    [18:36:34] [Server thread/WARN]:     at java.lang.Class.getMethod(Unknown Source)
    [18:36:34] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.ReflectionManager.setPropertiesConfig(ReflectionManager.java:79)
    [18:36:34] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Utilities.MapLoader$1.run(MapLoader.java:122)
    [18:36:34] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
    [18:36:34] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
    [18:36:34] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:726)
    [18:36:34] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)
    [18:36:34] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)
    [18:36:34] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
    [18:36:34] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
    [18:36:34] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
    
     
  2. Хостинг MineCraft
    <
  3. Автор темы
    _SH_

    _SH_ Новичок Пользователь

    Баллы:
    21
    *Версия ядра - 1.8.6 (Spigot)
     
  4. Vercetti

    Vercetti Активный участник Пользователь

    Баллы:
    46
    Плагин LibsDisguises установлен?
     
  5. Автор темы
    _SH_

    _SH_ Новичок Пользователь

    Баллы:
    21
    Нет, я же сказал всего один плагин
     
  6. DominatorRUS

    DominatorRUS Активный участник Пользователь

    Баллы:
    78
    Попробуй ядро Spigot 1.7.10 использовать.. 5.2.6 уже старая.
     
  7. Автор темы
    _SH_

    _SH_ Новичок Пользователь

    Баллы:
    21
    Поставил ProtocolLib,LibsDisguises - все равно ругается.
    Ставил более ранние версии, работало до Released 5.2
    И при некоторых команда краш/ошибка.[DOUBLEPOST=1444996929,1444996892][/DOUBLEPOST]Нужно ядро 1.8
    И я уже ставил 1.7-1.8 не работало.
    Надо либо 1.8, либо 1.7-1.8
     
  8. lliberty

    lliberty Новичок

    Баллы:
    6
    А YML все проверил на правильность?
     
  9. Автор темы
    _SH_

    _SH_ Новичок Пользователь

    Баллы:
    21
    yml все на стардантных.
    Мне больше пугает:
    Код:
    [14:56:45] [Server thread/INFO]: [Hungergames] Loading config file prizes.yml
    [14:56:45] [Server thread/WARN]: java.lang.NoSuchMethodException: net.minecraft.server.v1_8_R3.PropertyManager.a(java.lang.String, java.lang.Object)
    [14:56:45] [Server thread/WARN]:     at java.lang.Class.getMethod(Unknown Source)
    [14:56:45] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.ReflectionManager.setPropertiesConfig(ReflectionManager.java:79)
    [14:56:45] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Utilities.MapLoader.loadMap(MapLoader.java:118)
    
    Краш после загрузке призов...[DOUBLEPOST=1444997213,1444997128][/DOUBLEPOST]Когда удаляю все призы с prizes.eml они заного ресетятся.[DOUBLEPOST=1444998177][/DOUBLEPOST]Краш/Лог после /forcestart и выигрыша
    Код:
    [15:19:05] [Server thread/INFO]: Player1 issued server command: /forcestart
    [15:19:05] [Server thread/INFO]: [0;31;1mThe game has started![m
    [15:19:05] [Server thread/INFO]: [0;31;1mInvincibility wears off in 2 minutes![m
    [15:19:05] [Server thread/WARN]: java.lang.NoSuchFieldException: height
    [15:19:05] [Server thread/WARN]:     at java.lang.Class.getDeclaredField(Unknown Source)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.ReflectionManager.setWidthHeight(ReflectionManager.java:90)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Types.Gamer.setHuman(Gamer.java:278)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Types.Gamer.setAlive(Gamer.java:224)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Hungergames.startGame(Hungergames.java:402)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Commands.ForceStart.onCommand(ForceStart.java:53)
    [15:19:05] [Server thread/WARN]:     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    [15:19:05] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
    [15:19:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:642)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
    [15:19:05] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    [15:19:05] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
    [15:19:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
    [15:19:05] [Server thread/WARN]: java.lang.NoSuchFieldException: height
    [15:19:05] [Server thread/WARN]:     at java.lang.Class.getDeclaredField(Unknown Source)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.ReflectionManager.setWidthHeight(ReflectionManager.java:90)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Types.Gamer.setHuman(Gamer.java:278)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Types.Gamer.setAlive(Gamer.java:224)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Hungergames.startGame(Hungergames.java:402)
    [15:19:05] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Commands.ForceStart.onCommand(ForceStart.java:53)
    [15:19:05] [Server thread/WARN]:     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    [15:19:05] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
    [15:19:05] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:642)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
    [15:19:05] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    [15:19:05] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)
    [15:19:05] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
    [15:19:05] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
    [15:19:29] [Server thread/INFO]: Player2 issued server command: /kill
    [15:19:33] [Server thread/INFO]: Player2 issued server command: /suicide
    [15:19:33] [Server thread/INFO]: [0;31;22m[0;31;1m[0;31;1mGamerGirl[0;31;22m([0;31;1mNinja[0;31;22m)_2001[0;31;22m([0;31;1mPussy[0;31;22m) commited suicide.[m
    [15:19:33] [Server thread/WARN]: java.lang.NoSuchFieldException: height
    [15:19:33] [Server thread/WARN]:     at java.lang.Class.getDeclaredField(Unknown Source)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.ReflectionManager.setWidthHeight(ReflectionManager.java:90)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Types.Gamer.setGhost(Gamer.java:271)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Types.Gamer.setAlive(Gamer.java:245)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.PlayerManager.setSpectator(PlayerManager.java:280)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.PlayerManager.manageDeath(PlayerManager.java:171)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Managers.PlayerManager.killPlayer(PlayerManager.java:133)
    [15:19:33] [Server thread/WARN]:     at me.libraryaddict.Hungergames.Commands.Suicide.onCommand(Suicide.java:23)
    [15:19:33] [Server thread/WARN]:     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    [15:19:33] [Server thread/WARN]:     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
    [15:19:33] [Server thread/WARN]:     at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:642)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1135)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:970)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
    [15:19:33] [Server thread/WARN]:     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    [15:19:33] [Server thread/WARN]:     at java.util.concurrent.FutureTask.run(Unknown Source)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.SystemUtils.a(SystemUtils.java:19)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:718)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:367)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:657)
    [15:19:33] [Server thread/WARN]:     at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:560)
    [15:19:33] [Server thread/WARN]:     at java.lang.Thread.run(Unknown Source)
    [15:19:33] [Server thread/INFO]: [0;31;1mPlayer1 won![m
    
    [DOUBLEPOST=1445000070][/DOUBLEPOST]Help please[DOUBLEPOST=1445156581][/DOUBLEPOST]UP
     

Поделиться этой страницей