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

    City Builder

    That could mess up any other plugins that I'm running that are not up to the latest version of Bukkit, correct?
     
  3. Offline

    angus22397

    602 is the recomended build..... I thought the latest is 556, but i know this plugin only seems to work on 597 atm like it says at the top in the title. :D
     
  4. This doesn't work in #602, please update :}
     
  5. Offline

    matejdro

    @City Builder depends on your other plugins. 602 is the newest recommended build, which means that other plugins should get updated eventually.

    @Digi it should work. What is wrong? Any errors?
     
  6. Offline

    Timbo_KZ

    Hello, i can't even set the jail cuboid!!! When i type /jailcreate [jailname] a meesage about cuboid and wooden sword pops up. But when i rightclick any block with wooden sword nothing happens!!! plz help
     
  7. Offline

    BangL

    Error Report at CB#602

    Code:
    2011-03-31 13:49:23 [SEVERE] class com.matejdro.bukkit.jail.JailPlayerPrevent overrides final method onPlayerCommandPreprocess.(Lorg/bukkit/event/player/PlayerChatEvent;)V loading Jail v0.5.6 (Is it up to date?)
    java.lang.VerifyError: class com.matejdro.bukkit.jail.JailPlayerPrevent overrides final method onPlayerCommandPreprocess.(Lorg/bukkit/event/player/PlayerChatEvent;)V
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:142)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:62)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:511)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:93)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:71)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    pls update :)
     
  8. Offline

    bjoen

    Commandbook

    FlyridgeFly

    iplock

    jumpblock

    Lockette

    Mywarp (does not work)

    Permissions

    Worldedit

    Worldguard

    blockhead

    discosheep

    makeemspawn

    .....
     
  9. Offline

    andrewkm

    Code:
    2011-03-31 15:33:48 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-03-31 15:33:48 [INFO] Loaded Essentials build 2.1.10 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-31 15:33:48 [INFO] Loaded EssentialsProtect build 2.1.10 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-31 15:33:48 [INFO] Loaded EssentialsSpawn build 2.1.10 maintained by Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo and ceulemans.
    2011-03-31 15:33:48 [SEVERE] class com.matejdro.bukkit.jail.JailPlayerPrevent overrides final method onPlayerTeleport.(Lorg/bukkit/event/player/PlayerMoveEvent;)V loading Jail v0.5.6 (Is it up to date?)
    java.lang.VerifyError: class com.matejdro.bukkit.jail.JailPlayerPrevent overrides final method onPlayerTeleport.(Lorg/bukkit/event/player/PlayerMoveEvent;)V
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$000(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:142)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:62)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:511)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:93)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:71)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    i get this on cb 602
     
  10. Offline

    matejdro

    Reuploaded fixed version.
     
  11. Offline

    matthewpipie

    Please update to craftbukkit version 602. This plugin seems awesome I really want it but ITS NOT UPDATED!!!!!!!!
    UUUggghhhhh
     
  12. Offline

    Wolfy9247

    Don't get frustrated... it's easier to kindly ask the author to update the plugin then to get all frustrated over it not being updated. ^^
     
  13. Offline

    woodzy

    update please? for 1.4
     
  14. Offline

    matejdro

    still not working? Can anyone post error?
     
  15. Offline

    Swij

    I'm not getting any start-up errors atleast.
    haven't tested it though.
     
  16. Offline

    Hiflon

    Yea, i'm having the exact same problem :)
    An explanation for this would be very much appreciated.
     
  17. Offline

    sonofthor

    I'm not sure if this has been addressed yet, (and I have not yet had a chance to download/use this plug-in) but can the size of the jail be defined? I'm working on a massive 200x200 Labyrinth that I would /love/ to use as a escapable jail.
     
  18. Offline

    blista77

    how i get permission to work with jail? cause ive got myself set to all commands and it wont work
     
  19. Offline

    Jack Bartlett

    The error is as follows:
    SEVERE] class com.matejdro.bukkit.jail.JailPlayerPrevent overrides final method onPlayerCommandPreprocess.(Lorg/bukkit/event/player/PlayerChatEvent;)V loading Jail v0.5.6 (Is it up to date?)
    java.lang.VerifyError: class com.matejdro.bukkit.jail.JailPlayerPrevent overrides final method onPlayerCommandPreprocess.(Lorg/bukkit/event/player/PlayerChatEvent;)V
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.defineClass(Unknown Source)
    at java.net.URLClassLoader.access$000(Unknown Source)
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:142)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:32)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:62)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:511)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:216)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:93)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:71)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
     
  20. Offline

    Kingmob71

    For some reason I am unable to right click when making a cuboid for the jail :/ pleeaassee help
     
  21. Offline

    blista77

    does anyone have permission working for ths plug?
     
  22. Offline

    Fright01

    I fixed some errors then got to an error about org.sqlite.jdbc not working and im dyin xD want to get it working so i can mod it a tiny bit :p Add onPlayerRespawn = jail for 1 minute >.> but can't get it working normally :\
     
  23. CB #617
    *nagging* XD
     
  24. Offline

    Fright01

    Can you please update this? I think it just needs to be recompiled with the new bukkit snapshot
     
  25. Offline

    Poinball

    Yea we need it for CB #617 !!!
     
  26. Offline

    Fright01

    After typing /jailcreate jaill I receive:

    Code:
    00:01:46 [WARNING] Failed to handle packet: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
            at java.util.ArrayList.RangeCheck(Unknown Source)
            at java.util.ArrayList.get(Unknown Source)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:260)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:586)
            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)
    
     
  27. Offline

    matejdro

    reuploaded last version with onPlayerCommandPreprocess fixed.
     
  28. Offline

    itorrent

    Still no update for 1.4 and CB#617 ?
     
  29. Offline

    matejdro

    I have already updated it, just without changing version. It should work.
     
  30. Offline

    phaed

    Please at least change your topic's title to say 617, you are confusing everyone.
     
  31. Offline

    Needlez01

    I have a suggestion for this plugin:
    A built in AFK kicker would be awesome. So people who are jailed are kicked after like 1 min of being afk, this way people can't just leave mc open and do something else to run out their jail time
     

Share This Page