Inactive [ADMN/RPG] Jail - Jail bad players

Discussion in 'Inactive/Unsupported Plugins' started by matejdro, Jan 24, 2011.

  1. Offline

    matejdro

    Jail

    This plugins adds Jail to your minecraft server. Admins can define several jails and then jail/unjail people or jail them on time basis. Plugin also offers wide variety of protections, so players won't escape out of your jail.



    See BukkitDev page for more information and download links: http://dev.bukkit.org/server-mods/jail/
    (you can use your minecraft forum username and password on BukkitDev)
     
  2. Offline

    alienkila10

    every time i jail someone it puts them out in a middle of nowhere please help
     
  3. Offline

    Schlumpf

    I got the Verison 1.2.2 and the newest is 1.2.2 so how should I update?!
     
  4. Offline

    piousminion

    I've been using this since before CB #700-something and I'm still having the same issues which have yet to be addressed. Logs tell it best.
    Code:
    2011-08-31 18:03:43 [INFO] -removed- [/-removed-:49591] logged in with entity id 2549401 at ([Aeonia] 0.0, 67.0, 0.0)
    2011-08-31 18:03:43 [SEVERE] Could not pass event PLAYER_TELEPORT to Jail
    java.lang.NullPointerException
            at com.matejdro.bukkit.jail.listeners.JailPlayerProtectionListener.onPlayerMove(JailPlayerProtectionListener.java:81)
            at com.matejdro.bukkit.jail.listeners.JailPlayerProtectionListener.onPlayerTeleport(JailPlayerProtectionListener.java:151)
            at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:373)
            at org.getspout.spout.player.SpoutCraftPlayer.updateNetServerHandler(SpoutCraftPlayer.java:851)
            at org.getspout.spout.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:47)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-31 18:03:44 [INFO] Unknown console command. Type "help" for help.
    2011-08-31 18:03:44 [INFO] Disconnecting -removed- [/-removed-:49591]: Internal server error
    2011-08-31 18:03:44 [WARNING] Failed to handle packet: java.lang.IllegalStateException: Failed to add player. net.minecraft.server.EntityPlayer@26e699(KmanCB13 at 18.429524250569603,54.5,-82.60323310108772) already is in chunk 1, -6
    java.lang.IllegalStateException: Failed to add player. net.minecraft.server.EntityPlayer@26e699(-removed- at 18.429524250569603,54.5,-82.60323310108772) already is in chunk 1, -6
            at net.minecraft.server.PlayerInstance.a(PlayerInstance.java:36)
            at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:73)
            at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:134)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-31 18:03:45 [INFO] -removed- lost connection: disconnect.endOfStream
    
    This is kind of bad since my server wrapper restarts the server safely when it encounters a [SEVERE]. I'm also having issues where players who are jailed offline, can login and not be in jail and only find out they are in jail when they try to use the door to their house.

    It seems like my options are 1) use the best jail plugin their is, despite it being broken since forever or 2) use one of the very crappy alternatives. :(
     
  5. Offline

    Misoa

    could you make a command that says /jailhelp or /jail? cuz it would be better than typing random commands for me XD
    -------------------------------------------------------------------------------------------------------------------
    p.s. how to i make it where no blocks can be destroyed
     
  6. Offline

    Flopi

    It lags my server, and I dont know why, Any one else getting this? (It lags when we jail people, etc)
     
  7. Offline

    Telbaru

    I have the same problem @Flopi
     
  8. Offline

    matejdro

  9. Offline

    HaydenCappadona

    G'day matejdro, LOVE the Plugin, Just a couple of things, I have multiple worlds on my server with separate inventories, and the jail is in the "Hub" and one of the problems I'm having is, when I jail someone It works well but when they get released, It gives them back there inventory in the Hub (release place), and not in the world they were in, Is there a way to make it so it releases them back were they were with there inv's in that world? Or do you think you could add this?
    Also Do you think you could add a feature so that you can set a time limit that still goes down when there offline? I don't mind the current way but I'd much prefer it this way.
    Thanks In advance! :)
     
  10. Offline

    ScottSpittle

    02:24:41 [SEVERE] Could not pass event PLAYER_TELEPORT to Jail
    java.lang.NullPointerException
    at com.matejdro.bukkit.jail.listeners.JailPlayerProtectionListener.onPlayerMove(JailPlayerProtectionListener.java:81)
    at com.matejdro.bukkit.jail.listeners.JailPlayerProtectionListener.onPlayerTeleport(JailPlayerProtectionListener.java:151)
    at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:300)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:373)
    at org.getspout.spout.player.SpoutCraftPlayer.updateNetServerHandler(SpoutCraftPlayer.java:851)
    at org.getspout.spout.SpoutPlayerListener.onPlayerJoin(SpoutPlayerListener.java:47)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:244)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:338)
    at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:124)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:97)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:91)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  11. Offline

    indigomontoya

    I would like to suggest the feature of a vote to jail. Something along the lines of if all my moderators are offline the players can have a command like /jailvote (player) and then /jailvote yes /jailvote no

    This would make it my all time favorite plugin!
     
  12. Offline

    JohnPulse

    Sorry for the dumb question but...
    Can mysql-connector-java-bin.jar be used from the "lib" folder on server root? Like as shared by the plugin LogBlock?
    Regards,
    John
     
  13. Offline

    andrewkm

    @matejdro
    pre-release 1.3 giving me this warning message:
    Code:
    2011-09-05 21:05:30 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@76bbe4cf] Classpath Searched
     
  14. Offline

    Darcion

    on cb 1060 and jail 1.2.2 i saw this for some minuts without any chances one of my mods jailes someone.

    Code:
    2011-09-06 15:42:17 [SEVERE] [Jail] Error while updating Cell into DB!
    2011-09-06 15:42:17 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet successfully received from the server was 28,940,949 milliseconds ago.  The last packet sent successfully to the server was 0 milliseconds ago.
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2011-09-06 15:42:17 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.InputOutput.UpdateCell(InputOutput.java:492)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.JailCell.update(JailCell.java:214)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.PrisonerManager.Jail(PrisonerManager.java:181)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.PrisonerManager.PrepareJail(PrisonerManager.java:113)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.commands.JailCommand.run(JailCommand.java:15)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:20)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
    2011-09-06 15:42:17 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-09-06 15:42:17 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-09-06 15:42:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-09-06 15:42:17 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-06 15:42:17 [SEVERE] Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
    2011-09-06 15:42:17 [SEVERE]     ... 30 more
    2011-09-06 15:42:17 [SEVERE] [Jail] Error while inserting Prisoner into DB! - No operations allowed after connection closed.Connection was implicitly closed by the driver.
    2011-09-06 15:42:17 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2011-09-06 15:42:17 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.InputOutput.InsertPrisoner(InputOutput.java:396)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.PrisonerManager.Jail(PrisonerManager.java:198)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.PrisonerManager.PrepareJail(PrisonerManager.java:113)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.commands.JailCommand.run(JailCommand.java:15)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:20)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
    2011-09-06 15:42:17 [SEVERE]     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-09-06 15:42:17 [SEVERE]     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-09-06 15:42:17 [SEVERE]     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-09-06 15:42:17 [SEVERE]     at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:478)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-09-06 15:42:17 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-09-06 15:42:17 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    
    The last packet successfully received from the server was 28,940,949 milliseconds ago.  The last packet sent successfully to the server was 0 milliseconds ago.
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    2011-09-06 15:42:17 [SEVERE]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    2011-09-06 15:42:17 [SEVERE]     at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.InputOutput.UpdateCell(InputOutput.java:492)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.JailCell.update(JailCell.java:214)
    2011-09-06 15:42:17 [SEVERE]     at com.matejdro.bukkit.jail.PrisonerManager.Jail(PrisonerManager.java:181)
    2011-09-06 15:42:17 [SEVERE]     ... 18 more
    2011-09-06 15:42:17 [SEVERE] Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
    2011-09-06 15:42:17 [SEVERE]     at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
    
     
  15. Offline

    matejdro

  16. Offline

    ScottSpittle

  17. Offline

    matejdro

    Can you attach your database file?
     
  18. Offline

    HaydenCappadona

    Ok I cant believe im gonna ask this but, were is the tracker?
     
  19. Offline

    matejdro

    Check the first post again. There is "read before posting" category.
     
  20. Offline

    looney76

    Srry the problem i had was my end :p srry took ages to reply
     
  21. Offline

    Tomskied

    Works perfectly but will jail in cell order. it jails cell4 then cell 1, then 2 then 3. I can't define which cell for them to go into? I am trying /jail name time jail:cell reason It is not working, just fills up in that order,anyone know why?
     
  22. Offline

    matejdro

    Can you post your sqlite file?
     
  23. Offline

    seanie.dolan

    it says access is denied if i try changing properties!
    help
     
  24. Offline

    killerhunt0

    @matejdro - I am currently using your plugin on my server and have been for a while. It really helps to keeps the ban list short. =D Recently i have encountered an issue with my members inventory being whipped after they were unjailed. Do you have any idea why this may be happening? Any reply would be much appreciated.
     
  25. Offline

    andrewkm

    @matejdro
    During stop command (To stop server):
    Code:
    2011-09-10 18:06:30 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback(). Transaction resolution unknown.
    2011-09-10 18:06:30 [SEVERE]  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-09-10 18:06:30 [SEVERE]  at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-09-10 18:06:30 [SEVERE]  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-09-10 18:06:30 [SEVERE]  at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.Util.getInstance(Util.java:382)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.ConnectionImpl.rollback(ConnectionImpl.java:4751)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4345)
    2011-09-10 18:06:30 [SEVERE]  at com.mysql.jdbc.ConnectionImpl.close(ConnectionImpl.java:1564)
    2011-09-10 18:06:30 [SEVERE]  at com.matejdro.bukkit.jail.InputOutput.freeConnection(InputOutput.java:65)
    2011-09-10 18:06:30 [SEVERE]  at com.matejdro.bukkit.jail.Jail.onDisable(Jail.java:80)
    2011-09-10 18:06:30 [SEVERE]  at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:128)
    2011-09-10 18:06:30 [SEVERE]  at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:906)
    2011-09-10 18:06:30 [SEVERE]  at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:294)
    2011-09-10 18:06:30 [SEVERE]  at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:287)
    2011-09-10 18:06:30 [SEVERE]  at org.bukkit.craftbukkit.CraftServer.disablePlugins(CraftServer.java:173)
    2011-09-10 18:06:30 [SEVERE]  at net.minecraft.server.MinecraftServer.stop(MinecraftServer.java:314)
    2011-09-10 18:06:30 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:393)
    2011-09-10 18:06:30 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  26. Offline

    matejdro

    @seanie.dolan probably not related to jail plugin. Check file permissions.

    @killerhunt0 do you use MultiInv or any other inventory-related plugin?

    @andewkm whoa. I have no idea what that means, sorry. Can you try latest pre-release from devbukkit to see if it works any better?
     
  27. Offline

    xShiFTyy

    Would be SOOOOOO help full if u made a vid on how to add like the issues that u have fixed ive been scanning around youtube and cant find a single one (im using Hamatchi and dont have permissions installed but i do have essentails if that helps)

    Cheers
     
  28. Offline

    Setzer_94

    Your plugin is really useful! But when i jail a player for a long time, it never pass and he stay jailed forever, what can i do?
     
  29. Offline

    CeramicTitan

    how can u get it to auto jail?
     
  30. Offline

    matejdro

    @xShiFTyy if you really want fixes now, you can do a search around bukkit forums on how to compile plugins. Otherwise just wait for a release or use (buggy) pre-release version from devbukkit.

    @Setzer_94 is his time counting down?

    @CeramicTitan what do you mean?
     
  31. Offline

    CeramicTitan

    um if someone breaks a rule can they get teleported into jail?

    Have it's own API, so other plugins can easily jail players automatically by adding just few lines of code.

    can u tell me how to do this?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016

Share This Page