hi i made the config like this
"Chat Commands": {
"Chat Command - Reward Menu": "reward",
"Chat Command - Vote Checking": "vote"
},
"Messaging Options": {
"Activate automated broadcasting": true,
"Automated broadcast timer (minutes)": 30,
"Message color (Primary)": "#ce422b",
"Message color (Secondary)": "#939393"
},
"Reward List": {
"0": {
"Reward Cost": 1,
"Reward Items": [
{
"Item Amount": 10,
"Item Shortname": "pumpkin",
"Item Skin ID": 0
}
],
"Reward Money (Economics)": 0,
"Reward RP (Server Rewards)": 500
},
"1": {
"Reward Cost": 5,
"Reward Items": [
{
"Item Amount": 500,
"Item Shortname": "scrap",
"Item Skin ID": 0
},
{
"Item Amount": 0,
"Item Shortname": "",
"Item Skin ID": 0
}
],
"Reward Money (Economics)": 0,
"Reward RP (Server Rewards)": 4000
},
"2": {
"Reward Cost": 10,
"Reward Items": [],
"Reward Money (Economics)": 0,
"Reward RP (Server Rewards)": 10000
}
},
"Tracker Information": ..........
and i got this error :
Failed to call hook 'IOnPlayerCommand' on plugin 'RustCore v2.0.4903' (KeyNotFoundException: The given key was not present in the dictionary.)
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000fb] in :0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0
ani ideas ?