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!
AntiGhostPing | BrayanBot Addon

BrayanBot Encrypted AntiGhostPing | BrayanBot Addon 1.1.3

No permission to download
Banner1.png

You have enough of GhostPings on your server?

Then this addon is perfect for you.

This addon logs every GhostPing in channel, where it was sent, allowing your server members to check, who pinged them.
You can also set logging channel available for admins and track all of these with ease.

Developer Info
This addon supports external development.

Events
ghostPing - GhostPing event.
Parameters: message(GhostPing message)


Banner2.png

GhostPing message:
DiscordPTB_mQQq6fdipH.png


GhostPing log:
DiscordPTB_UaLZDa5o6q.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
# Ignore GhostPings section
Ignored:
  # GhostPing from these users wont be detected
  Users:
    - SimonB50#1234
  # GhostPings from people, who have these roles wont be detected
  Roles:
    - 🧰 | Admin
  # GhostPings in these channels wont be detected
  Channels:
    - 🆕┇news
  # GhostPing in these categories wont be detected
  Categories:
    - 🎫 | Tickets
# Which GhostPings should be detected?
Mentions:
  # Users pings detection
  User: true
  # Roles pings detection
  Role: true
  # @everyone and @here pings detection
  Everyone: true
# Logging options
Logging:
  # Should info about GhostPing be send in channel, where it was detected?
  MessageChannel: true
  # Admin logging options
  Logs:
    # Should all GhostPing be sent into logs channel?
    Enabled: true
    # Admin logging channel, where GhostPings should be send
    Channel: 👻┇ghost-pings
YAML:
# Messages used by addon.
# Its RECOMENDED to use placeholders here.
Messages:
  # Ghots Ping Message
  # Its recomended to use these placeholders:
  # - Message Author variables(like {user-username}, {user-pfp} etc.)
  # - {message} - Ghots Ping message content
  GhostPing:
    Content: 👻 Ghost Ping detected 👻
    Embeds:
      - Title: Ghost Ping Found!
        Color: "#FFFF00"
        Author: "{user-tag}"
        AuthorIcon: "{user-pfp}"
        Fields:
          - Name: User
            Value: "{user-mention}"
            Inline: true
          - Name: Message
            Value: "{message}"
            Inline: true
        Thumbnail: https://simonb50.xyz/assets/BrayanBot/Ghost.png
        Footer: "{brand-name}"
        FooterIcon: "{brand-logo}"
        Timestamp: true
  # GhostPing log message - only works, when enabled
  # You can use {channel} variable, to get ghostping channel
  GhostPingLog:
    Embeds:
      - Title: Ghost Ping Found!
        Color: "#FFFF00"
        Author: "{user-tag}"
        AuthorIcon: "{user-pfp}"
        Fields:
          - Name: User
            Value: "{user-mention}"
            Inline: true
          - Name: Message
            Value: "{message}"
            Inline: true
          - Name: Channel
            Value: "{channel}"
            Inline: true
        Thumbnail: https://simonb50.xyz/assets/BrayanBot/Ghost.png
        Footer: "{brand-name}"
        FooterIcon: "{brand-logo}"
        Timestamp: true

Banner4.png

You can get support for this addon on:


Banner5.png
Author
SimonB50
Downloads
58
Views
917
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from SimonB50

Latest updates

  1. 1.1.3

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

    Changelog:Added option to ignore bot messages Reworked addon startup system Added support for...
  3. 1.1.1

    Changelog:Added support for BrayanBot 1.3.0 Fixed messageUpdate bug - now if message contains...
Back
Top