FormatException: Input string was not in a correct formatFixed

(00:43:36) | Failed to call hook 'GiveCommand' on plugin 'Give v3.0.1' (FormatException: Input string was not in a correct format.)

at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <e1a80661d61443feb3dbdaac88eeb776>:0

at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <e1a80661d61443feb3dbdaac88eeb776>:0

at System.Int32.Parse (System.String s, System.IFormatProvider provider) [0x00008] in <e1a80661d61443feb3dbdaac88eeb776>:0

at System.Convert.ToInt32 (System.String value) [0x0000b] in <e1a80661d61443feb3dbdaac88eeb776>:0

at Oxide.Plugins.Give.GiveCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00050] in <f6c223a808a34cf1a1ad155ba7e83835>:0

at Oxide.Plugins.Give.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00255] in <f6c223a808a34cf1a1ad155ba7e83835>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

Got the same problem

This is still happening. The Admins have the required permissions to use this plugin's features and I just re-installed the plugin a few minutes ago.
Any idea what could be causing this?

In response to Demonlord091 ():
This is still happening. The Admins have the required permissions to use this plugin's features an...
What is the exact, complete command usage by the admins? 
/give furnace 1 Razor

Merged post

Ok talking more with the admin they are doing example /give furnace Razor  missing the ammount witch throws an error
In response to Razor ():
/give furnace 1 Razor

Merged post

Ok talking more with the admin they are doin...
Right, because Razor is not an amount (integer), which is why it throws the error.
can you add in if there is no number check or make it use  number 1 if empty input
In response to Razor ():
can you add in if there is no number check or make it use  number 1 if empty input
Yes, I will for the next update.
Locked automatically