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

    RoKGeppie

    no errors, just a glitch where it says it unjails a player but he isnt removed, and when he tries to leave, he gets more time added, and if he gets far enough out, the guard system gets him. unjail force only worked once, but then the guy screamed at me cause he lost his stuff, lol
     
  3. Offline

    Devin14

    I have Permissions 2.7.4 (Phoenix) by The Yeti.
     
  4. Offline

    Phat32

    I do indeed use MultiVerse
     
  5. Offline

    matejdro

    @tryy3 um, if you are not jailed, guards will not attack you

    @RoKGeppie did you try using /unjailforce?

    @Devin14 what happens when they want to jail somebody?

    @Phat32 yes, but is your jail in secondary world?
     
  6. Offline

    tryy3

    that i meant was can i disable like an mod or what ever that jail ppl so they cant jail like admins?
     
  7. Offline

    matejdro

    Um nope. But i may add this feature. Please add it to issue tracker, so i won't forget it.
     
  8. Offline

    tryy3

    where is issue tracker?
     
  9. Offline

    tickleman

    @matejdro I've downloaded the v1.2.2 again, and /jailclearforce to release all my prisoneers (if perhaps some were on a removed jail ? ) No error for the moment. I guess this clean-up made the job ?
    Thank you to have answered me :) Very cool job your jail.
     
  10. Offline

    matejdro

    @tryy3 read the first post agan.

    @tickleman glad you have solved it.
     
  11. Is this plugin updated for the latest bukkit server? It seems to have stopped working =( meanwhile i'm having jail withdrawl.
     
  12. Offline

    Devin14

    I told him to type /jail so he could see what he had to do to send somebody to jail but the instructions didn't show up for him.
     
  13. Offline

    sean_skroht

    How? I can't find a plugin that blocks warping in and out of certain areas.
     
  14. Offline

    Dustin545

    hey need help asap when i jail some one and they get unjailed it work but if the person dies they go back in the cell
     
  15. Offline

    thestriker095

    could you make the /jailstatus message customizable?
     
  16. Offline

    Spretzjnjikhow

    can u post older downloads? (CB 1000 for example:p)
     
  17. Offline

    matejdro

    @TheMightyAmbross it should support it. How do you mean "stopped working"?

    @Devin14 permissions?

    @sean_skroht add command to command protection in jail config

    @Dustin545 try /unjailforce

    @thestriker095 add to issue tracker please

    @Spretzjnjikhow nothing changed between 1000 and 1060, except title change (there was no new download), so it should work on CB1000.
     
  18. Offline

    Spretzjnjikhow

    GOOD :D a have been looking for a nice jail-plugin for decades :p
     
  19. Offline

    Devin14

    My permissions are as followed for jail.
    - 'jail.command.jailcreate'
    - 'jail.command.jailcreatecells'
    - 'jail.command.jaildelete'
    - 'jail.command.jail'
    - 'jail.command.unjail'
    - 'jail.command.jailtransfer'
    - 'jail.command.jailtransferall'
    - 'jail.command.jailcheck'
    - 'jail.command.jailtelein'
    - 'jail.command.jailteleout'
    - 'jail.command.jaillist'
    - 'jail.command.unjailforce'
    - 'jail.command.jailclear'
    - 'jail.command.jailclearforce'
    - 'jail.command.jailmute'
    - 'jail.command.jailstop'
    - 'jail.usercmd.jailstatus'
    - 'jail.modifyjail'
    - 'jail.usejailstick'
    - 'jail.canbestickjailed'
    - 'jail.openchest'
     
  20. Offline

    King Pyro

    hello i currently do not know what version of jail i have though it has been recently updated..
    im having a plugin conflit with multinv

    i did 2 commands /jail and /unjail
    error:
    2011-08-20 14:12:33 [SEVERE] Could not pass event PLAYER_TELEPORT to MultiInv
    java.lang.NullPointerException
    at uk.co.tggl.Pluckerpluck.MultiInv.MultiInvPlayerListener.onPlayerTeleport(MultiInvPlayerListener.java:55)
    at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:293)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:332)
    at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:216)
    at com.matejdro.bukkit.jail.PrisonerManager.Jail(PrisonerManager.java:184)
    at com.matejdro.bukkit.jail.PrisonerManager.PrepareJail(PrisonerManager.java:113)
    at com.matejdro.bukkit.jail.commands.JailCommand.run(JailCommand.java:15)
    at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:20)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-20 14:12:33 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v1.2.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:320)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:713)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NullPointerException
    at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:227)
    at com.matejdro.bukkit.jail.PrisonerManager.Jail(PrisonerManager.java:184)
    at com.matejdro.bukkit.jail.PrisonerManager.PrepareJail(PrisonerManager.java:113)
    at com.matejdro.bukkit.jail.commands.JailCommand.run(JailCommand.java:15)
    at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:20)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    if you could fix this or tell me how to fix it that would be great
    thanks in advance, KingPyro
     
  21. Offline

    jkernan7553

    Hey,

    This stopped working, and basically nothing works. The .jar and folder are both in plugins, but nothing works....no error messages, or any messages......

    I cant even find it in the server start up, at all, but i didnt look like line by line.

    Any ideas hear? I tried restarting, redownloading, etc., etc.

    Thanks man.

    Jake
     
  22. Offline

    igmikey

    my plugin stopped working, using jail 1.2.2 for build 1060, running on bukkit 1060, when i start up the server it throw me a "is it up to date?" message.
     
  23. Offline

    sean_skroht

    I think you misunderstand me. Yes I know your plugin provides command protection against warp already. What I was originally asking about was being able to introduce a new plugin that disables being able to warp in and out of non-jail areas, so that if a player were to walk into a user-defined protected area they could not warp in or out of it.

    This is bit like how you can set Residence Plugin to prevent players from moving in a protected area. I want to be able to stop warping.
     
  24. Offline

    SuperPyroManiac

    Were can I get the older version that works with CB 1000
     
  25. Offline

    andrewkm

    @matejdro
    on 1060 i get this when sending player to jail (If it helps the player was offline at the time)
    Code:
    2011-08-21 16:58:58 [SEVERE] [Jail] Error while inserting Prisoner into DB! - The last packet successfully received from the server was 94,963,008 milliseconds ago.  The last packet sent successfully to the server was 94,963,008 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
    2011-08-21 16:58:58 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 94,963,008 milliseconds ago.  The last packet sent successfully to the server was 94,963,008 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
    2011-08-21 16:58:58 [SEVERE]  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    2011-08-21 16:58:58 [SEVERE]  at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at java.lang.reflect.Constructor.newInstance(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3348)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1967)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
    2011-08-21 16:58:58 [SEVERE]  at com.matejdro.bukkit.jail.InputOutput.InsertPrisoner(InputOutput.java:413)
    2011-08-21 16:58:58 [SEVERE]  at com.matejdro.bukkit.jail.PrisonerManager.PrepareJail(PrisonerManager.java:101)
    2011-08-21 16:58:58 [SEVERE]  at com.matejdro.bukkit.jail.commands.JailCommand.run(JailCommand.java:15)
    2011-08-21 16:58:58 [SEVERE]  at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:20)
    2011-08-21 16:58:58 [SEVERE]  at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:220)
    2011-08-21 16:58:58 [SEVERE]  at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-08-21 16:58:58 [SEVERE]  at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
    2011-08-21 16:58:58 [SEVERE]  at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:352)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:737)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:701)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:694)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    2011-08-21 16:58:58 [SEVERE]  at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:436)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:453)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
    2011-08-21 16:58:58 [SEVERE]  at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    2011-08-21 16:58:58 [SEVERE] Caused by: java.net.SocketException: Software caused connection abort: socket write error
    2011-08-21 16:58:58 [SEVERE]  at java.net.SocketOutputStream.socketWrite0(Native Method)
    2011-08-21 16:58:58 [SEVERE]  at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at java.net.SocketOutputStream.write(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-08-21 16:58:58 [SEVERE]  at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3329)
    2011-08-21 16:58:58 [SEVERE]  ... 26 more
    -
    Spout confliction?
     
  26. Offline

    ThePlatypus

    This might be a dumb question but, can other players open doors and activate switches inside the jail area? Basically, can someone who is not a prisoner:

    -Interact with the switches, doors, and/or containers in the jail
    -Break blocks of the jail

    The reason being is that I want to setup a jail which only admins can open the doors/switches/containers to -- to prevent people from releasing prisoners early.
     
  27. Offline

    matejdro

    @Devin14 like nothing showed up at all?

    @King Pyro non-main world?

    @jkernan7553 It should said something at startup. Search the logs for "Jail" (without quotes).

    @igmikey post whole error message please.

    @sean_skroht um, then no. Sorry.

    @SuperPyroManiac latest version should work on B1000

    @andrewkm this should be fixed in next release

    @ThePlatypus um, yes they can. Add this to issue tracker, please.
     
  28. Offline

    King Pyro

    it is my main world i have a survival world and a world i call freebuild which has the jail plugin....jail plugin is on both world but no one can use it except me on survival when new players spawn they come to freebuild so im assuming thats the main world....
     
  29. Offline

    matejdro

    main world is one you have set in server.properties. Currently cells do not work properly in non-main worlds, so delete them until next release or don't use jails in non-main worlds.
     
  30. Offline

    igmikey

    @igmikey post whole error message please.

    Code:
    2011-08-21 22:22:04 [SEVERE] Error occurred while enabling Jail v1.2.2 (Is it up to date?): null
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.JailCell.setChest(JailCell.java:123)
        at com.matejdro.bukkit.jail.InputOutput.LoadCells(InputOutput.java:282)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:101)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:452)
        at org.bukkit.command.SimpleCommandMap$ReloadCommand.execute(SimpleCommandMap.java:281)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:129)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:344)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:489)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:468)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  31. Offline

    jb567

    Hi I love your plugin but when i type in a command nothing comes up as a gui or nothing happens if i start to do the actions also the console has no messages
    Code:
    :41:33 [INFO] [Jail] Loaded 0 prisoners.
    2011-08-22 18:41:33 [SEVERE] Error occurred while enabling Jail v1.2.2 (Is it up to date?): null
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.JailCell.setChest(JailCell.java:123)
        at com.matejdro.bukkit.jail.InputOutput.LoadCells(InputOutput.java:282)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:101)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:885)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:178)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:161)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:286)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:273)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:149)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    is the log andi use the 1060 update
     

Share This Page