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!
EpicInteractions | BrayanBot addon

EpicInteractions | BrayanBot addon 1.0.3

No permission to download
Banner1.png

Want to create custom button/menu interactions?​

Then this addon is perfect for you.
This addon allows you to create custom actions for button/menu interactions.

INFORMATION​

This addon requires EpicPresets addon to run

WARING​

This is beta version. Everything is subject to change.

Banner2.png


Example usage (button):
1650196843592.png


Example usage (menu):
1650196973488.png


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

Banner3.png

Buttons.yml:
YAML:
# Welcome in button configs!
# This is the place, where you can create your own buttons
# Follow this example end create your own ;-)
Buttons:
  - # Button name
    Name: button
    # Button ID
    # Lowercase + No spaces
    CustomID: button
    # Actions, which will be executed after interaction
    Actions:
      - Type: Preset
        Action: send
        Preset: example
      - Type: Preset
        Action: send
        Preset: example2
        Channel: "960498357384663041"
      - Type: Preset
        Action: edit
        NewPreset: example2
      - Type: Role
        Action: Give
        Role: 👤 | User
      - Type: Role
        Action: Switch
        Role: 💰 | Client
      - Type: Role
        Action: Remove
        Role: 🔧 | Tester
        User: SimonB50#1234
    # Interaction reply
    Reply:
      Private: true
      Preset: example

Menus.yml:
YAML:
# Welcome in menu configs!
# This is the place, where you can create your own menus
# Follow this example end create your own ;-)
Menus:
  - # Menu name
    Name: menu
    # Menu ID
    # Lowercase + No spaces
    CustomID: menu
    # Menu options
    Options:
      - Name: option1
        Actions:
          - Type: Preset
            Action: send
            Preset: example
      - Name: option2
        Actions:
          - Type: Preset
            Action: edit
            NewPreset: example2
      - Name: option3
        Actions:
          - Type: Role
            Action: Give
            Role: 👤 | User
      - Name: option4
        Actions:
          - Type: Role
            Action: Remove
            Role: 🔧 | Tester
            User: SimonB50#1234
    # Interaction reply
    Reply:
      Private: true
      Preset: example

Banner4.png

You can get support for this addon on:


Banner5.png
Author
SimonB50
Downloads
61
Views
1,034
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from SimonB50

Latest updates

  1. 1.0.3

    Changelog:Added support for BrayanBot 1.4.0Changed channel variables handling to build-in...
  2. 1.0.2

    Changelog:Reworked addon hooking system Added option to disable reply Reworked addon startup...
  3. 1.0.1 beta

    Changelog:Added support for BrayanBot 1.3.0Config changes:No config changes required

Latest reviews

I like so much that they give you the option to personalize a message so much and also to give it so many utilities.
Back
Top