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

    Derzull

    Oh yeah !
    I searched the web for hours to find what's wrong with my MySQL connector !
    But I'm happy to tell you that the change you made on the classpath was the solution !
    Thanks a lot for this fast answer !
     
  3. Offline

    matejdro

    @Vaupell i disabled table creation. Use empty database file included with archive.

    np.
     
  4. Offline

    Corubba

    Hell yeah it works x) nice work.

    But there is a problem with the delete command. its unknown.

    EDIT: and it seems the blockbreakProt. and the blockplaceProt. are not working.
     
  5. Offline

    Kresnik002

    cant start the plugin with mysql or sqlite.

    sqlite error:
    Code:
    18:10:48 [SEVERE] java.sql.SQLException: no such table: jail_zones
    18:10:48 [SEVERE]       at org.sqlite.DB.throwex(DB.java:288)
    18:10:48 [SEVERE]       at org.sqlite.NestedDB.prepare(NestedDB.java:115)
    18:10:48 [SEVERE]       at org.sqlite.DB.prepare(DB.java:114)
    18:10:48 [SEVERE]       at org.sqlite.PrepStmt.<init>(PrepStmt.java:37)
    18:10:48 [SEVERE]       at org.sqlite.Conn.prepareStatement(Conn.java:231)
    18:10:48 [SEVERE]       at org.sqlite.Conn.prepareStatement(Conn.java:224)
    18:10:48 [SEVERE]       at org.sqlite.Conn.prepareStatement(Conn.java:213)
    18:10:48 [SEVERE]       at com.matejdro.bukkit.jail.InputOutput.LoadJails(InputOutput.java:130)
    18:10:48 [SEVERE]       at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:69)
    18:10:48 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    18:10:48 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
    18:10:48 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    18:10:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    18:10:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    18:10:48 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    18:10:48 [SEVERE] [Jail] Error while loading prisoners from the database! - no such table: jail_prisoners
    18:10:48 [SEVERE] java.sql.SQLException: no such table: jail_prisoners
    18:10:48 [SEVERE]       at org.sqlite.DB.throwex(DB.java:288)
    18:10:48 [SEVERE]       at org.sqlite.NestedDB.prepare(NestedDB.java:115)
    18:10:48 [SEVERE]       at org.sqlite.DB.prepare(DB.java:114)
    18:10:48 [SEVERE]       at org.sqlite.PrepStmt.<init>(PrepStmt.java:37)
    18:10:48 [SEVERE]       at org.sqlite.Conn.prepareStatement(Conn.java:231)
    18:10:48 [SEVERE]       at org.sqlite.Conn.prepareStatement(Conn.java:224)
    18:10:48 [SEVERE]       at org.sqlite.Conn.prepareStatement(Conn.java:213)
    18:10:48 [SEVERE]       at com.matejdro.bukkit.jail.InputOutput.LoadPrisoners(InputOutput.java:190)
    18:10:48 [SEVERE]       at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:70)
    18:10:48 [SEVERE]       at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
    18:10:48 [SEVERE]       at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
    18:10:48 [SEVERE]       at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
    18:10:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
    18:10:48 [SEVERE]       at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:204)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:131)
    18:10:48 [SEVERE]       at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:246)
    18:10:48 [SEVERE]       at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    fixed, db file on wrong place.
     
  6. Offline

    Nathan

    The version for people with problems does work.
     
  7. Offline

    matejdro

    @Kresnik002 use database file included in archive

    @Nathan can you give more info please? What is not working? Any errors?
     
  8. Offline

    Nathan

    No, it actually does work, I had the same problem as the others.

    But I'd like a consolesided command for clearing all imprisoners, because I want to test it and get locked away forever instead :(
     
  9. Offline

    Zeus

    hello. Really want this to work on my bukkit server but I keep getting this error.
    2011-03-04 14:16:28 [INFO] Starting minecraft server version Beta 1.3
    2011-03-04 14:16:28 [INFO] Loading properties
    2011-03-04 14:16:28 [INFO] Starting Minecraft server on 192.168.0.188:50500
    2011-03-04 14:16:28 [INFO] This server is running Craftbukkit version git-Bukkit
    -0.0.0-458-g557f3d2-b440jnks (MC: 1.3)
    2011-03-04 14:16:28 [INFO] Preparing level "world"
    2011-03-04 14:16:28 [INFO] Preparing start region
    2011-03-04 14:16:29 [INFO] LWC [v1.57] Loading shared objects
    2011-03-04 14:16:29 [INFO] Config [v1.57] Loaded 12 config entries
    2011-03-04 14:16:29 [INFO] LWC [v1.57] Native library: lib/native/Windows/x86/s
    qlitejdbc.dll
    2011-03-04 14:16:29 [INFO] [Permissions] version [2.5] (Phoenix) was Initialized
    .
    2011-03-04 14:16:29 [INFO] [BukkitUp]: [Warning] auto-download-updates property
    not found, autodownloading updated builds by default
    2011-03-04 14:16:30 [INFO] [BukkitUp]: BukkitUp V.2.0 by Triii.ws, Now initializ
    ed & checking for updates....
    2011-03-04 14:16:30 [INFO] [BukkitUp]: Server is up to date!
    2011-03-04 14:16:30 [INFO] ÂșeLoaded Essentials build 2.0.249 maintained by Zenex
    er, ementalo, Aelux, and Brettflan
    2011-03-04 14:16:30 [INFO] Loaded EssentialsBan build 2.0.249 by Zenexer, ementa
    lo, Eris, and EggRoll
    2011-03-04 14:16:30 [INFO] Loaded EssentialsChat build 2.0.249 by Zenexer, ement
    alo, Aelux, and Brettflan
    2011-03-04 14:16:30 [INFO] Loaded EssentialsEco build 2.0.249 by Zenexer, ementa
    lo, Aelux, and Brettflan
    2011-03-04 14:16:30 [INFO] Loaded EssentialsGod build 2.0.249 by Zenexer, ementa
    lo, Eris, and EggRoll
    2011-03-04 14:16:30 [INFO] Loaded EssentialsHelp build 2.0.249 by Zenexer, ement
    alo, Eris, and EggRoll
    2011-03-04 14:16:30 [INFO] Loaded EssentialsHome build 2.0.249 by Zenexer, ement
    alo, Aelux, and Brettflan
    2011-03-04 14:16:30 [INFO] Loaded EssentialsProtect build 2.0.249 maintained by
    Zenexer, ementalo, Aelux, and Brettflan
    2011-03-04 14:16:31 [INFO] Loaded EssentialsSpawn build 2.0.249 maintained by Ze
    nexer, ementalo, Aelux, and Brettflan
    2011-03-04 14:16:31 [INFO] Loaded EssentialsTele build 2.0.249 by Zenexer, ement
    alo, Aelux, and Brettflan
    2011-03-04 14:16:31 [INFO] Loaded EssentialsWarp build 2.0.249 by Zenexer, ement
    alo, Aelux, and Brettflan
    2011-03-04 14:16:31 [SEVERE] java.lang.ClassNotFoundException: com.mysql.jdbc.Dr
    iver
    2011-03-04 14:16:31 [SEVERE] at java.net.URLClassLoader$1.run(Unknown Source)

    2011-03-04 14:16:31 [SEVERE] at java.security.AccessController.doPrivileged(N
    ative Method)
    2011-03-04 14:16:31 [SEVERE] at java.net.URLClassLoader.findClass(Unknown Sou
    rce)
    2011-03-04 14:16:31 [SEVERE] at org.bukkit.plugin.java.PluginClassLoader.find
    Class(PluginClassLoader.java:30)
    2011-03-04 14:16:31 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    2011-03-04 14:16:31 [SEVERE] at java.lang.ClassLoader.loadClass(Unknown Sourc
    e)
    2011-03-04 14:16:31 [SEVERE] at java.lang.Class.forName0(Native Method)
    2011-03-04 14:16:31 [SEVERE] at java.lang.Class.forName(Unknown Source)
    2011-03-04 14:16:31 [SEVERE] at com.matejdro.bukkit.jail.InputOutput.createCo
    nnection(InputOutput.java:50)
    2011-03-04 14:16:31 [SEVERE] at com.matejdro.bukkit.jail.InputOutput.getConne
    ction(InputOutput.java:42)
    2011-03-04 14:16:31 [SEVERE] at com.matejdro.bukkit.jail.InputOutput.PrepareD
    B(InputOutput.java:391)
    2011-03-04 14:16:31 [SEVERE] at com.matejdro.bukkit.jail.Jail.onEnable(Jail.j
    ava:68)
    2011-03-04 14:16:31 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(
    JavaPlugin.java:140)
    2011-03-04 14:16:31 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enabl
    ePlugin(JavaPluginLoader.java:426)
    2011-03-04 14:16:31 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enableP
    lugin(SimplePluginManager.java:187)
    2011-03-04 14:16:31 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin
    (CraftServer.java:79)
    2011-03-04 14:16:31 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin
    s(CraftServer.java:60)
    2011-03-04 14:16:31 [SEVERE] at net.minecraft.server.MinecraftServer.e(Minecr
    aftServer.java:187)
    2011-03-04 14:16:31 [SEVERE] at net.minecraft.server.MinecraftServer.a(Minecr
    aftServer.java:174)
    2011-03-04 14:16:31 [SEVERE] at net.minecraft.server.MinecraftServer.d(Minecr
    aftServer.java:120)
    2011-03-04 14:16:31 [SEVERE] at net.minecraft.server.MinecraftServer.run(Mine
    craftServer.java:227)
    2011-03-04 14:16:31 [SEVERE] at net.minecraft.server.ThreadServerApplication.
    run(SourceFile:366)
    2011-03-04 14:16:31 [SEVERE] null (Is it up to date?)
    java.lang.NullPointerException
    at com.matejdro.bukkit.jail.InputOutput.PrepareDB(InputOutput.java:392)
    at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:68)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:140)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:426)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:187)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:79)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:60)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:187)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:174)
    at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:120)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:227)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    2011-03-04 14:16:31 [INFO] Done (2741526116ns)! For help, type "help" or "?"

    I did everything on both videos twice with no prevail
     
  10. Offline

    matejdro

  11. Offline

    Nathan

    The problem which was resolved by placing the sqlite file in the plugins folder ;)
     
  12. Offline

    matejdro

    So even with new release it still works only with file in plugins folder?
     
  13. Offline

    Nathan

    No, I just wanted to confirm that the problem is resolved, the plugin still doesn't work perfectly here, but thanks.
     
  14. Offline

    matejdro

    Ah, ok. You confused me there.

    About your other question: You may use /jailclear to remove everyone safely or /jailclearforce to simply wipe out prisoner database (use command without backslash (/) in console) :)
     
  15. Offline

    Zeus

    @matejdro
    Now its connecting with sqlite which i don't mind cause theres less fiddling. But now i get his error when I say /jailcreate

    2011-03-04 14:51:31 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail
    create' in plugin Jail v0.5.2
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:21)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:77
    )
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:1
    76)
    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:638)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:601)

    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:595)
    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    at net.minecraft.server.NetworkManager.a(SourceFile:230)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:70)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:338)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:253)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    Caused by: while scanning an anchor
    in "<reader>", line 68, column 22:
    prefix: '&a'
    ^
    expected alphabetic or numeric character, but found '(39)
    in "<reader>", line 68, column 24:
    prefix: '&a'
    ^

    at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:11
    64)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:7
    94)
    at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.ja
    va:317)
    at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:18
    3)
    at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockSequenceEntry.produce(
    ParserImpl.java:508)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.jav
    a:203)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at org.bukkit.util.config.Configuration.load(Configuration.java:73)
    at com.nijiko.permissions.Control.load(Control.java:147)
    at com.nijiko.permissions.Control.loadWorld(Control.java:111)
    at com.nijiko.permissions.Control.permission(Control.java:301)
    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:364)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:19)
    ... 12 more
     
  16. Offline

    matejdro

    It looks like you screwed something with permissions. May you post your permission file?
     
  17. Offline

    Derzull

    @ Zeus

    Did you try without essentials ban ? Because they got a jail function too nowadays, it may conflict.
     
  18. Offline

    Corubba

    i think it will be a good idea to release the fixed archive with empty db and sqlitepath-fixed jar and an nice IMPORTANT-file as v0.5.2.1 so there will be no confusing about the sql problem anymore, and we all can talk clearly about the actual ones

    For all those who got an error like "[SEVERE] java.lang.ClassNotFoundException: com.mysql.jdbc.Driver": Follow this Link, download the attachment and use it till there is an official release. it will fix the sqlite/mysql error
     
  19. Offline

    Vittek

    Hmm plugin works, but as Corubba says.. /jaildelete does nothing. No error, nothing.
     
  20. Offline

    Kresnik002

    If i use the jail plugin with anjosecurity i get this:
    Code:
    java.sql.SQLException: near "?": syntax error
            at org.sqlite.DB.throwex(DB.java:288)
            at org.sqlite.NestedDB.prepare(NestedDB.java:115)
            at org.sqlite.DB.prepare(DB.java:114)
            at org.sqlite.PrepStmt.<init>(PrepStmt.java:37)
            at org.sqlite.Conn.prepareStatement(Conn.java:231)
            at org.sqlite.Conn.prepareStatement(Conn.java:224)
            at org.sqlite.Conn.prepareStatement(Conn.java:213)
            at org.anjocaido.anjosecurity.RegistrationControl.isRegistered(RegistrationControl.java:134)
            at org.anjocaido.anjosecurity.AnjoSecurity.handlePlayerJoin(AnjoSecurity.java:205)
            at org.anjocaido.anjosecurity.AnjoSecurityPlayerListener.onPlayerJoin(AnjoSecurityPlayerListener.java:32)
            at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:125)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.ServerConfigurationManager.a(ServerConfigurationManager.java:98)
            at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:87)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:68)
            at net.minecraft.server.Packet1Login.a(SourceFile:46)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:34)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:87)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    22:51:19 [SEVERE] null
    java.sql.SQLException: near "?": syntax error
            at org.sqlite.DB.throwex(DB.java:288)
            at org.sqlite.NestedDB.prepare(NestedDB.java:115)
            at org.sqlite.DB.prepare(DB.java:114)
            at org.sqlite.PrepStmt.<init>(PrepStmt.java:37)
            at org.sqlite.Conn.prepareStatement(Conn.java:231)
            at org.sqlite.Conn.prepareStatement(Conn.java:224)
            at org.sqlite.Conn.prepareStatement(Conn.java:213)
            at org.anjocaido.anjosecurity.RegistrationControl.isRegistered(RegistrationControl.java:134)
            at org.anjocaido.anjosecurity.RegistrationControl.getStatus(RegistrationControl.java:153)
            at org.anjocaido.anjosecurity.AnjoSecurity.handleCancellable(AnjoSecurity.java:158)
            at org.anjocaido.anjosecurity.AnjoSecurityPlayerListener.onPlayerMove(AnjoSecurityPlayerListener.java:83)
            at org.bukkit.plugin.java.JavaPluginLoader$7.execute(JavaPluginLoader.java:155)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:123)
            at net.minecraft.server.Packet10Flying.a(SourceFile:126)
            at net.minecraft.server.NetworkManager.a(SourceFile:230)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:357)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:272)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:366)
    
    if i remove anjosecurity jail works, if i remove jail anjosecurity works. Oh and with jail, anjosecurity doesnt work at all.
     
  21. Offline

    Anoniempje

    Still :
    Code:
    02:53:20 [INFO] Starting minecraft server version Beta 1.3
    02:53:20 [INFO] Loading properties
    02:53:20 [INFO] Starting Minecraft server on *:25565
    02:53:20 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-493-g8b5496e-b493jnks (MC: 1.3)
    <other plugins>
    02:53:26 [SEVERE] null loading Jail v0.5.2 (Is it up to date?)
    java.lang.NullPointerException
            at org.bukkit.craftbukkit.CraftServer.getWorld(CraftServer.java:274)
            at com.matejdro.bukkit.jail.InputOutput.LoadJails(InputOutput.java:156)
            at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:69)
            at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:118)
            at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:414)
            at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:187)
            at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:83)
            at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:61)
            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)
     
  22. Offline

    HawnSolo

    Just would like to politely request a new version of Jail built around the latest Recommended build :)
     
  23. Offline

    matejdro

    Updated.

    library was now moved into lib folder. Please delete old library and check if you already have lib folder. If not, download it from first post.

    I hope this solves Jail breaking half of your plugins.
     
  24. Offline

    Moe041991

    Nevermind, iam dumb
     
  25. Offline

    matejdro

    Do you have lib folder?
     
  26. Offline

    Corubba

    after some confusing about the lib folder it works now. great work thx.

    but if im right the hole blockdestroy/place/bukkit-protection thing is missing right? And it seems when jail/unjail someone the player dont exactly spawn on the block that were given when created jail. mostly 1 block away. bug?
     
  27. Offline

    Nieksas

    okay one problem , why jail time wont count down i jailed other player of 1 min and hes like for 10 min now in jail
     
  28. Offline

    Moe041991

    Show Spoiler

    Code:
    2011-03-06 18:14:26 [SEVERE] Could not pass event PLAYER_TELEPORT to Jail
    java.lang.StackOverflowError
    	at java.lang.System.checkKey(System.java:792)
    	at java.lang.System.getProperty(System.java:666)
    	at sun.security.action.GetPropertyAction.run(GetPropertyAction.java:84)
    	at sun.security.action.GetPropertyAction.run(GetPropertyAction.java:49)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at java.io.PrintWriter.<init>(PrintWriter.java:95)
    	at java.io.PrintWriter.<init>(PrintWriter.java:79)
    	at net.minecraft.server.ConsoleLogFormatter.format(SourceFile:33)
    	at java.util.logging.StreamHandler.publish(StreamHandler.java:196)
    	at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:105)
    	at java.util.logging.Logger.log(Logger.java:476)
    	at java.util.logging.Logger.doLog(Logger.java:498)
    	at java.util.logging.Logger.log(Logger.java:587)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:227)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    	at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:173)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:66)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:78)
    	at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:170)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    	at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:173)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:66)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:78)
    	at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:170)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    	at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:173)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:66)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:78)
    	at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:170)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    	at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:173)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:66)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:78)
    	at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:170)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    	at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:173)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:66)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:78)
    	at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:170)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    	at org.bukkit.craftbukkit.entity.CraftPlayer.teleportTo(CraftPlayer.java:173)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:66)
    	at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:78)
    	at org.bukkit.plugin.java.JavaPluginLoader$9.execute(JavaPluginLoader.java:170)
    	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
    	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:225)
    	at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:258)
    
    
    
    ....... (more than 30000 characters)
    


    Whats going on? its buggy, if someone tries to get out of jail, i get this.

    CB440. Towny essentials, iconomy, permissions.
     
  29. Offline

    Corubba

    let check the time left with /jailstatus. At my Server the time counts down and port them out. Any Errors in Log?
     
  30. Offline

    matejdro

    @Corubba everything except command protection should work. I think there were problems with block destroy event but AFAIK they were fixed by bukkit team.

    @Nieksas did he tried to move out or something? With default configuration, he get punished when he tries to do anything forbidden, so he might get some time added. As Corubba said, check his time with /jailstatus.

    @Moe041991 wow weird error. I doubt i can do anything about that. Does that happen every time?
     
  31. Offline

    Moe041991

    well i just redid the jail and restarted the server, now everythings honky dorey besides you still can destroy the jail and wont even get a punishment.
    But since it wont create an error in console i suppose i did something wrong.

    After all:
    Great Plugin!
     

Share This Page