Details
Supported Bukkit Versions
Changelog
- Rewrite of plugin backend to improve readability of code and how I can improve it.
- Matching player name support. Eg. I can write "sev" to jail "t7seven7t" assuming there are no other players containing the string "sev".
- Block protection in jail by means of permissions. By default no one can alter jail unless they have swornjail.admin or swornjail.build permissions.
- New timer that counts down every second and jail time is now displayed in days/hours/minutes/seconds.
- New method of saving/loading inmates. Unfortunately this means your old jail lists will no longer load.
- Added permission to allow players to use commands while in jail.
- Updated scheduler to check for players outside of jail every second up from every 4 seconds.
- Players will be ejected from whatever they are riding when jailed.
- Chatting, using commands, or moving around are now all valid ways to stop jail from thinking a player is afk and not counting down their time.
- Slightly reduced the amount players in jail are spammed with the afk message.
- Add config option to control whether jail will check if players are AFK or not.
- Some permissions were modified during rewrite for whatever reason. Specifically, swornjail.status, check and unjail.
- Jail reload no longer works and has been disabled until further notice.