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

    themaster1004

    I haven't seen this problem posted anywhere, but i having it non the less. Basically anytime i modify the config for Jail and re-upload, it resets itself back to default and will not keep the changes i have made. This started happening when i updated to 1.2.2 I tried removing the plugin entirely, including the database and files, and then re-downloading and changing my settings in the config, but it will not keep a change. I'm out of ideas, and it sucks because i love this plugin. Anyone have ANY ideas?
     
  3. Offline

    jeremytrains

    Hi, i am getting the error below when i jail somebody. Could you help me? I use the code:
    jail.jailPlayer([playername:string], [time: int], null, [reason:string]);
    and i get this error:
    14:38:17 [SEVERE] Could not pass event BLOCK_PLACE to BlockRestrictions
    java.lang.NullPointerException
    at me.jeremytrains.

    BlockRestrictions.BlockRestrictions.jailPerson(BlockRestrictions.java:206)
    at me.jeremytrains.BlockRestrictions.BRBlockListener.onBlockPlace(BRBlockListener.java:44)
    at org.bukkit.plugin.java.JavaPluginLoader$27.execute(JavaPluginLoader.java:427)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:90)
    at org.bukkit.craftbukkit.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:74)
    at net.minecraft.server.ItemBlock.a(ItemBlock.java:81)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:56)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:223)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
    at net.minecraft.server.Packet15Place.a(SourceFile:57)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
    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)

    THANKS SO MUCH!!!
     
  4. Offline

    Mr_H4mm3r

    When i type /jails its not showing my jails??
     
  5. Offline

    Crafty Crafter

    Sometimes I have a problem similar to this, my problem is when the server is reloaded, it overwrites the config file. My workaround is just to wait until I can restart the server, and save the config file while the server is off. I assume this is plugin specific because not all of my plugins have to be modified this way.
     
  6. Offline

    jolleward I steal plugins as my own

    really epic plugin against griefers :)! thx :)!
     
  7. Offline

    themaster1004

    I tried doing this as well. It appears to happen whether i reload, restart, or modify the properties when the server is off and then start it. No matter what, the config gets reset. I even tried setting the properties to read-only, but it seems to just replace it. I've also noticed that color strings no longer work. Straight from a clean download of the plugin, when i jail someone it doesn't show colors properly: "?cPlayer has been jailed". Its weird. It's like the config just isn't working at all.
     
  8. Offline

    cethalon

    For some reason when i chose the item id for stick i uses torches. Than, when i break a block with <4 torches in my hand it sends me to jail for "admin". Why does this happen.:'(
    Otherwise, great plugin!:cool:
     
  9. Offline

    dragos240

    Code:
    12:27:58 [INFO] [Jail] Loaded 3 jail zones.
    12:27:58 [INFO] [Jail] Loaded 4 prisoners.
    12:27:58 [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:857)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
            at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
            at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:358)
            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:290)
            at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:480)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:465)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
    The plugin appears to be broken. The above is what happens when it's enabled. I would like this to be solved, as of now, no commands work, so it's broken on our server right now.
     
  10. Offline

    Darcion

    2011-07-13 18:36:59 [INFO] [Jail] Loaded 3 jail zones.
    2011-07-13 18:36:59 [INFO] [Jail] Loaded 161 prisoners.
    2011-07-13 18:36:59 [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:857)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:264)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:151)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:136)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    found that problem i deleted a jail but the cells are still in the database

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

    Mr_H4mm3r

    SUGGESTION:
    Make a command where you can delete one cell :)
    Example: /jaildeletecells (JAILNAME:CELLNAME)
     
  12. Offline

    cecticles

    Hi Can You Tell Me What Is Wrong:
    Basically when i created the jail everything was fine but when i try to do the
    command jailcreatecells it says there is no such jail but i know i have spelt it correctly because it is just called 'Jail'
    so please can you get back to me asap with a solution :)

    P.S:
    Great Plugin!
     
  13. Offline

    Mr_H4mm3r

    Try making a jail with the name "1" that worked for me :D
     
  14. Is there any command that deletes jail?
     
  15. Offline

    Mr_H4mm3r

    /jaildelete
    /deljail
    cant remember :)
     
  16. Thanks for the info.
     
  17. Offline

    vinstic

    Hi, I have a suggestion that I wish you can fix!
    I'll take it from the beginning: I have a prison (with your great mod!) To get out you have to go through a difficult laburint and jump over lava. The problem is that you start over from the beggining if you die. I would like to have checkpoints so you start there if you manage to pass it!
    Then it would be good if you can change so that you get access to for example trap doors in the prison etc.
    Thank you very much:) (sorry for english)
     
  18. Offline

    terrordrone_nl

    hello, i am running a server with lockette and permissions 3.1.6. whenever i open one of my locked chests i get a console error. wich kinda makes no sense, as jail has nothing to do with my chests. but here is the error:

    Code:
    02:41:29 [SEVERE] Could not pass event PLAYER_INTERACT to Jail
    java.lang.NoClassDefFoundError: com/nijikokun/bukkit/Permissions/Permissions
            at com.matejdro.bukkit.jail.Util.permission(Util.java:55)
            at com.matejdro.bukkit.jail.listeners.JailPlayerProtectionListener.onPla
    yerInteract(JailPlayerProtectionListener.java:175)
            at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.j
    ava:307)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:321)
            at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEven
    t(CraftEventFactory.java:168)
            at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.j
    ava:210)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:552)
            at net.minecraft.server.Packet15Place.a(SourceFile:57)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:84)
            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)
    the error doesn't really break anything, but the console spam is annoying, as i try to keep my console as clear as possible/
     
  19. Offline

    shadow265

    why can ops only do the /jailstatus thing?
    can i fix that?
     
  20. Offline

    chuiby

    Whats different between this and Essentials jail ?
     
  21. Offline

    McSushi

    hey can someone please help me. I have added the jar to myy plugins but nothing happens when i type /jailcreate jailname
     
  22. Offline

    TNOMCat

    How can i define wich cell i put the player in?
    I have tried /jail player 5 jail1:cell1 testing
    but the result is that it puts the player in cell5, puts time to 35 or 95 and when i move the camera with the jailed player it gives it 30 minutes more every time he moves the camera. wtf?
    Edit: Nvm, i disabled the move thing from the config, and found out that the cell thing didnt work bechause my cell names had Capitals in them, and the chat command automatically lowercases the text... Now it works perfectly. This is the best jail plugin ever :)
     
  23. Offline

    nova779

    permissions? and if it supports it will u post the nodes?
     
  24. Offline

    McSushi

    nodes are at the top of page

    now i get an error saying "an internal error has occured while attempting to perform this command

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

    Rojikku

    SAME! i have this error:
    http://pastebin.com/CnjxkLdJ
    (the pastebin should last a month. plenty of time, i figured...)
     
  26. Offline

    matejdro

    @link2110 what command exactly you want to execute?

    @TheBeast808 This is general problem in minecraft (try to build house over your spawn and you will spawn on top of the house). Try changing move protection to teleport.

    @i ThRoW sToNeZx to prevent them from escaping

    @themaster1004 do you have any special characters in your config file?

    @Pixellcraft @pogo /jaildelete

    @jeremytrains I would say that problem is in your plugin (one of the parameters cannot be retreived). But i cannot be sure until i see the source.

    @Mr_H4mm3r because proper command is /jaillist. Please add "command to delete one cell" idea to issue tracker, so i won't forget it.

    @cethalon yeah, stick feature is little buggy currently. Try not to dig with stick item :)

    @dragos240 @Darcion @Rojikku multiworld?

    @cecticles you need to use same name. For example if your jail name is "Jail", you need to use "/jailcreatecells Jail".

    @vinstic i guess check points are not kind of thing you would want for jail plugin. I suppose there is another plugin that allows this. Modify interaction protection settings to enable trap doors.

    @terrordrone_nl @shadow265 you have permissions?

    @chuiby I'm not sure, i have never used essentials jail. But i think that essentials jail just keeps you in one spot, while this one allows you to freely move inside allowed jail zone.

    @McSushi please post error from server console
     
  27. Offline

    Mr_H4mm3r

    ADD TO THE ISSUE TRACKER "MAKE THE LINK FOR ISSUE TRACKER BIGGER :D it was very hard to find it took me over a HALF minute" :D

    Omg gonna make a github account I DONT WANT TO MAKE IT but i want a delete cell feature :D

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

    killerhunt0

    Good day sir! I have this plugin implemented on my server and its amazing! Really well done. The only thing is that when I try to ban an inmate, he still stays on the list when i type /jailcheck. This is because he doesn't log on after i ban him. this causes me to have quite a few names on my /jailcheck list. Other than that man its magnificent.
     
  29. Offline

    link2110

    @matejdro
    I'm trying to run the herochat mute. /ch gmute <name>
     
  30. Offline

    matejdro

    @Mr_H4mm3r you are supposed to read this section before downloading. It's not my fault if you don't read.

    @killerhunt0 /unjailforce them

    @link2110 then is that

    Code:
    ExecutedCommandsOnJail = ch gmute <Player>
     
  31. Offline

    link2110

    @matejdro thanks ill try that. It didnt seem to work the first time, but maybe thats cause i had the slash in.
     

Share This Page