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

    NightStalk3r

    I marked the floor but it didnt say nothing about the ceiling, the jail is 5x5x5 so plenty of room inside.
     
  3. Offline

    matejdro

    Is teleport point inside jail?
     
  4. Offline

    NightStalk3r

    yes i set teleport point for jail in the middle of the jail cell
     
  5. Offline

    matejdro

    Hm, that's weird. Spamming message means that player keeps teleporting outside jail. So if you teleport outside of jail, protection will teleport you again, creating infinite loop.

    Wait, did you marked only floor?

    http://wiki.sk89q.com/wiki/WorldEdit/Selection (read only Selecting Cuboids part)
     
  6. Offline

    Chris Lewis

    @matejdro
    1)I do have the latest version but it did not show a confirmation on delete
    2)there are no errors in console it just freezes as it tries to load the jail plugin when using the jail plugin, i removed only the jail plugin and the reload command works fine so i know its something in the jail plugin causing it
    3) the first error isnt really a big deal i agree, but just thought you should know, the second one is a plugin breaker for me and i wont use the plugin cause i use reload so much
     
  7. Offline

    NightStalk3r

    no i did quboid first as the onscreen instructions stated by marking front right corner then rear left corner, then marked the teleport point then the teleport out point once released from jail.

    Then it said jail saved.

    so when i send someone to jail they are teleported to jail and cant move as it should but the console and chat get spammed with these messages at the same time.
     
  8. Offline

    o0AzzA0o

    with jail creation its best to oversize the jail or you will get this bounce effect...... anyhow i have this

    22:11:06 [SEVERE] Could not pass event PLAYER_JOIN to Jail
    java.lang.NullPointerException
    at com.matejdro.bukkit.jail.Jail.UnJail(Jail.java:234)
    at com.matejdro.bukkit.jail.JailPlayer.onPlayerJoin(JailPlayer.java:36)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:206)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:257)
    at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:94)
    at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:95)
    at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:33)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)

    its not spamming the console im on 733 and this message doesnt appear on every player join

    22:22:36 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jailclear' in plugin Jail v0.6.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:675)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:638)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:632)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NullPointerException
    at com.matejdro.bukkit.jail.Jail.UnJail(Jail.java:234)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:564)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  9. Offline

    andrewkm

    Assuming you havent updated to [733] yet? Im using it with 0.6.1
    Upon /jail command:
    Code:
    2011-04-26 20:36:55 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v0.6.1
     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:85)
     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:255)
     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:675)
     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:638)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:632)
     at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
     at net.minecraft.server.NetworkManager.a(NetworkManager.java:195)
     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:74)
     at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:370)
     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:285)
     at net.minecraft.server.ThreadServerApplication.run(SourceFile:394)
    Caused by: java.lang.NumberFormatException: For input string: "big1"
     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
    No longer works what so ever.

    Hmm my above error goes away when using this:
    /jail player time jailname ONEWORDREASON
    it seems to have happened when i jailed like this
    /jail player time jailname COUPLE WORDS HERE FOR REASON
    (with spaces as reasons)
    Used to work and put out a big sentence as the reason.... doesnt anymore and only excepts one word.
    Just letting you know.

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

    Haduke

    The jail seems to be working now. I think I may have not made it big enough the first time, but we have had it working successfully for a few hours now. Thank you for your quick response! Much appreciated!
     
  11. Offline

    Chris Lewis

    any ideas on the reload failing?
     
  12. Offline

    PedroN041

    BIG PROBLEM! when a jail someone appear a big error and crash my bukkit!
     
  13. Offline

    matejdro

    @Chris Lewis i will take a look at it.

    @@NightStalk3r are you selecting one point on the floor and another one on the ceiling?

    @0AzzA0o it seems like you have jailed someone into non-existent jail. /unjailforce him.

    @andrewkwm are you sure that you have entered command properly? This error means that you have entered big1 instead of time.

    @PedroN041 can you paste error here?
     
    o0AzzA0o likes this.
  14. Offline

    o0AzzA0o

    makes sence i moved jails deleted old one without transfering all the players first............ ............ ......... ill unjailforce them all thanks!!!!

    Just found harsh issue....... users can /jailclearforce

    suffix:
    build: true
    inheritance:
    permissions:
    - 'general.spawn'
    - 'myhome.home.*'
    - 'lwc.protect'
    - 'multichannel.user.*'
    - 'mcmmo.skills.*'
    - 'mcmmo.regeneration.'
    - 'mcmmo.ability.mining'
    - 'mcmmo.ability.excavation'
    - 'mcmmo.ability.woodcutting'
    - 'mcmmo.ability.axes'
    - 'mcmmo.ability.swords'
    - 'mcmmo.commands.ptp'
    - 'mcmmo.commands.party'
    - 'jail.usercmd.jailstatus'
    - 'monsterhunt.usercmd.hunt'
    - 'monsterhunt.usercmd.huntscore'
    - 'monsterhunt.usercmd.huntstatus'
    - 'iConomy.access'
    - 'iConomy.payment'
    - 'iConomyChestShop.shop.create'
    - 'iConomyChestShop.shop.buy'
    - 'iConomyChestShop.shop.sell'
    - 'iConomyChestShop.command.iteminfo'
    - 'ecoCreature.Creature.*'
    - 'herobounty.new'
    - 'herobounty.accept'
    - 'herobounty.locate'
    - 'herobounty.list'
    - 'residence.create'
    - 'mobRider.*'
    - 'pvpreward.getreward'
    - 'pvpreward.givereward'
    - 'jobs.job.*'
    - 'colorme.self'
    - 'colorme.list'
    - 'herosneak.sneak'
    - 'whoareyou.list'

    on my admin that has permissions '*' /jailclearforce does nothing........... players can do it but admin with all correct permissions set cannot

    Admins:
    default: false
    info:
    prefix: '&2[&4Admin&2]'
    suffix: '&4'
    build: true
    inheritance:
    - Moderator
    permissions:
    - '*'
    I could be missing something but i thought i would post this and risk looking stupid because if im right then its quite large issue thanks.

    just noticed im on permissions 2.5.5 trying 2.7.1 to see if this fixes.
    nope that didnt fix it.

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

    m5k

    I'd like to request a couple of features that would really suit my server. Would it be possible to:
    1. Define a tool (stick) for a certain group in permissions (guards) to jail a person when they hit him, using the time/reason commands after the person is in jail.
    2. Change the jailed persons permissions group for as long as they're in jail and change it back when they're out.
     
    o0AzzA0o likes this.
  16. Offline

    o0AzzA0o

    2. is excellent idea that way jailed players could have [Jailed]-tag how about specification for group on release to!
     
  17. Offline

    matejdro

    I have just checked it and permission code for jailclearforce is fine. Are you sure that users can do unjailforce?
     
  18. Offline

    dekduee

    I need help with this error, it pops up when I try to create a jail
    Code:
    23:08:45 [SEVERE] [Jail] Error while creating Jail Zone! - database is locked
    23:08:45 [SEVERE] java.sql.SQLException: database is locked
    23:08:45 [SEVERE]       at org.sqlite.DB.throwex(DB.java:370)
    23:08:45 [SEVERE]       at org.sqlite.DB.exec(DB.java:76)
    23:08:45 [SEVERE]       at org.sqlite.Conn.commit(Conn.java:343)
    23:08:45 [SEVERE]       at com.matejdro.bukkit.jail.InputOutput.InsertZone(Input
    Output.java:232)
    23:08:45 [SEVERE]       at com.matejdro.bukkit.jail.JailZoneCreation.freepoint(J
    ailZoneCreation.java:97)
    23:08:45 [SEVERE]       at com.matejdro.bukkit.jail.JailZoneCreation.select(Jail
    ZoneCreation.java:43)
    23:08:45 [SEVERE]       at com.matejdro.bukkit.jail.JailPlayer.onPlayerInteract(
    JailPlayer.java:18)
    23:08:45 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader$9.execute(Jav
    aPluginLoader.java:254)
    23:08:45 [SEVERE]       at org.bukkit.plugin.RegisteredListener.callEvent(Regist
    eredListener.java:59)
    23:08:45 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.callEvent(Simpl
    ePluginManager.java:257)
    23:08:45 [SEVERE]       at org.bukkit.craftbukkit.event.CraftEventFactory.callPl
    ayerInteractEvent(CraftEventFactory.java:162)
    23:08:45 [SEVERE]       at net.minecraft.server.ItemInWorldManager.interact(Item
    InWorldManager.java:207)
    23:08:45 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:519)
    23:08:45 [SEVERE]       at net.minecraft.server.Packet15Place.a(SourceFile:57)
    23:08:45 [SEVERE]       at net.minecraft.server.NetworkManager.a(NetworkManager.
    java:195)
    23:08:45 [SEVERE]       at net.minecraft.server.NetServerHandler.a(NetServerHand
    ler.java:74)
    23:08:45 [SEVERE]       at net.minecraft.server.NetworkListenThread.a(SourceFile
    :100)
    23:08:45 [SEVERE]       at net.minecraft.server.MinecraftServer.h(MinecraftServe
    r.java:370)
    23:08:45 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftSer
    ver.java:285)
    23:08:45 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(Sour
    ceFile:394)
    
     
  19. Offline

    o0AzzA0o

    yes im positive it doesnt work as admin as a user it works.
     
  20. Offline

    matejdro

    Reuploaded last version with that one fixed.
     
  21. Offline

    deathhorn

    @dekduee The jail is temporarily available till the server reloads Jail or restarts ?
    Because i get the same Error(i'm running CB #684 and Jail v0.6.1)
     
  22. Offline

    dekduee

    Yes, it is only temporary as you said. The created jails disappear after I restart the server
     
  23. Offline

    hintzsche

    got the problem with the plugin that when i jail myself i got 30 minuted again and again just for moving arround into the jail ^^
     
  24. Offline

    andrewkm

    are you making your jail big enough? and marking an actual cuboid one below and one above your heead?
     
  25. Offline

    deathhorn

    @matejdro i'm probably waiting for a update fixing this because i really <3 this plugin ;D
     
  26. Offline

    hintzsche

    nope i marked the area of my jail then the inside and the outside :(
     
  27. Offline

    o0AzzA0o

    make the jail area quite a bit larger then you need go at least 2 blocks more in every direction then the space they have to move in... i assure you it will solve the problem for you

    Thanks very much for responding .... latest confirmed fixed for that issue.

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

    Chris Lewis

    Updated to the latest version of this plugin and CB 740, and reload error is still there, i know you didn't say it was fixed i just thought i would give it a try....
     
  29. Offline

    andrewkm

    You seem to have fixed /jailcheck (With that reuploaded 0.6.1 version)
    :) My moderators can use it now.
    /jaillist doesnt work still however.
     
  30. Offline

    NEO

    @matejdro

    Everything working fine on 733 but the nodes. modify and jailcheck do not seem to work for players who have them.
     
  31. Offline

    xXBlacksmithXx

    i tryied this plugin again (last time it errored alot so i stopped using it.)

    i ran it on craft bukkit 733 put some1 in jail HUGE ASS ERROR basically crashes surver and laggs it mega hard i cant even copy the error b4 it crashed so does not work at all
     

Share This Page