Installation Guide - TheCoolcraft11/ScreenshotUploader GitHub Wiki

1. Installation Guide

Client

Prerequisites: Minecraft Fabric 1.21 - 1.21.3

Steps:

  1. Download the mod file from here.
  2. Place the .jar in the mods folder of your Minecraft directory.
  3. Launch Minecraft with the mod installed.
  4. After launched you can open MINECRAFT_DIR/config/screenshotUploader/config.json and change the upload_urls field
  • You can add your own custom server by adding a name and the upload, screenshot list(gallery), and the home url
    "Server Example": {
      "upload": "https://www.this-should-be-long-enough-so-this-is-a-fake-address.com/upload",
      "gallery": "https://www.this-should-be-long-enough-so-this-is-a-fake-address.com/screenshot-list",
      "home": "https://www.this-should-be-long-enough-so-this-is-a-fake-address.com/"     
     }

Server

Steps:

  1. Download the mod or plugin file from here.
  2. Place the .jar in the mods / plugins folder of your Server directory.
  3. Open the config (config/screenshotUploader/serverConfig.json, for Fabric; plugins/ScreenshotUploader/config.yml, for Paper, etc.)
  4. Change the entry websiteURL to the public url of the webserver (the url to open the screenshots gallery in the browser) e.g. "https://myserverip.com:4567"