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

    VoidingNixx

    Having a little problem with this plugin. Everything works great, however, I am not receiving any response from /unjailforce and /jailclearforce. I'm using MySQL, and while people are added to this database, these commands are non-functional... they do not give an error and they do not remove anyone from the database.
     
  3. Offline

    stavos

    thanks matejdro worked like a charm, best plugin I've seen yet.
     
  4. Offline

    Jobsti

    If I type /jail Jobsti, I can use /jailstatus (you jailed forever)
    If I use /jail Jobsti 1, /jailstatus don't work

    If I use PlayerMoveProtection = true
    PreventCommands works! If it's false, PreventCommands doesn't work.

    Can you fix this please? Because I have an outdoorarea for my prisoners.

    Info:
    I solved the outdoorarea with a new jailregion, but if PlayerMoveProtection=true,
    the jailed people can't go outside in the other jailregion.
    If it's false, the players can go outside, but they can use the warp cmds like /spawn, /home etc. (But they can't build and destroy, this is correctly)
     
  5. Offline

    afmiller

    I tired to use - 'jail.command.*' , I'm unable to delete a jail, I'm able to create, jail and unjail but the jail delete doesnt seem to want to work
     
  6. Offline

    Magister

    Doesnt work for me. It disables all my other plugins, and is "null" It doesnt even work :/ help please? anyone?
     
  7. Offline

    Zezomys

    Same as everyone here. Can't delete jails. Hope you'll patch that soon enough!
    Excellent work though ;)
     
  8. Offline

    DomiStyle

    Very good plugin!
    2 bugs I found:
    * You can't delete existing jails without database edit.
    * You can't use /jailstatus when a time is set. Without times it works fine.

    Also some suggestions:
    * Let us make cells inside a jail
    Like you set a jail and inside the jail you can set as many cells you like.
    Everytime you jail a user he gets his own cell.
    Would be also nice if you can set how many users can be in 1 cell/jail. (Like 2 users per cell, 10 users in jail)
    * Reason why player got jailed (Should be displayed to the player when he gets online or jailed)
    * Show remaining time every 5/10/15 minutes
    * Fine system - pay 5 coins or get to jail for 10 minutes.
    For example: /fine playername amount jail time
    amount means how much the player has to pay.
    jail means in which jail he gets when he can't pay the fine.
    times means how long he stays in jail when he can't afford the fine.
    Also a config entry to configure how much time the player has to pay the fine. When the time is over he gets auto jailed.
     
  9. Offline

    Gravity

    Hey!
    Just thought I would let you know:
    After I installed your plugin (which is great, btw.) it caused like 50% of the rest of my plugins to not load when the server started.
    Specifically minecart mania, essentials, lwc, plgsetspawn, and iconomy.
    Thanks!
     
  10. Offline

    shadydeath999

    ok i installed the plugin but now all my sqllite using plugins dont work
     
  11. Offline

    matejdro

    Updated.

    This update changes structure of SQL database (adds several new columns), so i strongly suggest that you backup your existing database before updating.

    Now my plan is to continue my work on API. In the near future, i will release separate plugin (sort of add-on for Jail) which will contain role play features. I can't give any ETA yet.
     
  12. Offline

    ddj

    Great matejdro!

    Happy to see some nasty bugs solved, and multiple worlds supported now!

    Thanks and take your time with the API:)
     
  13. Offline

    Stephen92

    i was using jail 0.4 and no problem but i upgraded to 0.5 and it broke some of my plugins, so I went back to 0.4 hope this gets fixed. I'm using craftbukkit 328.
     
  14. Offline

    emperorcthulhu

    Two problems, both of which may have already been mentioned.

    1. /jaildelete doesn't work
    2. upon server restart OR /reload , jail resets
     
  15. Offline

    matejdro

    @Stephen92 how exactly did plugins got broken? Error?

    @emperocthulhu do you have v0.5?
     
  16. Offline

    stavos

    I just wanted to say that this plugin is the best plugin I ever tried on my server. It's already more polished then most and works so well I have zero complaints. The only issue i had was the jailstatus permission for users to see it but you helped me out with that. Appreciate the code you developed please make other plugins!
     
  17. Offline

    Jobsti

    Thanks for Update, BUT still:

    If PlayerMoveProtection = false the user can still use /spawn /home etc. ;(
    I had massive console error with the old .db, delete it and letz the plugin create a new .db, no problems,
    but I had to make all jails again.
     
  18. Offline

    matejdro

    Did you backed up the database?

    If you did, delete dbversion file and restore your backup. Then tell me the error.

    Move error is probably caused by commands not being blocked properly. It may be that your teleport plugin is updated to onCommand, which cannot be blocked. I will see about that issue.
     
  19. Offline

    Jobsti

    Can't make a new backup/restore, because I deleted it and made the new ;)

    Commands are blocked (/spawn from general, Home from MyHome, /tp from TelePlus) if PlayerMoveProtection = true. Not blocked if it's false
     
  20. Offline

    matejdro

    Do you get "do not escape from jail" when you try to use the command?
     
  21. Offline

    Stephen92

    yes I did but I had to go back to 0.4 cause half my plugins were unresponsive.
     
  22. Offline

    matejdro

    Wow that's weird. Can you tell me what error did you got?

    Also, mysql or sqlite?
     
  23. Offline

    shadydeath999

    the jail plugin database or all database?
     
  24. Offline

    matejdro

    jail plugin database.
     
  25. Offline

    Jobsti

    Jap, get it.

    Other solution:
    PlayerMoveProtection = true let you go from a jailzone to another (If the zones are "togehter" or overlap), but not out of the jail.
    This would also work for my indoor-outdoor-jail ;)
     
  26. Offline

    matejdro

    That means that command protection never worked. When they used the command, move protection instantly teleported them back.
     
  27. Offline

    ddj

    I also suffered some weird problems after updating from 1.4 to 1.5
    server didnt start (freezed at startup with a null pointer error on jail).

    After that I removed the 2 jail tables from my mysql database (only had 1 jail).
    Works like clockwork after that
     
  28. Offline

    GameFAQsRolo

    Excellent update, thanks! So far everything seems to be working great with Jail 0.5 + CB# 325. I went ahead and switched to MySQL so I started with a fresh jail and database. Problems players were having with /jailstatus when they had a time assigned and when players tried breaking blocks are gone. I forgot to test /jaildelete. Where is the facepalm smiley?
     
  29. Offline

    shadydeath999

    unless the update i still get errors
    and the plugins it breaks are: iconomy,LWC,imonster all other sql using programs i have
    btw running build 325 if i am correct
    pls fix
     
  30. Offline

    ddoolin

    Breaks all of mine, too, running the latest CB (339 I believe).
     
  31. Offline

    Jobsti

    I've got no problems with my other 40 plugins, incl. LWC, runns very well.
     

Share This Page