


ScreenshotToClipboard
A client-side MOD for Minecraft 1.21.11 / Fabric.
When you take a screenshot (F2), the saved image is automatically copied to your OS clipboard. Works on Windows / macOS / Linux.
Features
Automatically copies screenshots to the clipboard just by taking them
Multi-language support: Japanese / English
Toggle notification message on/off (Default: OFF)
- If ModMenu + Cloth Config are installed, you can open the settings screen from ModMenu
- Even without them, you can change the setting by editing
config/screenshottoclipboard.json
Supported Environment
- Minecraft: 1.21.11
- Mod Loader: Fabric
- Supported OS: Windows / macOS / Linux
How to Use
- Install the mod and launch the game
- Press F2 to take a screenshot
- The image is copied to your clipboard, so you can immediately paste it into Discord / Twitter / image editing software, etc.
Configuration
Using ModMenu
- Open ScreenshotToClipboard from the Mod list in ModMenu and change the settings from the configuration screen.
Editing the JSON Directly
config/screenshottoclipboard.json
showMessage: Whether to display a chat notification after copying the screenshot (true/false)
Example:
{
"showMessage": true
}
About Linux (Important)
On Linux, external tools may be required for clipboard integration depending on your environment.
- Wayland:
wl-copy(package:wl-clipboard) - X11:
xclip
If neither is installed, copying may fail depending on your setup.
For Developers
Build
./gradlew build
Output:
build/libs/ScreenshotToClipboard-<version>.jar
How It Works (Overview)
- Hooks into the internal processing of
ScreenshotRecorderusing Mixin - Loads the saved PNG on a background thread and sends it to the OS clipboard
License
MIT
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as ScreenshotToClipboard-1.0.0.jar — drop this file into the mods folder
- Download size: 172 KB
- Download link checked 23 Sept 2026 — working
These come from our own check of the pack file, not from the source page.