No items givenNot An Issue

Hi any help on where im going wrong,
My bot is set up i give him the code
says in game enjoy your rewads blah blah
but items are not being given?

{
"Command": "verify",
"Discord bot key (Look at documentation for how to get this)": "",
"Verification Role (role given when verified)": "",
"Commands to execute when player is verified (use {0} for the player's steamid)": [
"inventory.giveto {0} supply.signal 1"
],
"Amount of characters in the code": 3,
"Erase all verification data on wipe (new map save)?": false,
"Characters used in the verification code": "ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789"
}

Have you tried a different command? You might be using the command wrong.

Do you know any commands that 100% work with rust just so I can make sure it ain't my command? 

Merged post

Failed to call hook 'GiveCommand' on plugin 'Give v3.0.2' 
(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 :0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in :0
at System.Int32.Parse (System.String s, System.IFormatProvider provider) [0x00008] in :0
at System.Convert.ToInt32 (System.String value) [0x0000b] in :0
at Oxide.Plugins.Give.GiveCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00050] in :0
at Oxide.Plugins.Give.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00255] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <3606d2af539c45e4b5c61658e6a8b307>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
Matty1985

Do you know any commands that 100% work with rust just so I can make sure it ain't my command? 

Merged post

Failed to call hook 'GiveCommand' on plugin 'Give v3.0.2' 
(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 :0
at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in :0
at System.Int32.Parse (System.String s, System.IFormatProvider provider) [0x00008] in :0
at System.Convert.ToInt32 (System.String value) [0x0000b] in :0
at Oxide.Plugins.Give.GiveCommand (Oxide.Core.Libraries.Covalence.IPlayer player, System.String command, System.String[] args) [0x00050] in :0
at Oxide.Plugins.Give.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00255] in :0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <3606d2af539c45e4b5c61658e6a8b307>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0

That is not my plugin. Refer to this plugin.

the give plugin seems to be doing its thing but when a player joins the discord gives the bot the code that above is what it says in rcon soon as they give the bot the code maybe give plug in messes around with ur plugin :/

Matty1985

the give plugin seems to be doing its thing but when a player joins the discord gives the bot the code that above is what it says in rcon soon as they give the bot the code maybe give plug in messes around with ur plugin :/

It says
Failed to call hook 'GiveCommand' on plugin 'Give v3.0.2' 
plugin 'Give v3.0.2'

Merged post

You're just using that command wrong. In the configuration sample I'm using the Rust commands.
IKy2QHo2AJzemdP.png birthdates
It says
Failed to call hook 'GiveCommand' on plugin 'Give v3.0.2' 
plugin 'Give v3.0.2'

Merged post

You're just using that command wrong. In the configuration sample I'm using the Rust commands.

ive tried so many give commands just cant work it out,
i know this command works in f1 inventory.give “short name” “amount”
but not in the plugin ive set up so many plugins but just cant work out what im doing wrong i will give it a break an try again later maybe will work for me lol

Matty1985

ive tried so many give commands just cant work it out,
i know this command works in f1 inventory.give “short name” “amount”
but not in the plugin ive set up so many plugins but just cant work out what im doing wrong i will give it a break an try again later maybe will work for me lol

It's the plugin you're using, not sure how it works. It's not the default command

i think im getting somewhere but maybe not lol

[Discord Extension] [Error]: Discord has returned error Code: 50013: Missing Permissions, https://discordapp.com/api/guilds/814784662823239720/members/720028114092163080/roles/814784662840803348 (code Forbidden)

this is my new error lol

Merged post

AHAHA got all errors gone now the bot didnt have permissin to give roles,

but now 

thank you for supporting the server 

no rewards still lol

Matty1985

i think im getting somewhere but maybe not lol

[Discord Extension] [Error]: Discord has returned error Code: 50013: Missing Permissions, https://discordapp.com/api/guilds/814784662823239720/members/720028114092163080/roles/814784662840803348 (code Forbidden)

this is my new error lol

Merged post

AHAHA got all errors gone now the bot didnt have permissin to give roles,

but now 

thank you for supporting the server 

no rewards still lol

`[Discord Extension] [Error]: Discord has returned error Code: 50013: Missing Permissions`
Refers to your bot not having any permissions. And for the last time, you'll have to ask the creator of that plugin on how to give it to a steamid

Locked automatically