Having problems with this

I have this on my original server and it works fine. I added it to a new server and nothing. The plugin is in the proper folder. I have added the permissions. When I hold a spear and type /makepole nothing happens. No errors, nothing. The console indicates that the plugin is loading when I do the load or the reload command.

Any ideas where I should start looking for the solution?

Checked my logs and I found this in the compilerXXX.txt:

[SERVER v1.0.24] Console: Fishing.cs(480,45): warning CS0472: The result of comparing value type `UnityEngine.Vector3' with null is always `true'
Fishing.cs(729,41): warning CS0472: The result of comparing value type `float' with null is always `false'
Fishing.cs(729,68): warning CS0162: Unreachable code detected
Fishing.cs(356,27): warning CS0649: Field `Oxide.Plugins.Fishing.FishingControl.anchormaxstr' is never assigned to, and will always have its default value `null'
Fishing.cs(491,27): warning CS0649: Field `Oxide.Plugins.Fishing.SpearFishingControl.anchormaxstr' is never assigned to, and will always have its default value `null'
Fishing.cs(492,29): warning CS0414: The private field `Oxide.Plugins.Fishing.SpearFishingControl.fishing' is assigned but its value is never used​

I would imagine this will be null and void, with the new fishing feature being added by Face Punch.