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

    zajacmp3

    Anyone having issue with your wooden sword:

    advice from me: I had earlier a problem that wooden sword was not doing anything at all.
    Try to:
    use command /jail create <name>
    than use wooden sword and click both buttons. First the left one and then the right one on the same block to choose a point. And then just do the same to choose two more points.
    Worked for me this way.
     
  3. Offline

    nerdsley

    @ matejdro Well, the errors flash by so fast I can't read them. It eventually ends up giving me a bad packet error and I cannot reconnect. The console just goes haywire.
     
  4. The /jail command always returns an error if you specify a jail name. The jail exists and it's working since it worked using /jailtransfer.

    It's /jailcreate name, the /jail command sends players to jail, in your case the "create" player to the "name" jail.
     
  5. Offline

    Siege

    I get Severe errors when I start the server with the jail plugin. Does this plugin work with 1.4 ?
     
  6. Apart from the small issue I presented above, it works just fine with bukkit #617 @ MC 1.4 :p
     
  7. Offline

    matejdro

    @Digi you have to enter time

    /jail player time jailname

    You can use -1 to jail someone forever.

    @Siege what errors?
     
  8. Offline

    M0rti

    Hi. The plugin works great so far with CB617. I have made 2 jail zones but i want change them so i deleted the first zone with /jaildelete zelle4 ...there was no message but the jail was deleted. Then i was trying to delete the second jail with /jaildelete zelle3 and there was this message "you can't delete this zone. Please remove all jailed players." something like this. But there are no jailed players! Then i was trying this: /jailclear and got this error:
    Code:
    2011-04-06 16:53:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jailclear' in plugin Jail v0.5.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
        at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:288)
        at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:543)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
    Just to let you know.


    And here another one. If i jail an offline player and try to unjail him cause i typed his name wrong, i get this:
    Code:
    2011-04-06 18:37:40 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'unjail' in plugin Jail v0.5.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
        at net.minecraft.server.Packet3Chat.a(SourceFile:24)
        at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
        at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:288)
        at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:492)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
    
     
  9. Offline

    Azur

    I get this error when I try to just /jail Name

    Code:
    18:26:45 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v0.5.6
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
            at net.minecraft.server.Packet3Chat.a(SourceFile:24)
            at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
            at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:147)
            at org.bukkit.craftbukkit.entity.CraftEntity.teleportTo(CraftEntity.java:123)
            at com.matejdro.bukkit.jail.Jail.Jail(Jail.java:214)
            at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:459)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  10. Offline

    ScottCameron

    When we jail somebody, it spams them.
     
  11. Offline

    Cooliosperosous

    This is pissing me off. I can't even create a jail, the stupid wooden sword thing won't work. I've tried right clicking, left then right clicking, other clicking ways, removing all other plugins, nothing is working! Please help
     
  12. Offline

    treepunch

    Is there anyway you could make it so that you can jail dead players? I currently use deathban on my server but I'm definitely interested in jailing people who get killed instead of kicking them.
     
  13. Offline

    Siege

    I set up a fresh server and I can't create a jailzone, i get error messages when the server starts, asking if the plugin is updated ? Tried right and then left clicking but nothing works. As mentioned, set up a whole new server without any luck.

    Here is what comse in my Bukkit server. [​IMG]

    So, when I try to Left click with my wooden sword nothing happens.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 7, 2016
  14. Offline

    ddj

    Check installation manual.
    It seems like you don't have the required sqlite.jar
     
  15. Offline

    M0rti

    Did you get a message or an error after /jailcreate <jailname>?
     
  16. Offline

    fugue2005

    CB617
    jail .5.6


    no idea what's going on with this plugin, but i just tried loading it and got

    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>#
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # SIGSEGV (0xb) at pc=0xb7626589, pid=8164, tid=676105104
    #
    # JRE version: 6.0_17-b17
    # Java VM: OpenJDK Server VM (14.0-b16 mixed mode linux-x86 )
    # Derivative: IcedTea6 1.7.5
    # Distribution: Custom build (Wed Oct 13 13:04:40 EDT 2010)
    # Problematic frame:
    # V [libjvm.so+0x38a589]
    #
    # An error report file with more information is saved as:
    # /minecraft/roleplay/hs_err_pid8164.log
    #
    # If you would like to submit a bug report, please include
    # instructions how to reproduce the bug and visit:
    # http://icedtea.classpath.org/bugzilla

    clarification, happens when using sqlite, does not happen when using mysql

    crap, now i get

    07:00:04 [INFO] unjail mrhardy
    07:00:04 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'unjail' in plugin Jail v0.5.6
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:288)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:492)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more

    in fact, very few commands are actually working.
     
  17. Offline

    massEntropy

    Just wanted to say the plugin works great on 617. I run several other plugins and they all seem to work great. I really like what you're made. I must admit I torment griefers thanks to this plugin.
    It would be nice if this plugin muted them too.. but there are other plugins for that. If this one does then I'm an idiot. I'm sure someone will point it out.
     
  18. Offline

    NEO

    Does anyone have a download for version 5.5?
     
  19. Offline

    Psycho Robot

    I get this same error when trying the same command
     
  20. Offline

    kush

    Can you update for 670 please
     
  21. Offline

    matejdro

    @M0rti it seems like that unjailing offline players is kinda buggy. If you typed it wrong, you can then safely use /unjailforce or /jailclearforce.

    @Azur this is a bug in bukkit's teleport function. They have new function now, so your problem could be fixed in next update.

    @Siege you don't have lib folder

    @fugue2005 Are you unjailing offline player? Also, next time please use code blocks for pasting errors. It looks ugly.

    @NEO why do you need it?

    @PsychoRobot see answers for M0rti and Fugue2005.

    @kush what is not working? Can you paste error?
     
  22. Offline

    NEO

    @matejdro Im not running the latest build. I was seeming to have issues with it but it looks like it was permissions faulting when the commands were used. I figured it wouldn't hurt to get the latest working version for the current build im using.
     
  23. Offline

    kush

    I'm not sure if its something I might of done wrong but now jailstatus doesnt work for everyone else but admins. permissions are set properly. I will look thru this again. anyone else have this problem?

    for build 670
    I get this error sometimes when I unjail a player:
    2011-04-08 09:52:16 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'unjail' in plugin Jail v0.5.6
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:596)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:559)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:553)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    Caused by: java.lang.NullPointerException
    at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:288)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:492)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  24. Offline

    Stephen92

    im at work atm so i cant exactly tell you the errors I have been getting but this hasn't worked for me since like 3 versions ago, I was wondering also when this will be updated to 670.

    everytime I jail someone they end up across the map and they just keep floating in midair constantly getting spammed with you have an added 30 minutes or w/e it is.
     
  25. Offline

    Cooliosperosous

    It gives me a wooden sword and tells me to select the area of the jail. Like I said, i've left clicked, right clicked, multiples, different ways, nothing is working
     
  26. Offline

    PedroN041

    My Minecraft doesnt create the folder....
     
  27. Offline

    matejdro

    @PedroN041 do you get message about loaded prisoners/jails or any error messages?

    Anyone with wooden sword issue, can you try removing permissions and try with op-only?
     
  28. Offline

    PedroN041

    this is my prblem... the wooden sword doesnt work.
     
  29. Offline

    matejdro

    If you don't even have Jail folder then probably you did not copied it correctly.
     
  30. Offline

    PedroN041

    I put jail.jar in plugins folder and mysql-connector-java-bin.jar in bukkits folder.
     

    Attached Files:

  31. Offline

    matejdro

    Which CB build do you have?
     

Share This Page