Jump to content

Aloke

Members
  • Posts

    13
  • Joined

  • Last visited

About Aloke

  • Birthday 05/07/1997

Aloke's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Hello all! Me and a few of my friends are really struggling at finding a great online server to play at, so we decided to ask, if someone of you is willing to homehost a tekkit server with his friends? And then maybe pvp? Team vs team sort of was the idea, could be very fun! I would host myself, but my internet is only 5-6 mbit/s and i tend to get bsod when i play and host at same time. Regards, Alo
  2. heh well i got other auction plugins working actually. I got the sourcecode of 1.3.1 version vault, commentaired 1.3.1 blocks out and recompiled it with maven and voila :)
  3. Well i got it all set up on groupmanager right now and moving it all over to pex would kill alot of time... plus random server crashes are getting weird. Also about the auction thing, i switched economy plugin to iconomy still same problems. Plus the other auction plugins at documentation dont even say anything about need of an database, i searched em all with keywords mysql and database.
  4. tekkit is a bitch for me lately, now it just randomly crashed, did a rollback... plus it has been doing rollbacks everytime i restart, also how do i do negative permissions in groupmanager? i hate pex and will never install it..
  5. Hi! I downloaded BOSeconomy, but i'm not still getting it to work, internal error will occur and the following error comes to console: 08-16 14:13:13 [sEVERE] null org.bukkit.command.CommandException: Unhandled exception executing command 'ah' in plugin AuctionHouse v1.0.1 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42) at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166) at forge.bukkit.ForgeCommandMap.dispatch(ForgeCommandMap.java:55) at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:497) at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:843) at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:799) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:781) at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34) at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: java.lang.IllegalStateException: Failed to execute a query! at de.cubeisland.AuctionHouse.Database.Database.exec(Database.java:220) at de.cubeisland.AuctionHouse.Auction.Bid.?!init?!(Bid.java:46) at de.cubeisland.AuctionHouse.Auction.Auction.(Auction.java:55) at de.cubeisland.AuctionHouse.Commands.AddCommand.execute(AddCommand.java:232) at de.cubeisland.AuctionHouse.BaseCommand.executeSub(BaseCommand.java:84) at de.cubeisland.AuctionHouse.BaseCommand.onCommand(BaseCommand.java:55) at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40) ... 13 more Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver. 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 com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.Util.getInstance(Util.java:382) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982) at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927) at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213) at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200) at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203) at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169) at de.cubeisland.AuctionHouse.Database.Database.createStatement(Database.java:77) at de.cubeisland.AuctionHouse.Database.Database.exec(Database.java:216) ... 19 more Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet successfully received from the server was 171,245 milliseconds ago. The last packet sent successfully to the server was 9 milliseconds ago. 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 com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082) at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968) at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626) at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325) at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310) at de.cubeisland.AuctionHouse.Database.Database.execUpdate(Database.java:204) at de.cubeisland.AuctionHouse.Util.updateNotifyData(Util.java:267) at de.cubeisland.AuctionHouse.AuctionHouseListener.goesOnline(AuctionHouseListener.java:52) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:138) at forge.PacketHandlerServer.finishLogin(PacketHandlerServer.java:169) at forge.PacketHandlerServer.onModListResponse(PacketHandlerServer.java:108) at forge.PacketHandlerServer.onPacketData(PacketHandlerServer.java:42) at forge.MessageManager.dispatchIncomingMessage(MessageManager.java:419) at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1361) at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46) ... 6 more Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529) at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979) ... 33 more
  6. I'll check it later, thanks :)
  7. i really hate boseconomy, i just got a free mysql database, now i could do /ah and see all commands, but the plugin is half german anyway. i think i might just drop finding auction plugin.
  8. Haahahah im sorry 08-16 10:00:54 [sEVERE] Error occurred while enabling AuctionHouse v1.0.1 (Is it up to date?) java.lang.IllegalStateException: Failed to connect to the database server! at de.cubeisland.AuctionHouse.Database.Database.?!init?!(Database.java:58) at de.cubeisland.AuctionHouse.AuctionHouse.onEnable(AuctionHouse.java:81) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:215) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:386) at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:264) at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:246) at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:387) at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:374) at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:208) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:438) at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 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 com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:343) at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794) at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47) 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 com.mysql.jdbc.Util.handleNewInstance(Util.java:407) at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source) at de.cubeisland.AuctionHouse.Database.Database.(Database.java:54) ... 11 more Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.(Unknown Source) at java.net.Socket.(Unknown Source) at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) at com.mysql.jdbc.MysqlIO.(MysqlIO.java:292)
  9. I just tried it, flooded console with errors :/
  10. Hi! I have tried various auction plugins for my server, but none of them has worked and it all has provided me headache for many hours. Has anyone managed to get any auction plugin working with current tekkit version? Maybe i have missed some plugins. Ty in advance, Alo
  11. Thanks! disablecraft didn't work, but NoItem did :)
  12. Bump, i got a server to run, please help me quickly!
  13. Hi! I have an issue. I tried to use WorldGuard to disable bunch of items, but the disablement does not work. This is tekkit.yml :#Tekkit Config File # -- AlienX Wuz Here -- tekkit: items_to_block: [27533, 27534, 27535, 27554, 27594, 27580, 27581, 27579, 27582, 27583, 27584, 27593, 6361, 30208, 27570, 27573, 27556, 27562, 27562:1, 27562:2, 27562:3, 27562:4, 27562:5, 27562:6, 27562:7, 27562:8, 27562:9, 27562:10, 27562:11, 27562:12, 27562:13, 27562:14, 27562:15, 208, 225, 225:1, 6362, 27529, 27588, 27589, 27590, 126:3, 126:4, 126:10, 126:11, 178, 150:1, 253, 253:1, 253:2, 253:3, 253:4, 253:5, 253:6, 253:7, 253:8, 253:9, 254, 254:1, 254:2, 254:3, 254:4, 254:5, 254:6, 254:7, 254:8, 237, 7493, 30173, 26524, 194:4, 214, 179, 250:15] And this is the blacklist file. [27533,27534,27535,27554,27594,27580,27581,27579,27582,27583,27584,27593,6361,30208,27570,27573,27556,27562,27562:1,27562:2,27562:3,27562:4,27562:5,27562:6,27562:7,27562:8,27562:9,27562:10,27562:11,27562:12,27562:13,27562:14,27562:15,208,225,225:1,6362,27529,27588,27589,27590,126:3,126:4,126:10,126:11,178,150:1,253,253:1,253:2,253:3,253:4,253:5,253:6,253:7,253:8,253:9,254,254:1,254:2,254:3,254:4,254:5,254:6,254:7,254:8,237,7493,30173,26524,194:4,214,179,250:15] on-aquire=deny,tell ignore-perms=usage.dmfurnace,usage.rmfurnace on-drop=deny,tell Even after all that, people are allowed to craft and drop and place those items. Edit:PS, ignore-perms were just for testing, they did not help either. Edit2: Also, the other part of worldguard is not working either. I regioned spawn and one another area to stop mob spawning and stop mob damage, they still spawned and did damage.
×
×
  • Create New...