Images empty/lostNot An Issue

Hi,

i know there was already a topic regarding this error but i have a suggest for a solution although i know there are potential issues. This was the first reply to the error.

Rust only allows one unique image per sign; so if you use the same image on any other signs, Rust will only load the first sign it finds using that image. The solution would be to either use unique images per sign else modify them slightly.

Is it possible to change the plugin to automatically set a filename e.g. java-timestap per download request. Therefore each image would be newly downloaded and saved with an unique name and not be deleted after restart? Would this be a workaround for the problem? I know that you could get problems with redundant files on the server but i would like to test it this way. Is there a chance for an official implementation on an config-optional basis? Otherwise i would modify the plugin myself.

Greetings,

TheHades
The plugin stores the images in Rust's image database, the handling is by Rust. It has nothing to do with timestamping and this plugin has no control over how Rust stores those files. The only way you could solve this is to modify each image slightly before storing.
Locked automatically