Image failed to download on plugin loadError
Getting this error on plugin load.  Also can't get past the initial few clicks of kit creation without mouse locing focus and having to reload plugin.  My guess is the gift creation interface is failing to load because this image is missing?  

[2/4/2020 9:21:53 PM] Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: sr_2159 - Image URL: http://oxidemod.org/data/resource_icons/1/1751.jpg?1456924271
You would need to change the image to a valid URL.
Any idea what that image was?
I don't, but you can look in the plugin and/or config file to see.
Seems to be part of the nav elements?  Looks like all three of those are broken urls.  I can put up a placeholder image somewhere else but a bit stumped on what they are exactly.  Guess I can just make some generic black box images and see what happens.

        private void LoadAllItemImages()
        {
            ImageLibrary.Call("LoadImageList", Title, ItemManager.itemList.Select(x => new KeyValuePair<string, ulong>(x.shortname, 0)).ToList());
        }
        private void CreateLoadOrder()
        {
            Dictionary<string, string> newLoadOrder = new Dictionary<string, string>
            {
            {      "sr", "http://oxidemod.org/data/resource_icons/1/1751.jpg?1456924271" },
            {      "eco", "http://oxidemod.org/data/resource_icons/0/717.jpg?1465675504" },
            {      "ac", "http://oxidemod.org/data/resource_icons/2/2103.jpg?1472590458" },
            };
            ImageLibrary.Call("ImportImageList", Title, newLoadOrder, (ulong)ResourceId, true);
        }​


Merged post

Turns out they were the icons for the item list for Server Rewards, Economics and whatever AC is.  Changing then to a dif icon worked just fine.

This is what happens in rcon when i reload the plugin. I cant create gifts at all it removed all the gifts i made i even tried to remove all data and config files and replaced the plugin from a new download. and it still wont work. not sure what else to do tbh

https://i.imgur.com/QmwAH9s.png
https://i.imgur.com/imOywFF.png

AC is absolut combat BTW