Inactive [ADMN/RPG] Jail - Jail bad players

Discussion in 'Inactive/Unsupported Plugins' started by matejdro, Jan 24, 2011.

     
  1. Offline

    matejdro

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    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)

    This post has been edited 16 times. It was last edited by matejdro Nov 18, 2011.
  2.  
  3. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Do you have a error in the log file? Or is it giving a output when it happens?
  4. Offline

    Stealthbird97

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I really can't remember, i'v started a new server and haven't needed the jail mod any-more, so i don't use it but I thought it was something I should mention. There wasn't an error log or output either.
  5. Offline

    sean_skroht

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Thanks for mentioning that mate, I stand corrected! I'm at a loss for words as to why it's working now.

    I posted an error report a few posts back where I was getting an internal error when trying to jail someone. So we uninstalled it out of our server. I've just tried it again with the latest CB dev build (1718) for Minecraft v1.1 and miraculously it works!

    For anyone having issues, please try this on a server without any other plugins. If you find it works then your original problem may have been caused by a conflict with another plugin, which may have been the case for us. Slowly re-add your other plugins to determine any problems.
  6. Offline

    Eros

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    So that means it will work for bukkit when it updates for 1.1.0
  7. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Yep as Sean_skroht mentioned.

    @sean_skroht Np :)

    @Stealthbird97 Ok that sounds weird..
  8. Offline

    NiliusJulius

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    I love this plugin :)
    Just got it and it works great.
    Just 1 thing though, while testing all the options, I can't let it to spawn guards when I'm trying to escape.
    It will just teleport me back in eventhough I set it to guards.

    Might also be caused by the new bukkit dev version for 1.1 though :)
  9. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    If I remember right there is a option for letting it be rpg style? That should be true for letting them escape.. :)
  10. Offline

    Morits_B_Wille

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  11. Offline

    NiliusJulius

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Well unless I'm mistaken my config should let guards spawn.
    Does anyone see if there is something wrong in my config file?
    Otherwise I guess it will be because of the update

    Code:
    SelectionTool: 268
    ExecutedCommandsOnJail: []
    ExecutedCommandsOnRelease: []
    DeleteInventoryOnJail: false
    AutomaticMute: false
    NearestJailCode: nearest
    StoreInventory: true
    SignText: <Player>[NEWLINE]<TimeS>[NEWLINE]for[NEWLINE]<Reason>
    CanPrisonerOpenHisChest: true
    LogJailingIntoConsole: false
    CountdownTimeWhenOffline: true
    SpoutChangeSkin: false
    SpoutSkinChangeURL: http://www.minecraftskins.com/view/168701.png
    ManualJails: []
    ManualCells: []
    ReleaseBackToPreviousPosition: false
    IgnorePrisonersSleepingState: true
    EnableJailStick: false
    JailStickParameters: 280,5,10,,police;50,5,20,,admin
    Protections:
      EnableBlockDestroyProtection: true
      BlockDestroyPenalty: 15
      EnableBlockPlaceProtection: true
      BlockPlacePenalty: 10
      BlockProtectionExceptions:
      - '59'
      EnablePlayerMoveProtection: true
      PlayerMoveProtectionPenalty: 30
      PlayerMoveProtectionAction: guards
      PreventCommands:
      - /spawn
      - /kill
      - /warp
      CommandProtectionPenalty: 10
      PreventInteractionBlocks:
      - '69'
      - '72'
      - '70'
      - '46'
      - '64'
      - '96'
      - '77'
      PreventInteractionItems:
      - '326'
      - '327'
      - '259'
      InteractionPenalty: 10
      EnableExplosionProtection: true
      EnablePVPProtection: true
      EnableChangingPermissions: false
      PrisonersPermissionsGroups:
      - prisoners
      RestorePermissionsToEscapedPrisoners: true
      MaximumAFKTime: 5.0
      EnableFoodControl: true
      FoodControlMinimumFood: 2
      FoodControlMaximumFood: 5
    JailPay:
      EnableJailPay: false
      PricePerMinute: 10
      PriceForInfiniteJail: 9999
      Currency: 0
    Guards:
      GuardHealth: 8
      GuardArmor: 0
      GuardDamage: 2
      NumberOfGuards: 3
      GuardInvincibility: false
      GuardAttackSpeedPercent: 100
      RespawnGuards: true
      GuardTeleportDistance: 10
    Database:
      UseMySQL: false
      MySQLConn: jdbc:mysql://localhost:3306/minecraft
      MySQLUSername: root
      MySQLPassword: password
    Messages:
      MessageJail: §cYou have been jailed!
      MessageJailReason: '§cYou have been jailed! Reason: <Reason>'
      MessageUnJail: §2You have been released! Please respect server rules.
      PlayerNotJailed: That player is not jailed!
      MessageYouNotJailed: You are not jailed!
      BlockDestroyedNoPenalty: §cDo not destroy The Jail!
      BlockDestroyedPenalty: §cDo not destroy The Jail! You have just earned additional 15 minutes in jail!
      MessageEscapeNoPenalty: §cDo not try to escape out of Jail!
      MessageEscapePenalty: §cDo not try to escape out of Jail! You have just earned additional 30 minutes in jail!!
      MessageBlockPlacedNoPenalty: §cDo not place blocks inside Jail!
      MessageBlockPlacedPenalty: §cDo not place blocks inside Jail! You have just earned additional 10 minutes in jail!
      ForbiddenCommandNoPenalty: §cDo not try to escape with commands!
      ForbiddenCommandPenalty: §cDo not try to escape with commands! You have just earned additional 10 minutes in jail!
      ForbiddenTransfer: §9You have been transferred to another jail!
      MessageMuted: Stop chatting and quietly wait for the end of your sentence!
      PreventedInteractionNoPenalty: Don't do that in Jail!
      PreventedInteractionPenalty: Don't do that in Jail!  You have just earned additional 10 minutes in jail!
      MessageAFKKick: Do not be AFK in jail!
      MessageJailPayAmountForever: To get out of this mess, you will have to pay <Amount>.
      JailPayNotEnoughMoney: You don't have that much money!
      JailPayNotEnoughMoneySelected: That won't be enough for your sentence!
      JailPayCost: 1 minute of your sentence will cost you <MinutePrice>. That means that cost for releasing you out of the jail is <WholePrice>.
      JailPayPaidReleased: You have just payed <Amount> and saved yourself from the jail!
      JailPayPaidReleasedHim: You have just payed <Amount> and saved <Prisoner> from the jail!
      JailPayLoweredTime: You have just payed <Amount> and lowered your sentence to <NewTime> minutes!
      JailPayLoweredTimeHim: You have just payed <Amount> and lowered <Prisoner>'s sentence to <NewTime> minutes!
      TimeMinutes: <Time> minutes
      JailStatus: You are jailed for <TimeS> by <Jailer>
      JailStatusReason: You are jailed for <TimeS> by <Jailer> because of <Reason>
    Mesasges:
      JailPayCannotPay: Sorry, money won't help you this time.
      JailPayCannotPayHim: Sorry, money won't help him this time.
    Messagse:
      Forever: ever
    
  12. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    EnablePlayerMoveProtection: true
    Set it to false :)
  13. Offline

    NiliusJulius

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    No, setting that to false just disables to protection.
    So it won't even look at PlayerMoveProtectionAction: and just do nothing when you escape.
  14. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sure? If you have worldguard you can protect the jail and then maybe make a option for escaping?
  15. Offline

    NiliusJulius

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Positive.
    Well I opened a ticket so we will see what the problem was :)
    I would think it is because of the minecraft update, but we'll see.
  16. Offline

    NiliusJulius

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Sooo I figured it out.
    People in creative mode who try to escape et teleported back in xD
  17. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ok :) Glad you found out :)
  18. Offline

    XxYoshirulzxX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    hey, nice plugin. simply love it [cake]. nice on there:D
    Mr_H4mm3r likes this.
  19. Offline

    XxYoshirulzxX

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
  20. Offline

    Tadas159

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Works fine on Windows, but then, when i run it on a private server with Deabian OS i get this:
    Code:
    2012-01-20 17:35:26 [SEVERE] Error occurred while enabling Jail v2.0.5 (Is it up to date?): special characters are not allowed
    unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 1801
        at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:70)
        at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:50)
        at org.yaml.snakeyaml.Yaml.load(Yaml.java:399)
        at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:59)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:143)
        at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:109)
        at com.matejdro.bukkit.jail.InputOutput.LoadSettings(InputOutput.java:92)
        at com.matejdro.bukkit.jail.Jail.onEnable(Jail.java:101)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:188)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:968)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:186)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:169)
        at net.minecraft.server.MinecraftServer.t(MinecraftServer.java:348)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:335)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:165)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:399)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
  21. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)

    unacceptable character '?' (0xFFFD) special characters are not allowed
    in "<string>", position 1801


    You have a ? in a string (message) can you try remove it??
  22. Offline

    Tadas159

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    There's no thing like that in my config
  23. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Can you please post it?
  24. Offline

    Tadas159

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Code:
    SelectionTool: 268
    ExecutedCommandsOnJail: []
    ExecutedCommandsOnRelease: []
    DeleteInventoryOnJail: false
    AutomaticMute: false
    NearestJailCode: nearest
    StoreInventory: true
    SignText: <Player>[NEWLINE]<TimeS>[NEWLINE]for[NEWLINE]<Reason>
    CanPrisonerOpenHisChest: true
    LogJailingIntoConsole: true
    CountdownTimeWhenOffline: false
    SpoutChangeSkin: false
    SpoutSkinChangeURL: http://www.minecraftskins.com/view/168701.png
    ManualJails: []
    ManualCells: []
    ReleaseBackToPreviousPosition: false
    IgnorePrisonersSleepingState: true
    EnableJailStick: false
    Protections:
      EnableBlockDestroyProtection: true
      BlockDestroyPenalty: 1
      EnableBlockPlaceProtection: true
      BlockPlacePenalty: 1
      BlockProtectionExceptions:
      - '59'
      EnablePlayerMoveProtection: true
      PlayerMoveProtectionPenalty: 1
      PlayerMoveProtectionAction: guards
      PreventCommands:
      - /spawn
      - /kill
      - /warp
      CommandProtectionPenalty: 1
      PreventInteractionBlocks:
      - '69'
      - '72'
      - '70'
      - '46'
      - '64'
      - '96'
      - '77'
      PreventInteractionItems:
      - '326'
      - '327'
      - '259'
      InteractionPenalty: 1
      EnableExplosionProtection: true
      EnablePVPProtection: true
      EnableChangingPermissions: false
      PrisonersPermissionsGroups:
      - prisoners
      RestorePermissionsToEscapedPrisoners: false
      MaximumAFKTime: 0
      EnableFoodControl: true
      FoodControlMinimumFood: 2
      FoodControlMaximumFood: 5
    JailPay:
      EnableJailPay: true
      PricePerMinute: 25
      PriceForInfiniteJail: 0
      Currency: 0
    Guards:
      GuardHealth: 8
      GuardArmor: 0
      GuardDamage: 2
      NumberOfGuards: 3
      GuardInvincibility: false
      GuardAttackSpeedPercent: 100
      RespawnGuards: false
      GuardTeleportDistance: 0
    Database:
      UseMySQL: true
      MySQLConn:
      MySQLUSername:
      MySQLPassword:
    Messages:
      MessageJail: §cYou have been jailed!
      MessageJailReason: '§cYou have been jailed! Reason: <Reason>'
      MessageUnJail: §2You have been released! Please respect server rules.
      PlayerNotJailed: That player is not jailed!
      MessageYouNotJailed: You are not jailed!
      BlockDestroyedNoPenalty: §cDo not destroy The Jail!
      BlockDestroyedPenalty: §cDo not destroy The Jail! You have just earned additional 15 minutes in jail!
      MessageEscapeNoPenalty: §cDo not try to escape out of Jail!
      MessageEscapePenalty: §cDo not try to escape out of Jail! You have just earned additional 30 minutes in jail!!
      MessageBlockPlacedNoPenalty: §cDo not place blocks inside Jail!
      MessageBlockPlacedPenalty: §cDo not place blocks inside Jail! You have just earned additional 10 minutes in jail!
      ForbiddenCommandNoPenalty: §cDo not try to escape with commands!
      ForbiddenCommandPenalty: §cDo not try to escape with commands! You have just earned additional 10 minutes in jail!
      ForbiddenTransfer: §9You have been transferred to another jail!
      MessageMuted: Stop chatting and quietly wait for the end of your sentence!
      PreventedInteractionNoPenalty: Don't do that in Jail!
      PreventedInteractionPenalty: Don't do that in Jail!  You have just earned additional 10 minutes in jail!
      MessageAFKKick: Do not be AFK in jail!
      MessageJailPayAmountForever: To get out of this mess, you will have to pay <Amount>.
      JailPayNotEnoughMoney: You don't have that much money!
      JailPayNotEnoughMoneySelected: That won't be enough for your sentence!
      JailPayCost: 1 minute of your sentence will cost you <MinutePrice>. That means that cost for releasing you out of the jail is <WholePrice>.
      JailPayPaidReleased: You have just payed <Amount> and saved yourself from the jail!
      JailPayPaidReleasedHim: You have just payed <Amount> and saved <Prisoner> from the jail!
      JailPayLoweredTime: You have just payed <Amount> and lowered your sentence to <NewTime> minutes!
      JailPayLoweredTimeHim: You have just payed <Amount> and lowered <Prisoner>'s sentence to <NewTime> minutes!
      TimeMinutes: <Time> minutes
      JailStatus: You are jailed for <TimeS> by <Jailer>
      JailStatusReason: You are jailed for <TimeS> by <Jailer> because of <Reason>
    Mesasges:
      JailPayCannotPay: Sorry, money won't help you this time.
      JailPayCannotPayHim: Sorry, money won't help him this time.
    Messagse:
      Forever: ever
    JailStickParameters: 280,5,10,,police;50,5,20,,admin
    
  25. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Database:
    UseMySQL: true
    MySQLConn:
    MySQLUSername:
    MySQLPassword:

    You removed the passwords?? Try regenerate your config :)??
  26. Offline

    misteryman321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i need help ok when i jail someone all of asudden they get attacked in there cell and at me can someone help and yes im using the latest version of the jail plugin
  27. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    When you are creating your jail are you taking the cells with the region?
  28. Offline

    misteryman321

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    like ok i make my jail then i make a cell and then i catch someone and i jail them and when i jail them the dogs are in there with him attacking him and some are out side too attacking me and im confused cause i had an older version and it worked fine for me and now it doesnt have the turn off the dogs feature anymore cause i use bedrock on my jail cells thats all im just wondering if i can get the older version or help me turn off the wolves
  29. Offline

    Toh1010

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Whenever i try to make a jail it says That I dont have permission. Does this plugin require anything.

    p.s. I own the server
  30. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    ########
    #*#*#*#*#
    ########
    #*#*#*#*#
    ########

    # = Your jail region
    * = Your cells

    Cells SHALL be inside the jail region.. :)
  31. Offline

    Bush

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    i get the sam thing how do i fix it??
  32. Offline

    Mr_H4mm3r

    dev.bukkit.org profile:
    CFUSERNAME
    My Plugins (CFCOUNT)
    Do you have a permissions plugin; (PEX, Bukkit Permissions, GroupManager, Permissions 2/3 or maybe something else)?? Are you op??

Share This Page