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

    matejdro

    You need to find a plugin that will detect breaking rule and jail bad guy.
     
  3. Offline

    Setzer_94

    No, it isn't
     
  4. Offline

    matejdro

    For how much you jailed him? Any errors?
     
  5. Now it sais: I'm sorry, dave. Im afraid i can't do that. if i try to jail someone. Any suggestion?
     
  6. Offline

    matejdro

    1.8 build?
     
  7. Yep. You've updated it yet?
     
  8. Offline

    matejdro

    It seems like for some reason some commands are not working with 1.8. I'm almost entirely sure that problem is on bukkit's side. Wait a few days until they release more stable build.
     
  9. Offline

    Setzer_94

    I jailed him for 120 minutes. There's only this error:

    Code:
    2011-09-15 17:14:56 [WARNING] Task of 'Jail' generated an exception
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.Jail$1$1.run(Jail.java:168)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:428)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:363)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  10. Offline

    sbeex

    Very interesting plugin I'll use this on my server depending of your answer to this question.
    I have a multiworld server. Is it possible with this plugin to have only one place for the jail ?
    I want all of my prisoners go to the same jail.

    Thank you !
     
  11. Offline

    matejdro

    @Setzer_94 v1.2.2 or prerelase?

    @sbeex if you use MultiInv or any other plugin that changes inventory on switching world, either disable inventory storage or wait until v2.0. Otherwise, you can use it without problems.
     
  12. Offline

    sbeex

    @matejdro I'm not using MultiInv ^^ just normal game with some portals. So if I've good understood I can have only one jail without any problems. Thank you for your answer ! :)
     
  13. Offline

    Nathan C

    Great plugin!

    I especially love that guard dog feature, so cool!
     
    sbeex likes this.
  14. Offline

    pwnzerama

    does this work on 1.8?
     
  15. Offline

    matejdro

    If they fixed Dave errors, I think it should work without any problems.
     
  16. Can you make this work with Iconomy 6
     
  17. Offline

    Setzer_94

  18. Offline

    matejdro

    Updated!

     
  19. Offline

    ScottSpittle

    how about a download link?
     
  20. Offline

    mctrue

    1.8
    players can break glass:'(
     
  21. Offline

    Zwoooosh

    yes can you send the new downloadlink
     
  22. Offline

    matejdro

  23. Offline

    Darcion

    under Jail 2.0 and notRB 1152 i got an Error, i deleted the old Jails Folder and was wainting to get a new one but i get this Error

    Code:
    2011-09-20 14:30:16 [SEVERE] Could not load 'plugins/Jail.jar' in folder 'plugins':
    while scanning a simple key
     in "<reader>", line 124, column 13:
                    jail.usercmd.jailstick
                    ^
    could not found expected ':'
     in "<reader>", line 125, column 5:
            jail.command.jail:
            ^
    
        at org.yaml.snakeyaml.scanner.ScannerImpl.stalePossibleSimpleKeys(ScannerImpl.java:400)
        at org.yaml.snakeyaml.scanner.ScannerImpl.needMoreTokens(ScannerImpl.java:231)
        at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:182)
        at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:564)
        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.composeMappingNode(Composer.java:228)
        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.composeMappingNode(Composer.java:230)
        at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
        at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122)
        at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)
        at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:124)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:250)
        at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:69)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    i dont have any config file
     
  24. Offline

    matejdro

  25. Offline

    Darcion

    new error maybe incompatible with latest devbuild from bukkit?

    Code:
    2011-09-20 14:49:51 [SEVERE] Error occurred while enabling Jail v2.0 (Is it up to date?): null
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.InputOutput.getConnection(InputOutput.java:42)
        at com.matejdro.bukkit.jail.InputOutput.PrepareDB(InputOutput.java:585)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:104)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:892)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at com.WildAmazing.marinating.CombatTag.CombatTag.loadjail(CombatTag.java:179)
        at com.WildAmazing.marinating.CombatTag.CombatTag.onEnable(CombatTag.java:156)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:892)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:278)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:173)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:156)
        at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    oh thanks your update destroyed my jails... dunno if this was before but know it seems to workd after deleting all mysql databases from jail and let them create again.

    its only a testserver

    know i get

    Code:
    2011-09-20 15:15:07 [INFO] [Jail] Loaded 0 jail zones.
    2011-09-20 15:15:07 [INFO] [Jail] Loaded 0 prisoners.
    2011-09-20 15:15:07 [INFO] [Jail] Loaded 0 cells.
    2011-09-20 15:15:07 [INFO] [Jail] Jail v2.0 loaded!
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 18, 2016
  26. Offline

    matejdro

    Do you have backup of the old jails? Can you send me?
     
  27. Offline

    Darcion

    i will test it by myself and report you

    uh wow, after bring my old DB back online it reloaded fine but now i got massive errors after trying to jail someone

    Code:
    2011-09-20 16:17:51 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'jail' in plugin Jail v2.0
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:755)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:720)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:713)
        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:91)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:500)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NullPointerException
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:279)
        at com.matejdro.bukkit.jail.PrisonerManager.Jail(PrisonerManager.java:172)
        at com.matejdro.bukkit.jail.PrisonerManager.PrepareJail(PrisonerManager.java:114)
        at com.matejdro.bukkit.jail.commands.JailCommand.run(JailCommand.java:16)
        at com.matejdro.bukkit.jail.commands.BaseCommand.execute(BaseCommand.java:26)
        at com.matejdro.bukkit.jail.Jail.onCommand(Jail.java:250)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 13 more
    2011-09-20 16:17:56 [INFO] nael_ [/84.151.50.222:62365] logged in with entity id 4519 at ([world_ramdisk] 228.84375, 83.5, 553.25)
    2011-09-20 16:17:56 [INFO] ServerEvents: Hello nael_
    2011-09-20 16:17:56 [INFO] [CONSOLE->nael_] Hallo nael_!
    2011-09-20 16:17:56 [INFO] [CONSOLE->nael_] Willkommen auf Free2Play
    2011-09-20 16:17:58 [WARNING] Task of 'Jail' generated an exception
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.Jail$1$1.run(Jail.java:184)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-20 16:18:08 [WARNING] Task of 'Jail' generated an exception
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.Jail$1$1.run(Jail.java:184)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-20 16:18:18 [WARNING] Task of 'Jail' generated an exception
    java.lang.NullPointerException
        at com.matejdro.bukkit.jail.Jail$1$1.run(Jail.java:184)
        at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:137)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:439)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    
    here is my complete jailDB from 1.2.2

    Code:
    -- phpMyAdmin SQL Dump
    -- version 2.11.11.1
    -- http://www.phpmyadmin.net
    --
    -- Host: localhost
    -- Erstellungszeit: 20. September 2011 um 16:12
    -- Server Version: 5.0.77
    -- PHP-Version: 5.1.6
    
    SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
    
    --
    -- Datenbank: `ni3980_1_DB`
    --
    
    -- --------------------------------------------------------
    
    --
    -- Tabellenstruktur für Tabelle `jail_cells`
    --
    
    CREATE TABLE IF NOT EXISTS `jail_cells` (
      `JailName` varchar(250) NOT NULL,
      `Teleport` varchar(250) NOT NULL,
      `Sign` varchar(250) default NULL,
      `Chest` varchar(250) default NULL,
      `SecondChest` varchar(250) default NULL,
      `Player` varchar(250) default NULL,
      `Name` varchar(20) default NULL,
      PRIMARY KEY  (`Teleport`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    
    --
    -- Daten für Tabelle `jail_cells`
    --
    
    INSERT INTO `jail_cells` (`JailName`, `Teleport`, `Sign`, `Chest`, `SecondChest`, `Player`, `Name`) VALUES
    ('kerker2', '-10.681468552185173,82.0,278.9210217087875', '-12,83,274', '-12,82,274', '-13,82,274', '', 'Zelle2'),
    ('kerker2', '-10.936370263355792,82.0,283.65567736906365', '-12,83,287', '-12,82,287', '-11,82,287', 'MrLeng', 'Zelle4'),
    ('kerker', '-13.000222938442477,6.0,257.1357451971977', '-9,7,256', '-9,6,256', '-9,6,255', 'nael_', 'Kerker3'),
    ('kerker2', '-13.947474037485879,82.0,279.42109330226936', '-19,83,278', '-19,82,278', '-19,82,277', '', 'Zelle1'),
    ('kerker2', '-14.037732863889154,82.0,283.61785310549715', '-19,83,283', '-19,82,283', '-19,82,284', 'lucxD', 'Zelle3'),
    ('kerker', '-22.248409354046707,6.0,257.29896831366847', '-18,7,256', '-18,6,256', '-18,6,255', '', 'Kerker2'),
    ('kerker', '-31.23546063026086,6.0,256.96497286907965', '-27,7,256', '-27,6,256', '-27,6,255', '', 'Kerker1'),
    ('kerker', '-5.132521158548723,6.0,257.3071783241125', '-11,7,256', '-11,6,256', '-11,6,255', 'Rene1123', 'Kerker4'),
    ('bast', '157.14361277120398,77.0,676.4233004234934', '162,78,676', '162,77,676', '162,77,675', '', '9'),
    ('bast', '157.1493661337001,72.0,667.3095775314544', '160,73,667', '160,72,667', '160,72,666', '', '1'),
    ('bast', '157.15523295723736,77.0,684.4084902354912', '161,78,684', '161,77,684', '161,77,685', 'hohesgrass', '11'),
    ('bast', '157.2535771640375,77.0,672.3551379928592', '161,78,672', '161,77,672', '161,77,671', '', '8'),
    ('bast', '157.31941136877919,77.0,688.3205835409219', '160,78,688', '160,77,688', '160,77,689', 'robertzorn', '12'),
    ('bast', '157.362724389487,77.0,680.5226336738394', '162,78,680', '162,77,680', '162,77,681', '', '10'),
    ('bast', '157.3644005420488,77.0,667.4599100802992', '160,78,667', '160,77,667', '160,77,666', 'Boxhead21', '7'),
    ('bast', '157.46005422537607,72.0,680.4784937906446', '162,73,680', '162,72,680', '162,72,681', 'DasMuup', '4'),
    ('bast', '157.47124338157602,72.0,688.3000000119209', '160,73,688', '160,72,688', '160,72,689', 'DasMuup', '6'),
    ('bast', '157.50998128881722,72.0,672.3127271466728', '161,73,672', '161,72,672', '161,72,671', 'tamard12', '2'),
    ('bast', '157.58962116435416,72.0,684.4017181113796', '161,73,684', '161,72,684', '161,72,685', '', '5'),
    ('bast', '157.7390894965663,72.0,676.415579792708', '162,73,676', '162,72,676', '162,72,675', 'NinjaXgin', '3');
    
    -- --------------------------------------------------------
    
    --
    -- Tabellenstruktur für Tabelle `jail_prisoners`
    --
    
    CREATE TABLE IF NOT EXISTS `jail_prisoners` (
      `PlayerName` varchar(250) NOT NULL,
      `RemainTime` int(11) default NULL,
      `JailName` varchar(250) default NULL,
      `Offline` varchar(250) default NULL,
      `TransferDest` varchar(250) default NULL,
      `reason` varchar(250) default NULL,
      `muted` tinyint(1) default NULL,
      `Inventory` text,
      `Jailer` varchar(250) default NULL,
      PRIMARY KEY  (`PlayerName`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    
    --
    -- Daten für Tabelle `jail_prisoners`
    --
    
    INSERT INTO `jail_prisoners` (`PlayerName`, `RemainTime`, `JailName`, `Offline`, `TransferDest`, `reason`, `muted`, `Inventory`, `Jailer`) VALUES
    ('19marius96', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('?', -6, '', '1', '', '', 0, '', 'Dradgeyo'),
    ('adrim97', 90, 'bast', '1', '', ' fly tree', 0, '', 'DasBrian91'),
    ('adsnackbar', 201, 'kerker2', '0', '', ' Feuerlegen', 0, '', 'ThaNightmare48'),
    ('agge991', 9300, '', '1', '', NULL, NULL, NULL, NULL),
    ('alucard1986', 90, 'kerker2', '1', '', ' steal_signs', 0, '', 'DaLeberkasPepi'),
    ('andreas400', 199, 'bast', '0', '', ' griefing bfh banner', 0, '', 'DasBrian91'),
    ('antio1108', -6, '', '1', '', '', 0, '', 'Rulestormer'),
    ('archer617', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('arriller', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('arzi1', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('avenikme', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('avsenikme', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('azeroa', 0, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('badmanharry', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('bastian19966991', 90, 'bast', '1', '', ' griefing', 0, '', 'ThaNightmare48'),
    ('bastianmario', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('bennietjuh', -6, '', '1', '', '', 0, NULL, NULL),
    ('bennikirchmair', 90, 'bast', '1', '', ' griefing', 0, '', 'ThaNightmare48'),
    ('beoorc', -6, 'kerker', '0', '', '', 0, '', 'Darcion'),
    ('bessq', -6, '2', '1', 'find nearest', '', 0, NULL, NULL),
    ('bitzi', 240, 'kerker', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('blattlaus', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('blizziii', 18, '', '1', '', ' Baumkrone', 0, '', 'Tyziel999'),
    ('bl_3fire', 90, '', '1', '', ' Bust', 0, '', 'Aluran'),
    ('bobbybob94', 360, 'kerker2', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('boxhead21', 4007, 'bast', '0', '', ' 1x1', 0, '', 'DasBrian91'),
    ('bryanm10100', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('buildermax1665', -6, '4', '1', 'find nearest', '', 0, '', 'Darcion'),
    ('bullo0', 0, '', '1', '', ' PVP', 0, '', 'ThaNightmare48'),
    ('cakebomb', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('captainfahq', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('caruso314', 180, 'bast', '1', '', ' flying tree', 0, '', 'DasBrian91'),
    ('casinogira', -6, '', '1', '', '', 0, NULL, NULL),
    ('change', 0, '', '1', '', '', 0, '', 'Darcion'),
    ('coalsilver1', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('cooljoni', -6, 'kerker2', '0', '', '', 0, '', 'Darcion'),
    ('crazy157', 594, 'kerker2', '1', '', '', 0, '', 'DasBrian91'),
    ('crazy_chris', 90, 'bast', '1', '', ' griefing', 0, '', 'ThaNightmare48'),
    ('dauerstoned', 0, 'kerker2', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('dauerstoned96', 1224, 'kerker2', '0', '', ' fly_tree', 0, '', 'Darcion'),
    ('dboy181', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('deadkillerxd2', 90, 'kerker', '1', '', ' grief', 0, '', 'DaLeberkasPepi'),
    ('deadrose13', -6, '', '1', '', '', 0, '', 'Tyziel999'),
    ('dennis', 0, '', '1', '', '', 0, NULL, NULL),
    ('dennis998877', 773, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('dimenic', 594, 'kerker2', '1', '', '', 0, '', 'DasBrian91'),
    ('dinemic', 6192, 'kerker2', '0', '', ' griefing', 0, '', 'DasBrian91'),
    ('diplomus', 348, 'kerker2', '0', '', ' block_break', 0, '', 'Darcion'),
    ('dk77', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('domicool19', 0, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('donant102', 594, '', '1', '', '', 0, '', 'Rulestormer'),
    ('drageven', -6, 'mzkerker', '1', 'find nearest', '', 0, '', 'DasBrian91'),
    ('dunyboy', 90, 'kerker', '1', '', ' fly_tre', 0, '', 'Darcion'),
    ('dustni36', 120, 'bast', '1', '', ' redstone', 0, '', 'DasBrian91'),
    ('elliot333', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('el_torbellino', 233, 'kerker2', '0', '', ' fly_tree', 0, '4,24,0,0;12,19,0,0;274,1,0,0;5,5,0,0;', 'Darcion'),
    ('enermaaxx', 90, 'kerker2', '1', '', ' flying_tree', 0, '', 'Darcion'),
    ('epvpnox3', 126, 'bast', '1', '', ' 1x1 turm', 0, '', 'DasBrian91'),
    ('f3andylp', -6, '4', '1', 'find nearest', '', 0, '267,1,122,0;', 'Darcion'),
    ('feldknoten', 90, '', '1', '', ' bast flying tree', 0, '', 'Aluran'),
    ('felminer23', 109, 'kerker', '0', '', ' jailbug', 0, '', 'DaLeberkasPepi'),
    ('fendt', 0, 'kerker', '1', '', ' 15 1x1Turm', 0, '', 'Darcion'),
    ('ferckely', 180, 'kerker2', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('ferdi928', 126, 'bast', '1', '', ' strand grief', 0, '', 'DasBrian91'),
    ('fistnow', 594, 'kerker', '1', '', ' griefing', 0, '', 'Darcion'),
    ('flack98', 60, 'bast', '1', '', ' Griefing', 0, '', 'ThaNightmare48'),
    ('fonicman', 175, 'kerker', '0', '', ' dirtflood', 0, '', 'DasBrian91'),
    ('forgetem', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('frischobst1', 90, '', '1', '', ' bast flying Tree', 0, '', 'Aluran'),
    ('frosch1999', -6, 'mzkerker', '1', 'find nearest', '', 0, '', 'Rulestormer'),
    ('ftcgmbh', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('gabriel1223', 594, 'kerker', '1', '', ' grief', 0, '', 'Darcion'),
    ('gadafi', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('gademplar', -6, '', '1', '', '', 0, NULL, NULL),
    ('gehweg', 90, 'kerker2', '1', '', ' turmimwasser', 0, '', 'Darcion'),
    ('ghost565', 90, 'bast', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('gianstarr', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('gras108', -6, 'mzkerker', '1', 'find nearest', '', 0, '', 'Darcion'),
    ('gregopleta', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('gunnar010', 6693, 'kerker2', '0', '', ' flyhack', 0, '', 'Darcion'),
    ('heina555', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('henne181', 90, 'kerker', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('herionorg', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('hobochris42', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('hohesgrass', 0, 'bast', '1', '', ' pvp', 0, '', 'DaLeberkasPepi'),
    ('info', -6, '', '1', '', '', 0, '', 'DasBrian91'),
    ('itchy3hd', 203, 'kerker', '0', '', ' 3xfly_tree', 0, '', 'Darcion'),
    ('itzanqeal', 0, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('jangofett1010', 594, 'kerker2', '1', '', ' grief_crops', 0, '', 'DaLeberkasPepi'),
    ('javies919', 2220, 'kerker2', '0', '', ' sapling', 0, '278,1,1544,0;276,1,42,0;277,1,1520,0;258,1,240,0;261,1,0,0;35,10,0,0;35,4,8,8;50,51,0,0;359,1,5,0;264,5,0,0;265,20,0,0;287,4,0,0;35,2,7,7;277,1,0,0;4,32,0,0;320,1,0,0;320,1,0,0;278,1,0,0;280,38,0,0;256,1,0,0;262,28,0,0;262,64,0,0;1,32,0,0;280,64,0,0;260,1,0,0;282,1,0,0;313,1,21,0;308,1,34,0;307,1,128,0;306,1,34,0;', 'Darcion'),
    ('jcox26', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('jj3478', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('jofri99', 3164, 'kerker2', '0', '', ' bast flying Tree', 0, '', 'Aluran'),
    ('jokki141', 180, '', '1', '', ' baume', 0, '', 'Rulestormer'),
    ('joni141213', 1051, 'kerker2', '0', '', ' tree_fly', 0, '', 'Darcion'),
    ('julius2069', 0, 'bast', '1', '', ' Griefing/stealing', 0, '', 'ThaNightmare48'),
    ('julius2069c', 294, 'kerker2', '0', '', ' Einbrecher', 0, '', 'Darcion'),
    ('julius2096c', 90, '', '1', '', ' Griefing, Stehlen', 0, '', 'ThaNightmare48'),
    ('justin080999', 90, 'kerker2', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('j_nick', -6, '', '1', '', '', 0, NULL, NULL),
    ('kampfbanane555', 180, 'kerker2', '1', '', ' griefer', 0, '', 'Darcion'),
    ('karottenlutscha', 81, 'kerker', '0', '', ' flying_tree', 0, '', 'DaLeberkasPepi'),
    ('kasta96', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('kazaplam', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('king_morris', 120, 'bast', '1', '', ' arena griefing', 0, '', 'DasBrian91'),
    ('king___', 632, 'kerker2', '0', '', ' griefing', 0, '', 'Darcion'),
    ('klaudkil', -6, '', '1', '', '', 0, NULL, NULL),
    ('kokusnuss96', 594, 'kerker', '1', '', ' grief', 0, '', 'Darcion'),
    ('kronblom96', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('kurtiderman', 270, 'kerker2', '1', '', ' griefing', 0, '', 'DaLeberkasPepi'),
    ('langefrikandel', 0, 'bast', '1', '', ' flying tree', 0, '', 'ThaNightmare48'),
    ('lasgonglor', 18, '', '1', '', ' bust Griefing', 0, '', 'Aluran'),
    ('lasius80', 0, '', '1', '', NULL, 0, NULL, NULL),
    ('lau0167', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('leikur', 594, 'kerker', '1', '', ' griefing', 0, '', 'Darcion'),
    ('lescis', 58, 'kerker', '0', '', ' Flying_tree', 0, '', 'ThaNightmare48'),
    ('lestyle', 60, '', '1', '', '', 0, '', 'DaLeberkasPepi'),
    ('lightmourne', -6, '4', '1', 'find nearest', '', 0, '290,1,45,0;287,2,0,0;295,6,0,0;37,1,0,0;352,1,0,0;290,1,37,0;262,1,0,0;351,45,1,1;319,1,0,0;274,1,126,0;', 'Tyziel999'),
    ('loewenfurz', -6, '', '1', '', '', 0, NULL, NULL),
    ('loewenkralle', 95, 'kerker', '0', '', ' grief', 0, '', 'Darcion'),
    ('lollig_xd', -6, '4', '1', 'find nearest', '', 0, '257,1,223,0;257,1,0,0;275,1,25,0;272,1,68,0;273,1,74,0;5,1,0,0;50,3,0,0;4,63,0,0;258,1,0,0;65,1,0,0;4,1,0,0;15,8,0,0;263,7,0,0;280,12,0,0;3,57,0,0;', NULL),
    ('lothim', 360, 'kerker2', '1', '', ' grief_glas', 0, '', 'DaLeberkasPepi'),
    ('luca0508', 60, 'bast', '1', '', ' griefing', 0, '', 'ThaNightmare48'),
    ('lucxd', 675, 'kerker2', '0', '', ' flytree', 0, '', 'Darcion'),
    ('lukasdercyber2', -6, '', '1', '', '', 0, NULL, NULL),
    ('lunitabonita', 180, 'kerker2', '1', '', ' dieb', 0, '', 'Darcion'),
    ('lycosh211', 0, 'bast', '1', '', ' pvp', 0, '', 'DaLeberkasPepi'),
    ('madboy16', -6, '4', '1', 'find nearest', '', 0, '', 'Darcion'),
    ('magl1te', -6, '', '1', '', '', 0, '', 'Rulestormer'),
    ('magyros', 594, 'kerker2', '1', '', ' furnace_usw_grief', 0, '', 'DaLeberkasPepi'),
    ('mainjunky', 599, 'mzkerker', '1', 'find nearest', ' griefing', 0, '', 'DasBrian91'),
    ('maldde', 2196, 'kerker', '0', '', ' nervt', 0, '', 'Darcion'),
    ('maninblack27', 180, 'kerker2', '1', '', ' block_break', 0, '', 'Darcion'),
    ('mannfredi', 240, '', '1', '', '', 0, '', 'Rulestormer'),
    ('marcimo97', 60, 'bast', '1', '', ' flying_tree', 0, '', 'ThaNightmare48'),
    ('marcmania12', 90, '', '1', '', ' tree', 0, '', 'DasBrian91'),
    ('marvinsiemsen', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('masi15', 0, 'kerker2', '1', '', ' grief', 0, '', 'Darcion'),
    ('masterlenni', 60, 'bast', '1', '', ' flying_tree', 0, '', 'ThaNightmare48'),
    ('mattes45679', 5994, 'kerker2', '1', '', ' unendlich', 0, '', 'Darcion'),
    ('mazzus95', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('mckay007', -6, 'kerker2', '0', '', '', 0, '', 'DasBrian91'),
    ('meadoc', 90, 'kerker', '1', '', ' steal_signs', 0, '', 'DaLeberkasPepi'),
    ('mehdi', 0, '', '1', '', '', 0, '', 'Tyziel999'),
    ('melloy', 90, 'kerker', '1', '', ' 1x1Turm', 0, '', 'Darcion'),
    ('merc2000', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('mikedx42', -6, '', '1', '', '', 0, '', 'shattixx'),
    ('mirkob', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('monafreak', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('mounzot', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('mounzoth', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('mrdove', 0, '', '1', '', '', 0, '', 'DaLeberkasPepi'),
    ('mrdove500', 360, '', '1', '', '', 0, '', 'DaLeberkasPepi'),
    ('mrgeriki', 90, 'kerker', '1', '', ' fly tree', 0, '', 'DaLeberkasPepi'),
    ('mrgnarz', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('mr_mono', -6, 'kerker', '0', '', '', 0, '', 'Darcion'),
    ('musago', 180, 'kerker2', '1', '', ' 1x1turm', 0, '', 'Darcion'),
    ('myplayer', 739, 'kerker', '0', '', ' block_broken', 0, '', 'Darcion'),
    ('m_c_mehdi', -6, '4', '1', 'find nearest', '', 0, '17,4,0,0;6,3,0,0;352,15,0,0;', 'shattixx'),
    ('n1nja5partan', 202, 'kerker2', '0', '', '', 0, '', 'Rulestormer'),
    ('nelic', 540, '', '1', '', '', 0, '', 'Rulestormer'),
    ('netlogkill2', 54, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('niki2012', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('nina7837', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('ninjaxgin', 82, 'bast', '0', '', ' Fly Tree', 0, '', 'Kowsky'),
    ('nullbock', 594, 'kerker', '1', '', ' 2', 0, '', 'DasBrian91'),
    ('ogvd', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('olligrh', -6, '', '1', '', '', 0, NULL, NULL),
    ('panda888', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('pankaka', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('patrik1338', 90, 'bast', '1', '', ' fly', 0, '', 'DasBrian91'),
    ('patrik1388', 360, 'kerker2', '1', '', ' flyhack', 0, '', 'Darcion'),
    ('philfrommars', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('philipp9712', -6, 'kerker', '0', '', '', 0, '', 'Darcion'),
    ('philippwinkler', -6, '', '1', '', '', 0, NULL, NULL),
    ('phillip9712', -6, '', '1', '', '', 0, '', 'Darcion'),
    ('piethbb', -6, '4', '1', 'find nearest', '', 0, '277,1,33,0;278,1,1171,0;267,1,28,0;258,1,92,0;5,39,0,0;3,54,0,0;85,2,0,0;44,15,3,3;4,6,0,0;17,7,0,0;35,1,0,0;292,1,0,0;70,3,0,0;20,11,0,0;65,3,0,0;323,1,0,0;69,1,0,0;1,1,0,0;323,1,0,0;', 'Tyziel999'),
    ('pipo007', 0, 'bast', '0', '', ' "neu" pvp', 0, '', 'DasBrian91'),
    ('ppanter', 2596, 'kerker2', '0', '', ' fly_tree', 0, '', 'Darcion'),
    ('qpq0o_', 594, '', '1', '', '', 0, '', 'Rulestormer'),
    ('quickkill', 1348, '', '1', 'find nearest', '', 0, NULL, NULL),
    ('radeon1511', 90, 'bast', '1', '', ' flying_tree', 0, '', 'DaLeberkasPepi'),
    ('rexxess', 360, 'kerker2', '1', '', ' fly_trees', 0, '', 'Darcion'),
    ('robertzorn', 560, 'bast', '0', '', ' fly_trees', 0, '', 'Darcion'),
    ('roche2239', 90, '', '1', '', ' fly_tree', 0, '', 'DasBrian91'),
    ('ruffy575', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('ruke1ne', 594, 'kerker', '1', '', ' 2', 0, '', 'DasBrian91'),
    ('rul', -6, '', '1', '', '', 0, NULL, NULL),
    ('sandrobasti', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('sarkkiller', 594, 'kerker', '1', '', ' griefer', 0, '', 'Darcion'),
    ('scendor', -6, 'kerker', '0', '', '', 0, '', 'Darcion'),
    ('scherzkecks97', 0, '', '1', '', ' griefing+ dieb', 0, '', 'DasBrian91'),
    ('scherzkeks96', -6, '', '1', '', '', 0, '', 'Rulestormer'),
    ('scherzkeks97', 688, 'kerker', '0', '', ' griefing', 0, '', 'Darcion'),
    ('schmonk', 68, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('scottie4145', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('secuta', 90, 'bast', '1', '', ' fly_tree', 0, '', 'DasBrian91'),
    ('seratar', 1425, 'kerker', '0', '', ' flying_tree', 0, '', 'DaLeberkasPepi'),
    ('shadowdragonite', -6, '', '1', '', '', 0, NULL, NULL),
    ('shadowtommy', 120, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('siggy97', 180, 'kerker2', '1', '', ' einbruch', 0, '', 'Darcion'),
    ('simularis2', 90, 'bast', '1', '', ' replwoodwithdirt', 0, '', 'DaLeberkasPepi'),
    ('sinix3', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('siwels', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('smackin_shyt', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('smack_shyt', -6, '', '1', '', '', 0, NULL, NULL),
    ('smexxxx', -6, '', '1', '', '', 0, '', 'Tyziel999'),
    ('snake_eura', 271, '2', '1', 'find nearest', ' playerkiller', 0, NULL, NULL),
    ('soerkos', 144, 'kerker', '0', '', ' Griefing', 0, '', 'Aluran'),
    ('space9191', 126, 'bast', '1', '', ' fly_Tree', 0, '', 'DasBrian91'),
    ('spaceflyer', -6, '', '1', '', '', 0, NULL, NULL),
    ('superjesuscyborg', -6, '', '1', '', '', 0, NULL, NULL),
    ('supermini1', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('szadek98', 360, 'bast', '1', '', ' broke_glass', 0, '', 'Darcion'),
    ('tamias1998', 0, 'bast', '1', '', ' pvp', 0, '', 'DaLeberkasPepi'),
    ('thebo', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('theprogamer49', 180, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('thesoullightning', 120, '', '1', '', '', 0, '', 'Rulestormer'),
    ('the_nicklas', 2783, 'kerker2', '0', '', ' steal_signs', 0, '', 'DaLeberkasPepi'),
    ('thowros', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('thunderstromx2', 180, 'kerker', '1', '', ' griefing', 0, '', 'DaLeberkasPepi'),
    ('ti90829082', 180, '', '1', '', '', 0, '', 'Rulestormer'),
    ('time', -6, '', '1', '', '', 0, '', 'DasBrian91'),
    ('timibooy', 24700, 'kerker2', '0', '', ' griefing', 0, '', 'DasBrian91'),
    ('tomcolombo', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('tommyyy5', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('tomte_liebhaber', 144, 'kerker2', '0', '', ' fly_tree', 0, '', 'Darcion'),
    ('torsomi', -6, '3', '1', 'find nearest', '', 0, NULL, NULL),
    ('trackup', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('tranfair', -6, '', '1', '', '', 0, '', 'DasBrian91'),
    ('transfer', -6, '', '1', '', '', 0, '', 'DasBrian91'),
    ('traubensaft0815', -6, 'mzkerker', '1', 'find nearest', '', 0, '262,64,0,0;262,64,0,0;262,64,0,0;262,64,0,0;262,64,0,0;262,64,0,0;262,64,0,0;262,37,0,0;313,1,131,0;312,1,131,0;311,1,131,0;310,1,131,0;', 'Darcion'),
    ('tricko27', 180, 'kerker', '1', '', ' FU in den Schnee geschrieben', 0, '', 'Aluran'),
    ('trueselection', 270, 'bast', '1', '', ' grief_stone', 0, '', 'DaLeberkasPepi'),
    ('ulle8b', 180, 'kerker', '1', '', ' 3 flying tree', 0, '', 'DasBrian91'),
    ('victorsv01', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('vindariel', 6354, 'kerker2', '0', '', ' griefing', 0, '', 'DasBrian91'),
    ('waffeln3210', -6, '1', '1', 'find nearest', '', 0, NULL, NULL),
    ('warriortodeath', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('waterflow', 90, 'kerker', '1', '', ' grieifng', 0, '', 'ThaNightmare48'),
    ('weisserwolf', -6, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('wilsonseth1996', -6, '', '1', '', '', 0, NULL, NULL),
    ('x22led', 90, 'kerker2', '1', '', ' luftgebilde', 0, '', 'Darcion'),
    ('xdsbx', 90, 'bast', '1', '', ' griefing', 0, '', 'ThaNightmare48'),
    ('xiwombat', 90, 'kerker2', '1', '', ' fly_tree', 0, '', 'Darcion'),
    ('xmarcx', 198, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('xseryzz', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('xtremehater', 861, 'mzkerker', '1', 'find nearest', '', 0, '', 'Tyziel999'),
    ('xxphipsxx', -6, '', '1', '', NULL, NULL, NULL, NULL),
    ('yannis98', 60, '', '1', '', '', 0, '', 'Tyziel999'),
    ('zabrake', 126, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('zapphord', 180, '', '1', '', ' baum', 0, '', 'Rulestormer'),
    ('zeugnis', 0, '', '1', '', NULL, 0, NULL, NULL),
    ('zzoozz', -6, '4', '1', 'find nearest', '', 0, NULL, NULL),
    ('_c4pt41n_', 360, 'bast', '1', '', ' griefing', 0, '', 'DasBrian91'),
    ('_cr4nk_47', 180, 'bast', '1', '', ' grief_glas', 0, '', 'DaLeberkasPepi'),
    ('_empire_', 348, 'neustadt', '0', '', NULL, NULL, NULL, NULL),
    ('_matze997', -6, '', '1', '', '', 0, '', 'Darcion');
    
    -- --------------------------------------------------------
    
    --
    -- Tabellenstruktur für Tabelle `jail_zones`
    --
    
    CREATE TABLE IF NOT EXISTS `jail_zones` (
      `name` varchar(250) NOT NULL default '',
      `X1` double default NULL,
      `Y1` double default NULL,
      `Z1` double default NULL,
      `X2` double default NULL,
      `Y2` double default NULL,
      `Z2` double default NULL,
      `teleX` double default NULL,
      `teleY` double default NULL,
      `teleZ` double default NULL,
      `freeX` double default NULL,
      `freeY` double default NULL,
      `FreeZ` double default NULL,
      `teleWorld` varchar(250) default NULL,
      `freeWorld` varchar(250) default NULL,
      PRIMARY KEY  (`name`)
    ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
    
    --
    -- Daten für Tabelle `jail_zones`
    --
    
    INSERT INTO `jail_zones` (`name`, `X1`, `Y1`, `Z1`, `X2`, `Y2`, `Z2`, `teleX`, `teleY`, `teleZ`, `freeX`, `freeY`, `FreeZ`, `teleWorld`, `freeWorld`) VALUES
    ('bast', 139, 44, 644, 207, 84, 712, 157.5, 72, 668.5, 183.33686756054, 69, 675.106461643231, 'free2playV2', 'free2playV2'),
    ('kerker', -35, 10, 253, -7, 5, 270, -18.409523989139, 6, 261.399354907498, -16.2491967611052, 71, 299.640395886848, 'free2playV2', 'free2playV2'),
    ('kerker2', -21, 73, 274, -6, 90, 289, -9.97503814265412, 82, 277.575861375881, -15.9654356114477, 71, 298.638486265964, 'free2playV2', 'free2playV2');
    
    and dont forgett i am on my testserver and running 1.8.1 with bukkite 1152

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

    Strahan

    Hi. I'm using CB1152 and Jail 1.2.2. It works, for the most part, but when I leave a door in the cell for someone who isn't jailed to come and try to "bust out" a prisoner, the guards aren't appearing to attack the escapee. This is my config:

    Code:
    #General Settings
    SelectionTool = 268
    ExecutedCommandsOnJail =
    ExecutedCommandsOnRelease =
    DeleteInventoryOnJail = false
    AutomaticMute = false
    NearestJailCode = nearest
    StoreInventory = true
    SignText = <Player>[NEWLINE]<Time> minutes[NEWLINE]for[NEWLINE]<Reason>
    AlwaysTeleportIntoJailCenter = false
    CanPrisonerOpenHisChest = false
    
    #JailStick
    EnableJailStick = false
    JailStickParameters = 280,5,10,,police;50,5,20,,admin
    
    #Protections
    BlockDestroyProtection = true
    BlockDestroyPenalty = 15
    BlockPlaceProtection = true
    BlockPlacePenalty = 10
    BlockProtectionExceptions = 59
    PlayerMoveProtection = true
    PlayerMovePenalty = 30
    PlayerMoveProtectionAction = guards
    FireProtection = true
    FirePenalty = 10
    BucketProtection = true
    BucketPenalty = 10
    PreventCommands = /spawn,/kill,/warp
    CommandPenalty = 10
    PreventInteractionBlocks = 69,72,70,46,64,96
    PreventInteractionItems =
    InteractionPenalty = 10
    ExplosionProtection = true
    PreventPvPInJail = true
    
    #JailPay
    EnablePaying = false
    PricePerMinute = 10
    PriceForInfiniteJail = 9999
    
    #Guards
    GuardHealth = 20
    GuardDamage = 2
    NumberOfGuards = 3
    Guardinvincibility = false
    GuardAttackSpeedPercent = 100
    RespawnGuards = true
    GuardTeleportDistance = 10
    
    #Database
    UseMySQL = true
    MySQLConn = jdbc:mysql://localhost:3306/minecraft
    MySQLUsername = root
    MySQLPassword = password
    
    #Messages
    MessageJailReason = §cYou have been jailed! Reason: <Reason>
    MessageMute = Stop chatting and quietly wait for the end of your sentence!
    MessageFirePenalty = §cDo not try to burn the jail! You have just earned additional 15 minutes in jail!
    MessageMovePenalty = §cDo not try to escape out of Jail! You have just earned additional 30 minutes in jail!!
    MessageCommandPenalty = §cDo not try to escape with commands! You have just earned additional 10 minutes in jail!
    MessageFireNoPenalty = §cDo not try to burn the jail!
    MessageCommandNoPenalty = §cDo not try to escape with commands!
    MessageTransfer = §9You have been transferred to another jail!
    MessageJail = §cYou have been jailed!
    MessagePlaceNoPenalty = §cDo not place blocks inside Jail!
    MessageUnJail = §2You have been released! Please respect server rules.
    MessageInteractionNoPenalty = Don't do that in Jail!
    MessagePlacePenalty = §cDo not place blocks inside Jail! You have just earned additional 10 minutes in jail!
    MessageBucketNoPenalty = §cDo not try to flood the jail!
    MessageDestroyPenalty = §cDo not destroy The Jail! You have just earned additional 15 minutes in jail!
    MessageDestroyNoPenalty = §cDo not destroy The Jail!
    MessageMoveNoPenalty = §cDo not try to escape out of Jail!
    MessageBucketPenalty = §cDo not try to flood the jail! You have just earned additional 10 minutes in jail!
    MessageInteractionPenalty = Don't do that in Jail!  You have just earned additional 10 minutes in jail!
     
  29. Offline

    Soto_Black

    Even as an operator with all command available to me, when I use /jailpay it says "I'm sorry Dave, I can't let you do that"

    I have my permissions configured correctly as well. I also have jailpay turned on true.

    Anyone know why jailpay is not working?
     
  30. Offline

    andrewkm

    @matejdro
    Default config 2.0 typo/s
    Code:
    RestorePermissionsToEsacpedPrisoners:
    EnableExplosivesProection: true
    Also receiving this in console on server start. Only happens with jail plugin.
    Code:
    2011-09-20 22:57:31 [SEVERE] ebean.properties not found
    2011-09-20 22:57:31 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@47a2101a] Classpath Searched[[pathtoserverhere/craftbukkit-0.0.1-SNAPSHOT.jar]]
     

Share This Page