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

    Kevin Forte

    /me rejoices
     
  3. Offline

    matejdro

    @Sandia 1. please give me whole console output. 2. Try deletig jail folder

    @Spiritax wow, that should not happen. Checking.

    @ScottSpitle how did you typed command exactly?

    @Kevin Forte can you give full error output please?

    @mistresswitch If my calculations are correct, you can jail someone for up to 5.965.232 hours of time (32-bit integer limit). As for kick, i think any auto-kick plugin should work. Chain gang sounds nice. Added to my to-do list, but it's not really easy to make, so don't expect anything.

    @UfaRock what craftbukkit version specific feature is not working?

    @stargateanubis14 Do you have newest version?

    @Tspinner do you have permissions?

    @Shooter do you have permissions? Can you try disabling it and tell then if it works?

    As for per-user mute and reason, I'm not sure how should i do this.

    Don't you think that this command is too long?
     
  4. Offline

    Geoff Winans

    matejdro:

    How about:

    /jailmute <user> <time> <cell> (reason>
    Alias: /jmute (or jm?)
     
  5. Offline

    matejdro

    I was thinking about this:

    1. /jailreason "Griefed house" (you set reason for your next jailing)
    2. /jail griefer 60
    3. /jailmute griefer (toggle mute on/off)
     
  6. Offline

    Phaedrus

    I think the reason should just come after the time variable rather than as a separate command.

    /jail griefer 60 griefed my house!

    and then muting is just seperate, so if the griefer starts to complain, you can simply mute them.
    the mute could expire automatically when their jail time is up.
     
  7. Offline

    matejdro

    So then it will be:

    Problem is that there is no way to make specific parameter optional (how could computer know that "griefed my house" is not jail name or darkjail is not reason?)
     
  8. Offline

    sukosevato

    I seem to be getting the same error. Could not pass event.

    It created about 200.000 lines of errors in my log files lol.. 16 MB log file

    to be fair, that was the same error multiple times though 1 error is about 10.000 lines in the log file.

    Code:
    2011-04-17 21:58:42 [SEVERE] Could not pass event PLAYER_TELEPORT to Jail
    java.lang.StackOverflowError
        at java.security.AccessController.doPrivileged(Native Method)
        at java.io.PrintWriter.<init>(PrintWriter.java:95)
        at java.io.PrintWriter.<init>(PrintWriter.java:79)
        at org.bukkit.craftbukkit.util.ShortConsoleLogFormatter.format(ShortConsoleLogFormatter.java:52)
        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:273)
        at net.minecraft.server.NetServerHandler.teleport(NetServerHandler.java:286)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:192)
        at org.bukkit.craftbukkit.entity.CraftEntity.teleportTo(CraftEntity.java:125)
        at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:77)
        at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:89)
        at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:246)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.NetServerHandler.teleport(NetServerHandler.java:286)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:192)
        at org.bukkit.craftbukkit.entity.CraftEntity.teleportTo(CraftEntity.java:125)
        at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:77)
        at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:89)
        at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:246)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:59)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:255)
        at net.minecraft.server.NetServerHandler.teleport(NetServerHandler.java:286)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:192)
        at org.bukkit.craftbukkit.entity.CraftEntity.teleportTo(CraftEntity.java:125)
        at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerMove(JailPlayerPrevent.java:77)
        at com.matejdro.bukkit.jail.JailPlayerPrevent.onPlayerTeleport(JailPlayerPrevent.java:89)
        at org.bukkit.plugin.java.JavaPluginLoader$8.execute(JavaPluginLoader.java:246)
    Basically that and then on and on and on. Other then huge log files I have no errors. jail works fine. It's a small server and I only had 1 player in jail. It runs on Ubuntu 10.10

    This server is running Craftbukkit version git-Bukkit-0.0.0-646-gb61ef8c-b670jnks (MC: 1.4)

    Most recent boot log of the server (although i don't think it is because it interferes with other plugins):

    Code:
    2011-04-16 14:02:25 [INFO] Starting minecraft server version Beta 1.4
    2011-04-16 14:02:25 [INFO] Loading properties
    2011-04-16 14:02:25 [INFO] Starting Minecraft server on *:25565
    2011-04-16 14:02:25 [WARNING] **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
    2011-04-16 14:02:25 [WARNING] The server will make no attempt to authenticate usernames. Beware.
    2011-04-16 14:02:25 [WARNING] While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
    2011-04-16 14:02:25 [WARNING] To change this, set "online-mode" to "true" in the server.settings file.
    2011-04-16 14:02:25 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-646-gb61ef8c-b670jnks (MC: 1.4)
    2011-04-16 14:02:25 [INFO] Preparing level "world"
    2011-04-16 14:02:25 [INFO] Preparing start region
    2011-04-16 14:02:26 [INFO] 144 recipes
    2011-04-16 14:02:26 [INFO] Preparing spawn area: 32%
    2011-04-16 14:02:27 [INFO] [Permissions] (Phoenix) was Initialized.
    2011-04-16 14:02:27 [INFO] LWC    Loading shared objects
    2011-04-16 14:02:27 [INFO] LWC    Native library: plugins/LWC/lib/native/Linux/i386/libsqlitejdbc.so
    2011-04-16 14:02:27 [INFO] [Jail] Loaded 1 jail zones.
    2011-04-16 14:02:27 [INFO] [Jail] Loaded 1 prisoners.
    2011-04-16 14:02:28 [INFO] [Permissions] version [2.6] (Phoenix)  loaded
    2011-04-16 14:02:28 [INFO] Minestalker version 1.0 is enabled!
    2011-04-16 14:02:28 [INFO] [AutoMessage] version [1.5] loaded
    2011-04-16 14:02:28 [INFO] [SpawnControl] version [0.8.1] loaded
    2011-04-16 14:02:28 [INFO] LWC    Loaded 116 locale strings (0 overrides)
    2011-04-16 14:02:28 [INFO] LWC    Using Nijikokun's permissions plugin for permissions
    2011-04-16 14:02:28 [INFO] LWC    Loading SQLite
    2011-04-16 14:02:28 [INFO] SQLite    Using: Native
    2011-04-16 14:02:28 [INFO] LWC    At version: v2.30
    2011-04-16 14:02:28 [INFO] LightVote 1.59 initialized
    2011-04-16 14:02:28 [INFO] LightVote 1.59 scanning properties file.
    2011-04-16 14:02:30 [INFO] [nSpleef] Hooked into Permissions 2.6
    2011-04-16 14:02:30 [INFO] [nSpleef] No economy plugin found.
    2011-04-16 14:02:30 [INFO] nSpleef version 0.4 is enabled!
    2011-04-16 14:02:30 [INFO] Nether v1.1 enabled
    2011-04-16 14:02:30 [INFO] vStopFire version 1.4 is enabled!
    2011-04-16 14:02:30 [INFO] [HeroicDeath] 1.7.3.148 enabled.
    2011-04-16 14:02:30 [INFO] BedrockControl version 1.3 is enabled with permissions!
    2011-04-16 14:02:30 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-04-16 14:02:30 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-04-16 14:02:30 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-04-16 14:02:30 [INFO] Loading renderer 'org.dynmap.kzedmap.CaveTileRenderer'...
    2011-04-16 14:02:30 [INFO] Activated world 'world' in Dynmap.
    2011-04-16 14:02:30 [INFO] Loading map 'org.dynmap.flat.FlatMap'...
    2011-04-16 14:02:30 [INFO] Loading map 'org.dynmap.kzedmap.KzedMap'...
    2011-04-16 14:02:30 [INFO] Loading renderer 'org.dynmap.kzedmap.DefaultTileRenderer'...
    2011-04-16 14:02:30 [INFO] Dynmap WebServer started on null:8123
    2011-04-16 14:02:30 [INFO] CommandHelper 2.0.2 enabled
    2011-04-16 14:02:30 [INFO] AppleTree v0.5.1 activated.
    2011-04-16 14:02:30 [INFO] QuickBelt 0.1.8 loaded.
     
  9. Offline

    Unscrewed

    Jailstatus not working for users with the right permission.
     
  10. Offline

    NEREVAR117

    Can't delete jails, jail users, or forcelcear. I have permissions, but everything is set correctly. What gives?
     
  11. Offline

    masterkorp

    hello, great plugin first of all!
    Just a sugestion, can you add and in-game help commad ?
    Just for a quick reference.

    Since most of the commads syntax is self explanatory its simple.
    Here my file that i use with MCDocs:

    /jailcreate [Name] - create jail zone.
    /jaildelete [Jail name] - delete specified jail zone.
    /jail [Player name] (Time) (Jail name) - jail player
    /unjail [Player name] - Unjail Player
    /unjailforce [Player name] - Remove jailed player from the db
    /jailclear - Unjail all players
    /jailclearforce - Remove all jailed players form the db
    /jailtransfer [Player] (New jail name) - Transfer player
    /jailtransferall [Old jail name] (New jail name) - Transfers all players
    /jailcheck - List all jailed players
    /jailcheck (Player) - Check player status
    /jailtelein [jail name] - Teleport to jail
    /jailteleout [jail name] - Teleport to oustide of jail.
    /jaillist - List all of the jails
    /jailbackup - Backup to flatfile


    ---
    I replicated the jailcheck to have a shorted line in the in-game help

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

    matejdro

    @sokosevato wow. Probably associated with bukkit's teleport command. I will be using new one in next update.

    @NEREVAR117 any errors?

    @masterkorp what do you mean? Like /jailhelp?
     
  13. I can't seem to get this working I right click with my wooden sword but nothing happens.
    What should I do?
     
  14. Offline

    Kresnik002

    Jail time is really bugged here, a lot of times i need to restart the server to it run.
     
  15. the wooden sword does not do anything?
    video tutorial plz?
     
  16. Offline

    mistresswitch

    There is a tutorial in the very 1st post. The 1st video walks you through the whole process of creating a jail.

    /jailcreate
    will give you the tool & a notice on how to use it.
    1: Right click on the upper most (or lowermost) block (I always -now- go up or down one more than needed.
    2: Then it will ask you to do the 2nd point, so then you do the opposite corner, either up or down 1. So you have infront of you now a cube. A big square for the players to be in.
    3: Choose where you want your guilty player to teleport into - normally the centre of the area you created.
    4: Choose where you want the now free player to teleport out to. I choose the area with the rule board.

    You are then done. All of this will only work if you start with /jailcreate

    If it's something else, sorry, I can't help you.
     
  17. That wasn't my problem i know what to do The wooden sword just doesn't do anything.
     
  18. Offline

    sauevaem


    /jail griefer 60 jailname r:griefed my house

    reason is at the end and is preceded by r:

    also please think of adding own integrated afk kicker (I want only jailed players under it's influence)
     
  19. Offline

    matejdro

    Anyone with wooden sword issue please disable any other plugins including permissions (rather make yourself op) and then try to create the jail and report the results

    Sorry for big text, i have posted this many times, but did not get single feedback if that was working.
     
  20. Offline

    Tealk

    If i will unjail a player i become the message
    An internal error occured while attepting to perform this command

    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'jailclear' in plugin Jail v0.5.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:254)
        at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:637)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:600)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:594)
        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)
    Caused by: java.lang.NullPointerException
        at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:288)
        at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:543)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
        ... 12 more
     
  21. Offline

    xZise

    Hello, could you add something like “cells” so that the jailed players couldn't share their cells/beds? Also if it possible enable PvP within a jail :D could be fun.

    Fabian
     
  22. Offline

    andrewkm

    Feature Request:
    Add time to jailed players
    /jailaddtime <player> <time>
    Remove time from jailed players
    /jailremovetime <player> <time>
    New field "reason" when jailing which would be an option field:
    /jail <player> <time> <jailname> [reason]
    This would really be great for the plugin if you can do this.
    Reason isnt that important, would just stop all the "OMG WHY I JAILED" whines.
    The addtime, removetime kind of is important and would be wonderful!
     
  23. Offline

    Sandia

    It diden't work to delete the jail map but i did check now it can be sqlite who not working


    Code:
    11-04-21 15:15:50 [SEVERE] java.sql.SQLException: path to 'plugins/Jail/jail.sqlite': '/home/sandia/server' does not exist
    2011-04-21 15:15:50 [SEVERE]    at org.sqlite.Conn.open(Conn.java:103)
    2011-04-21 15:15:50 [SEVERE]    at org.sqlite.Conn.<init>(Conn.java:57)
    2011-04-21 15:15:50 [SEVERE]    at org.sqlite.JDBC.createConnection(JDBC.java:77)
    2011-04-21 15:15:50 [SEVERE]    at org.sqlite.JDBC.connect(JDBC.java:64)
    2011-04-21 15:15:50 [SEVERE]    at java.sql.DriverManager.getConnection(DriverManager.java:620)
    2011-04-21 15:15:50 [SEVERE]    at java.sql.DriverManager.getConnection(DriverManager.java:222)
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.createConnection(InputOutput.java:53)
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.getConnection(InputOutput.java:41)
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:285)
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.Jail$1.actionPerformed(Jail.java:320)
    2011-04-21 15:15:50 [SEVERE]    at javax.swing.Timer.fireActionPerformed(Timer.java:313)
    2011-04-21 15:15:50 [SEVERE]    at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.access$000(EventQueue.java:96)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue$1.run(EventQueue.java:608)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue$1.run(EventQueue.java:606)
    2011-04-21 15:15:50 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2011-04-21 15:15:50 [SEVERE]    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
    2011-04-21 15:15:50 [SEVERE] Exception in thread "AWT-EventQueue-0"
    2011-04-21 15:15:50 [SEVERE] java.lang.NullPointerException
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:286)
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.Jail$1.actionPerformed(Jail.java:320)
    2011-04-21 15:15:50 [SEVERE]    at javax.swing.Timer.fireActionPerformed(Timer.java:313)
    2011-04-21 15:15:50 [SEVERE]    at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.access$000(EventQueue.java:96)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue$1.run(EventQueue.java:608)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue$1.run(EventQueue.java:606)
    2011-04-21 15:15:50 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2011-04-21 15:15:50 [SEVERE]    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
    2011-04-21 15:15:50 [SEVERE] Exception in thread "AWT-EventQueue-0"
    2011-04-21 15:15:50 [SEVERE] java.lang.NullPointerException
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.UpdatePrisoner(InputOutput.java:286)
    2011-04-21 15:15:50 [SEVERE]    at com.matejdro.bukkit.jail.Jail$1.actionPerformed(Jail.java:320)
    2011-04-21 15:15:50 [SEVERE]    at javax.swing.Timer.fireActionPerformed(Timer.java:313)
    2011-04-21 15:15:50 [SEVERE]    at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:647)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.access$000(EventQueue.java:96)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue$1.run(EventQueue.java:608)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue$1.run(EventQueue.java:606)
    2011-04-21 15:15:50 [SEVERE]    at java.security.AccessController.doPrivileged(Native Method)
    2011-04-21 15:15:50 [SEVERE]    at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:105)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventQueue.dispatchEvent(EventQueue.java:617)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
    2011-04-21 15:15:50 [SEVERE]    at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)
    2011-04-21 15:15:53 [INFO] [AuthMe] Player Sandia1 logged in!
    2011-04-21 15:16:08 [SEVERE] java.sql.SQLException: path to 'plugins/Jail/jail.sqlite': '/home/sandia/server' does not exist
    2011-04-21 15:16:08 [SEVERE]    at org.sqlite.Conn.open(Conn.java:103)
    2011-04-21 15:16:08 [SEVERE]    at org.sqlite.Conn.<init>(Conn.java:57)
    2011-04-21 15:16:08 [SEVERE]    at org.sqlite.JDBC.createConnection(JDBC.java:77)
    2011-04-21 15:16:08 [SEVERE]    at org.sqlite.JDBC.connect(JDBC.java:64)
    2011-04-21 15:16:08 [SEVERE]    at java.sql.DriverManager.getConnection(DriverManager.java:620)
    2011-04-21 15:16:08 [SEVERE]    at java.sql.DriverManager.getConnection(DriverManager.java:222)
    2011-04-21 15:16:08 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.createConnection(InputOutput.java:53)
    2011-04-21 15:16:08 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.getConnection(InputOutput.java:41)
    2011-04-21 15:16:08 [SEVERE]    at com.matejdro.bukkit.jail.InputOutput.DeletePrisoner(InputOutput.java:306)
    2011-04-21 15:16:08 [SEVERE]    at com.matejdro.bukkit.jail.Jail.UnJail(Jail.java:235)
    2011-04-21 15:16:08 [SEVERE]    at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:499)
    2011-04-21 15:16:08 [SEVERE]    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    2011-04-21 15:16:08 [SEVERE]    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
    2011-04-21 15:16:08 [SEVERE]    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:557)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:551)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.Packet3Chat.a(SourceFile:24)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.NetworkManager.a(NetworkManager.java:198)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:72)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.NetworkListenThread.a(SourceFile:100)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:368)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:283)
    2011-04-21 15:16:08 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:375)
    2011-04-21 15:16:08 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'unjail' in plugin Jail v0.5.6
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
            at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:80)
            at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:233)
            at net.minecraft.server.NetServerHandler.c(NetServerHandler.java:594)
            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)
    Caused by: java.lang.NullPointerException
            at com.matejdro.bukkit.jail.InputOutput.DeletePrisoner(InputOutput.java:307)
            at com.matejdro.bukkit.jail.Jail.UnJail(Jail.java:235)
            at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:499)
            at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
            ... 12 more
    
     
  24. Offline

    Tealk

    Its possible to get a command /jailtime for jailed player?
     
  25. Offline

    xZise

    And could you please add a succeed message, when the user is deleting a jail.

    Fabian
     
    mistresswitch likes this.
  26. Offline

    Phaedrus

    I
    I guess you'd do like mc bans and have the reason as the last variable so that spaces are irrelevant at that point. Everything after the player name is automatically considered the reason.
     
  27. Offline

    Tealk

    on my server they are able to greef
     
  28. Offline

    Unscrewed

    Could you please update it for #699?
    1.5 broke it ^.^, well, /jail does work...
    But commands like: /jailclearforce
    Give an internal error. :p
     
  29. Offline

    matejdro

    Paste error here please.

    Above suggestions noted.
     
  30. Offline

    Calcifero

    sorry if this has been answered, but how big is a Jail zone? Is there a set width of blocks, or are we able to specify it's size?
     
  31. Offline

    sukosevato

    You are able to specify its size.
     

Share This Page