Simple Prison Guard
The plugin aims to be a customizable Guard plugin for your server allowing you to change most things to fine tailor the plugin to your servers needs. This plugin allows you to give your Guard a set of Armour, a sword, a beating stick and a bow including food and a god apple and completely customizing the amount of food and the enchantment levels on the items and even changing the name. When a Guard goes into duty mode all his items are stored onto your server into a small file using Kill3rtacos API so they can resume progress of a normal player off duty. The plugin also has an ability to block commands when in duty mode such as Auction to stop anyone abusing and selling the items.
Features
- Blocks commands to stop users from certain command while in duty (Good for auction)
- Blocks users from placing, dropping items while in duty mode
- Customizable messages
- Ability to give rewards if a player killed a guard
- Ability to change the Guards kit and enchantments
- 1.8 compatible using UUIDS
How to use it?
Place the plugin into your plugin and run the server to get the plugins config, from there you can fine tune all the settings you need for your server.
Commands
/Duty - Jail.duty.command - Allows the user to turn into a Guard|
/Duty kit - Jail.duty.kit - Allows you to set the Guards kit!|
/Duty Help - N/A - Allows the user see the command(s)|
Permission - Jail.duty.command.bypass - used to bypass Blocked-Commands and Guard-Only-Commands|
Config
The config is self explanatory but if you get stuck read this:To DoCode (Text):
#Anything with %p will be changed to the players name as shown in the messages and can be used in commands. %k is used for the killers name in the death message. All the configurable messages can be colourized using '&'
Duty-On-Message: '&a%p is now on duty!'
Duty-Off-Message: '&a%p is now off duty!'
Guard-Death-Message: '&4The guard %p has been slain by %k and is now off duty!'
#Disables either or both block placement and breaking when in duty mode
Guard-Place-Blocks: false
Guard-Brake-Blocks: false
#Commands that can only be used in guard mode.
Guard-Only-Commands:
- 'jail'
- 'warn'
#Used to block commands in duty mode
Blocked-Commands:
- 'Auc'
- 'Auction'
- 'chest'
- 'craft'
#Guaranteed rewards for players who kill guards
Rewards-For-Killing-Guard:
- 'give %p 1 64'
- 'give %p 2 64'
#Random rewards for players who kill guards based on percentages make sure to leave a space between the percent and the command
Random-Chance-Rewards:
- '50% give %p 1 1'
- '15% give %p 1 2'
- '7% give %p 1 3'
- '75% give %p 1 4'
#This will set the max amount of random rewards a player can win at one time.
Max-Random-Rewards: 2
- chat prefix like [OnDuty]
- Different kits per permission

Simple Prison Guard 2.7
A simple to use customizable prison /duty plugin for player Guards
Recent Updates
- Bug Fixes Jul 27, 2015
- Command bypass permission Apr 17, 2015
- Guard only commands Nov 27, 2014