Osiris-Team
Osiris-Team
This is a pretty weird issue especially since it's only on windows. What if the data dir is simply not set, where does the data get saved then?
@TheKnowles Okay as long as that isnt a temp directory I am fine with that, since I don't see another workaround for this.
@TheKnowles that sounds like it could work!
@TheKnowles any news?
@deimsdeutsch Your solution is almost correct, here it is fixed: ```java Java2DFrameConverter converter = new Java2DFrameConverter(); BufferedImage buf = converter.getBufferedImage(frame); byte[] arr = compressImage(buf); String base64Img = new String(Base64.getEncoder().encode(buf))); ......
@fulcanelly Currently autoplug creates one backup zip for the complete server. The user can exclude/include specific files/folders. It would be great to be able to upload that backup to google...
@jivanpal Yeah that sounds good, you can create a new issue for `custom-script`. If you know how to code in Java or know someone feel free to create a pull...
Yeah, AutoPlug is **not** changing. When running the tasks, all other tasks wait for the backup task to finish and then run concurrently. Then it shouldn't be a problem I...
This probalby requires changing the algorithm used to find similar files.
custom-check-url requires a relatively specific response, so I doubt that will work. Modrinth support for plugins is being worked on by the community, which usually means that it takes years...