Rust Edit Images

I believe killyou stopped using rustedit.io for image hosting, so it may have impacted this plugin. I found this bit of code when trying to diagnose another plugin.

private const string ItemIconUrl = "https://www.rustedit.io/images/imagelibrary/{0}.png";​

Yeah, I think so, too. Is there anyone here who knows what URL we could use for the icons?

hqroim8Msfq2wXh.jpg DrDBug

Yeah, I think so, too. Is there anyone here who knows what URL we could use for the icons?

Currently the /sili Command does not work:

404 Not Found

Merged post

I've changed the URL and now it works for me 😄

// private const string ItemIconUrl = "https://www.rustedit.io/images/imagelibrary/{0}.png"; (before)
private const string ItemIconUrl = "https://rustwiki.net/img/items/{0}.png";