main/Configuration
###config.yml
KEY_ITEM
KEY_UNLOCK_TEXT
KEY_CREATED_TEXT
OP_MAKE_KEY
These are the current configuration options in Config.yml
###KEY_ITEM This config option defines the item used for keys. I would suggest using an item that isn't valuable, isn't used for crafting and isn't craftable or gatherable or you may experience trouble with your servers economy down the road since users can get an unlimited supply of the key item.
This item can be set to pretty much anything you want it set to, just remember the above.
This option only recognizes the Data Values not Data Names of items. You can get a list of all the data values for objects from this site http://www.minecraftwiki.net/wiki/Data_values#Item_IDs
###KEY_UNLOCK_TEXT
This config option defines the text that is displayed upon a user unlocking a chest. This text is only sent to the user that unlocks the chest.
This configuration option supports Color codes (Check Color Codes)
This configuration option has a Variable Code: %p
%p is replaced by player name of the protected blocks owner.
example: '&2You have unlocked a chest belonging to &4%p.'
###KEY_CREATED_TEXT
This config option defines the text that is displayed upon a user creating a key. This text is only sent to the user that creates the key.
This configuration option supports Color Codes (Check Color Codes)
This configuration option has a Variable Code: %p
%p is replaced by the player name of the protected blocks owner
example: '&2Key made for protection owned by &4%p.'
###OP_MAKE_KEY This config option defines whether or not OPs can make keys from any protected block regardless of ownership. This option does not effect the OP making keys for protected blocks that they own.
##Color Codes
&0 = Black
&1 = Dark Blue
&2 = Dark Green
&3 = Dark Aqua
&4 = Dark Red
&5 = Light Purple
&6 = Gold
&7 = Gray
&8 = Dark Gray
&9 = Blue
&a = Green
&b = Aqua
&c = Red
&e = Yellow
&f = White
You may have noticed that I skipped &d.. this is because I tried to keep the codes as close as possible to the original Classic Minecraft color codes and Minecraft doesn't seem to support pink nowadays.