Do you want, to automatically upload long messages and files to hastebin?
Then this addon is perfect for you.
This addon automatically uploads content to selected hastebin server - everything can be set in configuration file.

Message upload

File upload

NOTE:
All messages are fully configurable and you can change it's look and content using configuration files.


This addon automatically uploads content to selected hastebin server - everything can be set in configuration file.
Message upload
File upload
NOTE:
All messages are fully configurable and you can change it's look and content using configuration files.
YAML:
# Define if addon is enabled
Enabled: true
# Addon detection settings
HastebinURL: https://hastebin.com
Detections:
# Message length detection
MessageTooLong:
Enabled: true
Length: 2000
DeleteAfterDetection: true
# Message file detection
MessageWithFile:
Enabled: true
DetectedFileTypes:
- txt
- json
- yaml
- yml
DeleteAfterDetection:
Enabled: true
# Delete message even if some files arent uploaded
ForceDelete: false
YAML:
# Messages used by addon.
# Its recomended to use these placeholders:
# - {link} - Generated link
Messages:
# Generated Message Paste Message
GeneratedMessagePaste:
Embeds:
- Title: Uploaded message
Color: "#FFFF00"
Author: "{user-tag}"
AuthorIcon: "{user-pfp}"
Description: "{user-mention}, your message is too long! It has been uploaded to
{link}"
Thumbnail: https://progsoft.net/images/pastebin-icon-e88804b2949b12ae91fed460c977586498183318.png
Footer: "{brand-name}"
FooterIcon: "{brand-logo}"
Timestamp: true
# Generated File(s) Paste Message
GeneratedFilePaste:
Embeds:
- Title: Uploaded file(s)
Color: "#FFFF00"
Author: "{user-tag}"
AuthorIcon: "{user-pfp}"
Description: "{user-mention}, your message contains files! They have been
uploaded to hastebin server!"
Thumbnail: https://progsoft.net/images/pastebin-icon-e88804b2949b12ae91fed460c977586498183318.png
Fields:
- Name: Files
Value: "{files}"
Inline: true
Footer: "{brand-name}"
FooterIcon: "{brand-logo}"
Timestamp: trueYou can get support for this addon on:
- [Not recommended] SimonB50#1234's DMs