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

    EMOberger

    Is that what your confused about? Give me a little more info please xD
     
  3. Offline

    matejdro

    I don't understand what feature are you requesting. What do you mean by reloading blocks?

    Thanks for the report.

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

    EMOberger

  5. Offline

    matejdro

    Oh so for example if prisoners must mine something, block would get restored after a time?
     
  6. Offline

    EMOberger

    Exactly! :D
     
  7. Offline

    Guardian787

    They should be in the jail, but anyone is able to mine out anything i set within the jail. I have a large dungeon type jail so I don't know if it isn't working because it is too big of a jail? I have 27 cells in it, so idk whats wrong.
     
  8. Offline

    mahari3

    Can someone give me the list of permission nodes? When i try the link it doesn't load.
     
  9. Offline

    RoKGeppie

    can i still get this for bukkit 1000?
     
  10. Offline

    matejdro

  11. Offline

    RoKGeppie

    kk, thanks :)
     
  12. Offline

    IJosephI

    No, they just disappear.
     
  13. Offline

    EMOberger

    https://github.com/matejdro/Jail/issues/32
    ----------------------
    Also i have not looked at it from someones side that is not jailing someone else, but when someone is jailed does it say so as an announcement or is that just to the jailer?
    If its not an announcement could you make it one? If thats not to much trouble, i understand there could possibly be a lot of conflict with all the other announcing plugins and chat plugins etc.
     
  14. Offline

    tolacika

    Hy!
    Can I set a special groups for the prisoners? (For example: 'jailed')
    Thanks!
     
  15. Offline

    matejdro

    Announcements are planned. Tolacika, you mean like Permissions group? that is planned too :)
     
  16. Offline

    tolacika

    Yes, I meant! Thanks!
    About when it will be ready?
     
  17. Offline

    xpresas

    Guys why when I kill wolfes they respawn. ??? Its like unlimited wolves
     
  18. Offline

    xZise

    How do I have to format the messages to get colored texts and no leading space?

    Fabian
     
  19. Offline

    matejdro

    @tolacika soon. I can't give any ETA.

    @xpresas turn off wolf respawning.

    @xZise um... You mean multiline texts? Wait for next release :)
     
  20. Offline

    xZise

    No I mean, when I release somebody the player get following message:
    Now I want to remove the space in front of the ? and I want the text colored (?2 don't work).

    Fabian
     
  21. Offline

    Tim13211

    I tried installing this but I have a problem, when i type /jail it says "an internal error occurred while attempting to preform this command." What did I do wrong? I just added the .jar file to the plugins folder.
     
  22. Offline

    matejdro

    Paste error from server console here.
     
  23. Offline

    tickleman

    #1060 :

    18:52:23 [SEVERE] Could not pass event PLAYER_MOVE to Jail
    java.lang.NullPointerException
    at com.matejdro.bukkit.jail.listeners.JailPlayerProtectionListener.onPlayerMove(JailPlayerProtectionListener.java:81)
    at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:286)
    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:174)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:527)
    at net.minecraft.server.Packet10Flying.a(SourceFile:126)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:89)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:435)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    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)
     
  24. Offline

    theC

    well...If you get released or such thing. That messages in the chat.
     
  25. Offline

    Phat32

    Still using it with 1000 and I have been getting this message for the longest time and its really annoy. It works fine when I setup the jails. However every time I reboot the server I get this:

    Code:
    2011-08-16 22:31:00 [SEVERE] Could not pass event PLAYER_TELEPORT to MobArena
    java.lang.NullPointerException
            at com.garbagemule.MobArena.Arena.inRegion(Arena.java:762)
            at com.garbagemule.MobArena.MAListener.onPlayerTeleport(MAListener.java:459)
            at com.garbagemule.MobArena.MAPlayerListener.onPlayerTeleport(MAPlayerListener.java:51)
            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-16 22:31:00 [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-16 22:31:00 [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
     
  26. Offline

    RoKGeppie

    hi there jail 1.2.2 creator, idk if its a compatibility problem with bukkit 1000 or a bug with this plugin, but i noticed the unjail command doesnt workj right, the player stays jailed with the set time limit, and if you try to let him out, the guard system kills him, lol. the jail system will say he's unjailed, but he isnt.
     
  27. Offline

    Dothackking

    Will this work with 1000? If not can you post the previous build's dl link please :(
     
  28. Offline

    RoKGeppie

    dothacking, it does work with bukkit v1000, just mail a backup of your jail sql file when you create your jail in game
     
  29. Offline

    Devin14

    For some reason the Moderators on my server can not jail people. They are in the ops.txt file.

    Here are their permissions:
    - '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'
     
  30. Offline

    matejdro

    @tickleman did you delete any jail?

    @Phat32 multiworld?

    @RoKGeppie any errros? Which command you used? Does using /unjailforce make any difference?

    @Devin14 do you have old permissions plugin? Bukkit permissions are not yet supported.
     
  31. Offline

    tryy3

    does it work to disable like guards to jail like admins? or something like that? or specefic ppl?
     

Share This Page