Hey, sorry for the runaround. Quick thing first so it makes sense: your images werent broken, the problem was Imgur. When ServerPanel tries to pull your QR links, Imgur throttles the server and sends back a 429 Too Many Requests error. So the image never downloads and you just get errors or blank boxes. Its not your config and its not the plugin, its Imgur blocking the request.
The fix is to stop using links entirely and load the images straight off your server. Heres the exact steps, this method never hits 429 because nothing gets downloaded:
Setting up your QR images:
Open your data folder. Thats oxide/data if youre on Oxide, or carbon/data if youre on Carbon.
Create a new folder inside it named TheMevent
Put your QR image files into that folder, for example qrf1.png and qrf2.png
In the ServerPanel editor, in the image field where you were pasting the Imgur link, type the path instead: TheMevent/qrf1.png
Reload the plugin: o.reload ServerPanel on Oxide, or c.reload ServerPanel on Carbon
Thats it, your QRF images will load. No 429, no broken links.
While youre at it, turn on offline mode so our built in icons stop hitting the same issue:
Open ServerPanel.json in your config folder
Set "Enable Offline Image Mode": true
Download PluginsStorage from https://gitlab.com/TheMevent/PluginsStorage/ (click Code then Download ZIP)
Unzip it and put the Images folder inside your data/TheMevent folder, so you end up with data/TheMevent/Images
Reload again: o.reload ServerPanel or c.reload ServerPanel
If anything acts up, screenshot me the editor and Ill walk you through it, Im around now.