Plugin images not found
Hi,

Could I have the images sizes so I can make my own or are these urls wrong?

Console errors

Merged post

I've have been getting these errors:

Errors

Merged post

I've have been getting these errors: errors
Hi! I'm kinda new to the whole instalation thing with plugins and for some reason when I put the mod into my oxide plugins folder and go into the config file in oxide/config, I set the shortcut to "b" but the plugin is not responding at all for some reason, so I did the oxide.grant command and the permission does not exist, any tips that could help me out with the installation??? Thank You!!!
installed the plugin my self but not sure where to go nextm specially all market background linsks are broken. and im tryingto locate the key binding
In response to PSYCHOPATHiO ():
installed the plugin my self but not sure where to go nextm specially all market background linsks a...
well, if you locate it please let me know!!!
I am not able to get this to work as well. I set the keybind and there is no interface. What is the chat command it is calling or console command?
Rust disallowed auto key binding some time ago so attempts to bind the 'b' key programmatically will never work. Moot point though as that line of code is commented out in the plugin any way.
All of the remote image links are broken, though I did find a few using Googles 'Wayback Machine' just to get an idea of the image sizes to create my own images.
I'm new to C# (I'm a PHP/mySQL web developer) and just cannot figure out how to change the code from a keybinding to a chat command to initiate the market UI :(
Personally, I think plugins that are unmaintained and reported as broken should be removed.
In response to OneAlpha ():
Rust disallowed auto key binding some time ago so attempts to bind the 'b' key programmatically will...
I am sure you are wrong that "all" keybindings are disallowed, anyone who uses "backpacks" plugin can bind any key to open the backpack though usually "b' is optioned, Some plugins i use (proximity alert) have not received any updates (or responses) for over 18 months but as it is working 85% i still use it. Sometimes the developer has urgent or long term RL problems which outweigh any concerns for plugins so we the "free" users just have to wait and see if anything occurs, 
In response to pookins ():
I am sure you are wrong that "all" keybindings are disallowed, anyone who uses "backpacks" plugin ca...
Clearly the information I've read is incorrect then.  I know you can bind keys manually through game settings or via the console but everything I'd read indicated you couldn't bind a key from within a plugin. Of course, I understand that you can use a Chat or other command from within the plugin code but this means using (example) '/b' not simply pressing the 'b' key on its own. 

I did not mean my post to come across as 'self-entitled, ungrateful little oik' and I do appreciate the time and effort developers make to share their work for free (pretty much all my own PHP scripts are free for this very reason). I'm just starting out on my plugin development journey and am finding it extremely frustrating with the lack of up to date documentation and working examples code to help me piece together the jigsaw.