Minecraft forge mod that does exactly as it name indicates. Help you with images. Mainly uploading screenshots.
Latest version can be found on CurseForge
Changelog can be found here
- F4 Upload image
- F2 Save and upload image (override has to be enabled to upload)
- F6 Take partial screenshot.
- View images in-game.
- Direct upload to Imgur.
- Copy link to clipboard.
- Copy image to clipboard.
- Open in browser.
- Upload to custom image servers using the ShareX config files (more information below).
- Post images directly in a discord server.
- Filters
- Overlays/watermarks
https://minecraft.curseforge.com/projects/image-utils/images (will add some directly here later)
- you can change your settings by going to mods on the main menu or by going to mod options in the in-game menu.
To upload to a custom image server you'll need to enable use custom server
otherwise it'll just use Imgur as uploader.
after you've enabled use custom server
you'll see an input box where you can set the upload script. There you need to fill in the name of the script (with extension).
an example could be darkeyedragon-me.json
or darkeyedragon-me.sxcu
(.sxcu is the extension of sharex's config files).
Note: the extension on it's own doesn't really matter. It just has to be in the right format.
{
"RequestURL": "https://darkeyedragon.is-a-virg.in/upload",
"FileFormName": "image",
"URL": "$json:url$",
"DeletionURL": "$json:del_url$",
"Arguments":{
"collection":"some collection string",
"collection_token":"some collection token"
}
}
Key | Description | Required |
---|---|---|
RequestURL |
The url to upload the file to | yes |
FileFormName |
The name of the image that will be sent. This can be renamed by the upload server to anything. If not provided, default is image |
no |
URL |
The link to the image that will be shown in-game. add $json:theKey$ if your server responds with a json file. Otherwise you can remove this key. |
no |
DeletionURL |
The deletion link that will be returned. add $json:theDeletionKey$ if your server responds with a json file. Otherwise you can remove this key. |
no |
Arguments |
Additional information that needs to be given. Username, password, secret keys, etc. You can remove this if not needed (Highly recommended to use some form of validation though). | no |
A tutorial of how to make your own file can be found here
Note: Keys specific to shareX are not needed. Example being the DestinationType
.
Note: Not all keys are supported yet. The ones shown in the example will work. But not guarantee is given for the other ones.
more support will be added later.
A good custom uploader is https://sxcu.net (the example is for their services) you can also download their scripts from here: https://sxcu.net/domains and just drop them in your uploader files
To add a config file you'll need to go to %appdata%/config/imageutils/uploaders
and drop your file in there. (If you added a file after you launched the game you can go to the mod's settings and set "reload uploaders" to true and it will reload all you upload scripts.)
- Copy to clipboard: copy the image link to your clipboard as soon as the image is uploaded.\n
- Override default key: Override the default screenshot key (F2). This will allow you to save and upload images.\n
- Use custom server: If set to false it will upload images using Imgur. if set to true it will use the selected upload script from "Name of the script"\n
- Reload uploaders: When set to true it will reload your configs as soon as you close the config window. (will always go back to false after).
- Name of the script: the name of the script you'd like to use to upload images (only works when "Use custom server" is set to true).
If you have additional questions you can always join Codevision's discord here.
Found a bug? Don't forget to report it under issues
!!