Can't block weapons

I'm trying to make it so that you can't use Compound Bow's on horses. I've set up the plugin exactly how I should..

{
"RestrictionSets": [
{
"restrictedItems": [
"bow.compound"
],
"maximumAllowed": 0,
"langKey": "Compound",
"entityNames": [
"testridablehorse",
"minicopterentity",
"scraptransporthelicopter",
"rowboat"

{
"Prefix": "Mount Restriction: ",
"Compound": "Using a compound bow on horseback is not allowed!"
}

It doesn't work. I can still get on a horse with a compound bow.

@Nemesis - This plugin only restricts gear/clothing items. Restricting weapon use while mounted is a quite different scope... I will consider adding support for this.

Let me know if this is something you are very interested in. If so I need your feedback on the following questions

What do you expect to happen when:

  1. Player switches to a restricted item while mounted? 
  2. Player mounts a restricted entity with restricted item already equipped? (e.g. is he prevented from mounting or is the case from #1 applied?)
  3. Are these really the same scope, or are broader item restrictions something you would value? Please provide any other examples of item restrictions you would find useful.
jhawins

@Nemesis - This plugin only restricts gear/clothing items. Restricting weapon use while mounted is a quite different scope... I will consider adding support for this.

Let me know if this is something you are very interested in. If so I need your feedback on the following questions

What do you expect to happen when:

  1. Player switches to a restricted item while mounted? 
  2. Player mounts a restricted entity with restricted item already equipped? (e.g. is he prevented from mounting or is the case from #1 applied?)
  3. Are these really the same scope, or are broader item restrictions something you would value? Please provide any other examples of item restrictions you would find useful.

I run a primitive server where compound bow on horseback is easily the most "overpowered" way to play, as the max weapons you can obtain are bows, crossbows, and compound bows. 

When I saw your plugin, it was a dream come true, and what I was hoping to do was the following:

1. If a player switches to a restricted weapon while mounted, it does not allow them to switch to that weapon and gives the blocked msg.
2. If a player attempts to mount with restricted item is equipped, it does not allow them to mount, exactly how the plugin currently works.

The way the plugin functions currently (for wearable clothing/armor) is perfect, and there's no real broader scope aside from being able to restrict players from using certain weapons while mounted similarly to the clothing/armor as it is now. It would be a major benefit to servers like mine where certain weapons can make/break the experience when being used on horseback, or in another mountable entity like helicopters. 

I appreciate this feedback Nemesis.

It will not be in the next few days... I am very swamped. If I were marking statuses on requests I would mark this one ACCEPTED.
Keep the plugin Watched and there will be an update in the somewhat near future.