Save the screenshot to the clipboard.

Copy messages can be displayed or hidden (bool). You can decide in Config whether to display them in the chat or as a toast notification.
Regarding the display status of the message itself,
{
"showMessage": true, //true false(default(true))
"notificationType": "TOAST" //CHAT TOAST(default(CHAT))
}
assign values to the keys listed above. The meanings are simple English words, so you can take them at face value.
The following image is a sample image. Please view it if necessary.

Supported Languages:
These are translations from Japanese to English, so explanations may be incomplete or the context may shift.
If you encounter bugs, have improvement suggestions, or feature requests, please contact the author via their Discord account: @WKSHY_.
This is a bit technical, but since the copy process using a Java library didn't work well, it's created using a slightly special method (internally running commands tailored to each OS's terminal). Because of this, the feature might not work in some environments. I'm not sure if it's technically fixable. Sorry about that :)
Conversation