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

    PedroN041

    the newest one
     
  3. Offline

    matejdro

    Which one is that? Number please.
     
  4. Offline

    PedroN041

  5. Offline

    matejdro

    Try updating to 670
     
  6. Offline

    PedroN041

    created the folder, but others plugins got errors...
     
  7. Offline

    matejdro

    Then update other plugins too :)
     
  8. Offline

    PedroN041

    where did you download bukkit 670? i cant find...
     
  9. Offline

    Psycho Robot

    Wait, that's not right. You should put the mysql in the /lib/ folder that's in bukkit's folder
     
  10. Offline

    timi

    Maybe update =)?
     
  11. Offline

    matejdro

    @PedroN041 at the top of the page is big button "Get CraftBukkit"

    @Psycho Robot no that's fine. Mysql library is still supposed to be in root.

    @timi what issues do you have?
     
  12. Offline

    timi

    I have no idea if i am doing right but, i create a jail and use the sword in 2 corners, then place "teleport mark" in the middle of jail, and when people get jailed. They whole server is getting spammed. Do no try to espace and it doing much error.
     
  13. Offline

    matejdro

    Did you mark floor too?
     
  14. Offline

    Argomirr

    Can we get an estimated release date on the API? :p I would love to be able to integrate Jail support into my plugin with a nice and clean API.
     
  15. Offline

    matejdro

    I recommend you using commands like one plugin already do (i do not remember which. I think it was something about chat). API will be probably just this and some functions to get information.
     
  16. Offline

    blutherz

    Hi i have CB670
    And yesterday i tried out the jail plugin.
    Strange is, it had worked yesterday night.

    So i had created successfull a jail, a in jail teleport point and a unjail zone
    Also test it with a player and all was fine

    So now today i had the case put a player in jail...but now...it didn't work anymore.
    i get only:


    Code:
    10:59: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: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.NumberFormatException: For input string: "JAIL"
            at java.lang.NumberFormatException.forInputString(Unknown Source)
            at java.lang.Integer.parseInt(Unknown Source)
            at java.lang.Integer.valueOf(Unknown Source)
            at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:438)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
     
  17. Offline

    Godknown

    Missing error codes. Should write those in so we don't end up confusing those supposed [SEVERE] errors for actually being severe.
     
  18. Offline

    blutherz

    i delete the plugin and resinstall it new incl. server reboot etc.
    i still have same error without codes
     
  19. Offline

    matejdro

    how did you typed jail command?
     
  20. Offline

    blutherz

    /jail blutherz JAIL1

    blutherz=my playername
    JAIL1=my new jail






    .
     
  21. Offline

    matejdro

    you forgot time

    /jail blutherz -1 JAIL1
     
  22. Whenever i try to use this, it gives me an internal error prompt in red. I have it under my server properties (Jail.jar), and i have the .jar and other folder with settings in my bukkit. what's wrong?
     
  23. Offline

    Geoff Winans

    I'd love to see the squelching of chat on a per-group basis.

    EG:

    Some users I want to have chat squelched, some I wouldn't.

    This would let me create a "mute" or "Prisoner" group and have them be squelched from chatting until their sentence was up, but have any other person who hasn't had their group changed be able to continue chatting while in jail.
     
  24. Offline

    Psycho Robot

    Sounds like for that functionality, it'd be easier just to code a system wherein the command is /jail <player> <time> <jailname> <true/false> where true or false referred to whether they were muted for the duration of their sentence, or not.
     
  25. Offline

    Sandia

    I get a error it stand like this (An internal error occured while attempting to perfotm this command)
    and they are jailed but they can tp away from the jail but not destroy
     
  26. Offline

    blutherz


    Yeah.....great that was it....
    Ok
    Sorry...

    A idea...

    is it possible to config a "standard time" a.e. 10min in the "jail.properties" for user who forget the time?
    And a syntax warning which is humanreadable?
    ;-)
     
  27. Offline

    FlawlezZ

    hmm too bad the timing doesnt work. i jaild somebody for 160 minutes and he told me later his time was up so i made /jailcheck and saw he had 67 minutes left. at first i was like fuck u bastard but then i was like HOLY SHIT when i found out he told the truth. when the time was up i checked the time with /jailcheck and from before ~5 minutes it suddenly became 67 minutes.

    HOLY SHIT
    W HAT THE HELL
    i dont know what i can do, so please tell me what i made wrong thx
    i have build 670 and made correct mysql settings coz iconomy also works and logblock and and and and
     
  28. Offline

    Sandia

    he can try to destroy block it get 15 min and try to run 30 min

    But my problem here (An internal error occured while attempting to perfotm this command) I need to restart the server then it work a short time can any 1 tell me why ?

    2011-04-11 16:53:25 [SEVERE] java.sql.SQLException: path to 'plugins/Jail/jail.$
    2011-04-11 16:53:25 [SEVERE] at org.sqlite.Conn.open(Conn.java:103)
    2011-04-11 16:53:25 [SEVERE] at org.sqlite.Conn.<init>(Conn.java:57)
    2011-04-11 16:53:25 [SEVERE] at org.sqlite.JDBC.createConnection(JDBC.java:7$
    2011-04-11 16:53:25 [SEVERE] at org.sqlite.JDBC.connect(JDBC.java:64)
    2011-04-11 16:53:25 [SEVERE] at java.sql.DriverManager.getConnection(DriverM$
    2011-04-11 16:53:25 [SEVERE] at java.sql.DriverManager.getConnection(DriverM$
    2011-04-11 16:53:25 [SEVERE] at com.matejdro.bukkit.jail.InputOutput.createC$
    2011-04-11 16:53:25 [SEVERE] at com.matejdro.bukkit.jail.InputOutput.getConn$
    2011-04-11 16:53:25 [SEVERE] at com.matejdro.bukkit.jail.InputOutput.InsertP$
    2011-04-11 16:53:25 [SEVERE] at com.matejdro.bukkit.jail.Jail.Jail(Jail.java$
    2011-04-11 16:53:25 [SEVERE] at com.matejdro.bukkit.jail.Jail.onCommand(Jail$
    2011-04-11 16:53:25 [SEVERE] at org.bukkit.command.PluginCommand.execute(Plu$
    2011-04-11 16:53:25 [SEVERE] at org.bukkit.command.SimpleCommandMap.dispatch$
    2011-04-11 16:53:25 [SEVERE] at org.bukkit.craftbukkit.CraftServer.dispatchC$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetServerHandler.c(NetS$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetServerHandler.chat(N$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetServerHandler.chat(N$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetS$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.Packet3Chat.a(SourceFil$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetworkManager.a(Networ$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetServerHandler.a(NetS$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.NetworkListenThread.a(S$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.MinecraftServer.h(Minec$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.MinecraftServer.run(Min$
    2011-04-11 16:53:25 [SEVERE] at net.minecraft.server.ThreadServerApplication$
    2011-04-11 16:53:25 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jai$
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:8$
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:$
    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.InsertPrisoner(InputOutput.java$
    at com.matejdro.bukkit.jail.Jail.Jail(Jail.java:222)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:459)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more


    This is what it come up in the termial when i try to jail somebody

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

    Spiritax

    i've 3 world.

    in my case, my jail is in world 1
    when someone try to break something in world 2 or 3 that are at same coord that jail from world 1, it say "Dont destroy the Jail", but the jail is in a other world.

    I use build 670 with Jail 0.5.6
     
  30. Offline

    ScottSpittle

    i get the following error on CB670

     
  31. Offline

    BorderKeeper

    I would suggest if you could add /jail [player name] [time] [prison name] [reason]
    Sometimes people I jail aren't online so I need to place signs in the jail to tell them why
     

Share This Page