Welcome to CoreMart!

By registering with us, you'll be able to discuss, share, download resources and private message with other members of our community.

Sign-Up Now!
ExtraHaste | BrayanBot Addon

BrayanBot Source ExtraHaste | BrayanBot Addon 1.0.1

Banner1.png

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.

Banner2.png

Message upload
1652537663918.png


File upload
1652537682253.png


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

Banner3.png

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: true

Banner4.png

You can get support for this addon on:

Banner5.png
Author
SimonB50
Type
Digital product
License duration
Unlimited
Price
3.00 USD
Views
406
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from SimonB50

Latest updates

  1. 1.0.1

    Changelog:Added support for BrayanBot 1.4.0 Rewritted BananaAPI handling systemNow, hosted...
Back
Top