Ir para conteúdo

Levy26

Membros
  • Total de itens

    554
  • Registro em

  • Última visita

Tudo que Levy26 postou

  1. Levy26

    Discord ou Teamspeak

    Prefiro discord, acho mais pratico para os players pois é no navegador, e mais organizado, minha opniao
  2. É java 8 ;-; Não consegue compilar em 7 e me mandar?
  3. Deu erro na 1.5.2: 01:34:47 [GRAVE] Could not load 'plugins\reTela.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.ClassNotFoundException: Failed to remap class dev.rengod.com.Main at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:176) at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:307) at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:231) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:274) at cpw.mods.fml.common.event.FMLServerAboutToStartEvent.<init>(FMLServerAboutToStartEvent.java:30) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at cpw.mods.fml.common.LoaderState.getEvent(LoaderState.java:84) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:103) at cpw.mods.fml.common.Loader.serverAboutToStart(Loader.java:807) at cpw.mods.fml.common.FMLCommonHandler.handleServerAboutToStart(FMLCommonHandler.java:309) at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:212) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:588) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Caused by: java.lang.ClassNotFoundException: Failed to remap class dev.rengod.com.Main at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:442) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:356) at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:332) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:165) ... 15 more Caused by: java.lang.IllegalArgumentException at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at org.objectweb.asm.ClassReader.<init>(Unknown Source) at net.md_5.specialsource.RemapperPreprocessor.preprocess(RemapperPreprocessor.java:83) at org.bukkit.plugin.java.PluginClassLoader.remappedFindClass(PluginClassLoader.java:398) ... 22 more
  4. Levy26

    Erro console Estranho

    Olá galera, estou com um erro estranho no console, servidor nao cai nem nada, porem nao faço ideia do que seja (Obs: Ocorre normalmente quando um player loga) 27.06 10:58:56 [Connect] User ChinokaPT, IP 2.80.8.158 27.06 10:58:56 [Server] INFO [Membro] ChinokaPT Entrou no Servidor! 27.06 10:58:56 [Server] SEVERE com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections 27.06 10:58:56 [Server] SEVERE at sun.reflect.GeneratedConstructorAccessor293.newInstance(Unknown Source) 27.06 10:58:56 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) 27.06 10:58:56 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Constructor.java:423) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.Util.getInstance(Util.java:382) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031) 27.06 10:58:56 [Server] SEVERE at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  5. Se curtiu Like + Resolvido:
  6. Plugin ótimo, testei e curti Porem tente uma versao para 1.5.2
  7. Ta ae, espero que goste: Gostar Like + Resolvido =D
  8. Coloquei tudo como dito por ti, porem agora mesmo que eu de /Staff não abre o menu E não da erros no console
  9. A 1.5 ta dando esse erro: 20.06 22:08:50 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:50 [Server] INFO org.bukkit.event.EventException 20.06 22:08:50 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) 20.06 22:08:50 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 20.06 22:08:50 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31) 20.06 22:08:50 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) 20.06 22:08:50 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) 20.06 22:08:50 [Server] INFO at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2034) 20.06 22:08:50 [Server] INFO at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 20.06 22:08:50 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 20.06 22:08:50 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:223) 20.06 22:08:50 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 20.06 22:08:50 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 20.06 22:08:50 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) 20.06 22:08:50 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 20.06 22:08:50 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 20.06 22:08:50 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 20.06 22:08:50 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 20.06 22:08:50 [Server] INFO Caused by: java.lang.IllegalArgumentException: Chests must have a size that is a multiple of 9! 20.06 22:08:50 [Server] INFO at org.apache.commons.lang.Validate.isTrue(Validate.java:157) 20.06 22:08:50 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.createInventory(CraftServer.java:1330) 20.06 22:08:50 [Server] INFO at me.itoddypvp.ITStaffers.iTStaffers.onInventoryClick(iTStaffers.java:87) 20.06 22:08:50 [Server] INFO at sun.reflect.GeneratedMethodAccessor458.invoke(Unknown Source) 20.06 22:08:50 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20.06 22:08:50 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) 20.06 22:08:50 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) 20.06 22:08:50 [Server] INFO ... 15 more 20.06 22:08:50 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:51 [Multicraft] Skipped 112 lines due to rate limit (30/s) 20.06 22:08:51 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:51 [Server] INFO org.bukkit.event.EventException 20.06 22:08:51 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) 20.06 22:08:51 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 20.06 22:08:51 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31) 20.06 22:08:51 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) 20.06 22:08:51 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) 20.06 22:08:51 [Server] INFO at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2034) 20.06 22:08:51 [Server] INFO at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 20.06 22:08:51 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 20.06 22:08:51 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:223) 20.06 22:08:51 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 20.06 22:08:51 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 20.06 22:08:51 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) 20.06 22:08:51 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 20.06 22:08:51 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 20.06 22:08:51 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 20.06 22:08:51 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 20.06 22:08:51 [Server] INFO Caused by: java.lang.IllegalArgumentException: Chests must have a size that is a multiple of 9! 20.06 22:08:51 [Server] INFO at org.apache.commons.lang.Validate.isTrue(Validate.java:157) 20.06 22:08:51 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.createInventory(CraftServer.java:1330) 20.06 22:08:51 [Server] INFO at me.itoddypvp.ITStaffers.iTStaffers.onInventoryClick(iTStaffers.java:87) 20.06 22:08:51 [Server] INFO at sun.reflect.GeneratedMethodAccessor458.invoke(Unknown Source) 20.06 22:08:51 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20.06 22:08:51 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) 20.06 22:08:51 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) 20.06 22:08:51 [Server] INFO ... 15 more 20.06 22:08:51 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:53 [Multicraft] Skipped 1146 lines due to rate limit (30/s) 20.06 22:08:53 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:53 [Server] INFO org.bukkit.event.EventException 20.06 22:08:53 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) 20.06 22:08:53 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 20.06 22:08:53 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31) 20.06 22:08:53 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) 20.06 22:08:53 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) 20.06 22:08:53 [Server] INFO at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2034) 20.06 22:08:53 [Server] INFO at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 20.06 22:08:53 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 20.06 22:08:53 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:223) 20.06 22:08:53 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 20.06 22:08:53 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 20.06 22:08:53 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) 20.06 22:08:53 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 20.06 22:08:53 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 20.06 22:08:53 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 20.06 22:08:53 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 20.06 22:08:53 [Server] INFO Caused by: java.lang.IllegalArgumentException: Chests must have a size that is a multiple of 9! 20.06 22:08:53 [Server] INFO at org.apache.commons.lang.Validate.isTrue(Validate.java:157) 20.06 22:08:53 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.createInventory(CraftServer.java:1330) 20.06 22:08:53 [Server] INFO at me.itoddypvp.ITStaffers.iTStaffers.onInventoryClick(iTStaffers.java:87) 20.06 22:08:53 [Server] INFO at sun.reflect.GeneratedMethodAccessor458.invoke(Unknown Source) 20.06 22:08:53 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20.06 22:08:53 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) 20.06 22:08:53 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) 20.06 22:08:53 [Server] INFO ... 15 more 20.06 22:08:53 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:54 [Multicraft] Skipped 56 lines due to rate limit (30/s) 20.06 22:08:54 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:54 [Server] INFO org.bukkit.event.EventException 20.06 22:08:54 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) 20.06 22:08:54 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 20.06 22:08:54 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31) 20.06 22:08:54 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) 20.06 22:08:54 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) 20.06 22:08:54 [Server] INFO at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2034) 20.06 22:08:54 [Server] INFO at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 20.06 22:08:54 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 20.06 22:08:54 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:223) 20.06 22:08:54 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 20.06 22:08:54 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 20.06 22:08:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) 20.06 22:08:54 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 20.06 22:08:54 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 20.06 22:08:54 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 20.06 22:08:54 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 20.06 22:08:54 [Server] INFO Caused by: java.lang.IllegalArgumentException: Chests must have a size that is a multiple of 9! 20.06 22:08:54 [Server] INFO at org.apache.commons.lang.Validate.isTrue(Validate.java:157) 20.06 22:08:54 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.createInventory(CraftServer.java:1330) 20.06 22:08:54 [Server] INFO at me.itoddypvp.ITStaffers.iTStaffers.onInventoryClick(iTStaffers.java:87) 20.06 22:08:54 [Server] INFO at sun.reflect.GeneratedMethodAccessor458.invoke(Unknown Source) 20.06 22:08:54 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20.06 22:08:54 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) 20.06 22:08:54 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) 20.06 22:08:54 [Server] INFO ... 15 more 20.06 22:08:54 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:55 [Multicraft] Skipped 54 lines due to rate limit (30/s) 20.06 22:08:55 [Server] SEVERE Could not pass event InventoryClickEvent to ITStaffers v1.0 20.06 22:08:55 [Server] INFO org.bukkit.event.EventException 20.06 22:08:55 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:363) 20.06 22:08:55 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) 20.06 22:08:55 [Server] INFO at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:31) 20.06 22:08:55 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:479) 20.06 22:08:55 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:464) 20.06 22:08:55 [Server] INFO at net.minecraft.network.NetServerHandler.func_72523_a(NetServerHandler.java:2034) 20.06 22:08:55 [Server] INFO at net.minecraft.network.packet.Packet102WindowClick.func_73279_a(SourceFile:31) 20.06 22:08:55 [Server] INFO at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:442) 20.06 22:08:55 [Server] INFO at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:223) 20.06 22:08:55 [Server] INFO at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:53) 20.06 22:08:55 [Server] INFO at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30) 20.06 22:08:55 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:865) 20.06 22:08:55 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:320) 20.06 22:08:55 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:732) 20.06 22:08:55 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) 20.06 22:08:55 [Server] INFO at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) 20.06 22:08:55 [Server] INFO Caused by: java.lang.IllegalArgumentException: Chests must have a size that is a multiple of 9! 20.06 22:08:55 [Server] INFO at org.apache.commons.lang.Validate.isTrue(Validate.java:157) 20.06 22:08:55 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.CraftServer.createInventory(CraftServer.java:1330) 20.06 22:08:55 [Server] INFO at me.itoddypvp.ITStaffers.iTStaffers.onInventoryClick(iTStaffers.java:87) 20.06 22:08:55 [Server] INFO at sun.reflect.GeneratedMethodAccessor458.invoke(Unknown Source) 20.06 22:08:55 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) 20.06 22:08:55 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:498) 20.06 22:08:55 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:361) 20.06 22:08:55 [Server] INFO ... 15 more
  10. Todas informaçoes aqui: http://gamersboard.com.br/topic/39229-adventureworld-servidor-com-mods-152/
  11. Levy26

    Crash server

    Description: Exception in server tick loop java.lang.NullPointerException at net.minecraft.world.storage.SaveHandler.func_75754_f(SaveHandler.java:358) at net.minecraft.server.management.ServerConfigurationManager.func_72373_m(ServerConfigurationManager.java:1568) at net.minecraft.server.MinecraftServer.func_70000_a(MinecraftServer.java:1427) at net.minecraft.server.dedicated.DedicatedServer.func_70000_a(DedicatedServer.java:338) at net.minecraft.profiler.PlayerUsageSnooper.func_76471_b(SourceFile:94) at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:762) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:614) at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:573) Alguem sabe o que é?
  12. Aqui deu esse erro 18.06 08:35:28 [Server] INFO [mcMMO] Enabling mcMMO v1.5.04-SNAPSHOT-b${BUILD_NUMBER} 18.06 08:35:28 [Server] WARNING [mcMMO] Invalid material: NAME_TAG 18.06 08:35:28 [Server] SEVERE [mcMMO] There was an error while enabling mcMMO! 18.06 08:35:28 [Server] SEVERE java.lang.NoSuchFieldError: HORSE 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.config.Config.validateKeys(Config.java:205) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.config.ConfigLoader.validate(ConfigLoader.java:62) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.config.Config.<init>(Config.java:24) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.config.Config.getInstance(Config.java:29) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.locale.LocaleLoader.initialize(LocaleLoader.java:80) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.locale.LocaleLoader.getString(LocaleLoader.java:33) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.locale.LocaleLoader.getString(LocaleLoader.java:21) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.datatypes.skills.ToolType.<clinit>(ToolType.java:10) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.datatypes.skills.SkillType.<clinit>(SkillType.java:42) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.config.AdvancedConfig.getMaxChance(AdvancedConfig.java:693) 18.06 08:35:28 [Server] SEVERE at com.gmail.nossr50.config.AdvancedConfig.validateKeys(AdvancedConfig.java:48)
  13. /Rg flag __world__ blocked-cmds /fly Poem isso no mundo que quer bloquear o /Fly
×
×
  • Criar Novo...