skCord

Addon skCord 2.3-RELEASE

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
Fedox
Supported Minecraft Versions
  1. 1.12
  2. 1.13
  3. 1.14
  4. 1.15
  5. 1.16
  6. 1.17
  7. 1.18
  8. 1.19
  9. 1.20
53RED1D.png


Introduction:
This is my inaugural Skript addon, and I'm excited to share it with the community. Initially designed to facilitate simple messaging from Skript to Discord, it has evolved to offer more engaging features.

UjVPJYr.png

  • Webhook Support: Easily send text messages from Skript directly to your Discord server.
  • Embed Support: Elevate your messages with rich embeds, allowing you to present information in a more visually appealing and organized way.
9xA102G.png


Code:
# ====================
# NORMAL MESSAGES
# ====================
on load:
    send "Hello World" as webhook to "https://discord.com/api/webhooks/????/????"

# ====================
# EMBED MESSAGES
# ====================
on load:
    create a new embed:
        webhook: "https://discord.com/api/webhooks/?????/?????"
 
        title: "Title"
        titleUrl: "https://google.com"

        description: "description from embed"
        color: "##3437eb" # Please use Hex Colors AND IMPORTANT: Write ## instead of #

        thumbnailUrl: "https://skripthub.net/static/img/ogLogo.png"
        imageUrl: "https://skripthub.net/static/img/ogLogo.png"
 
        footer: "helo im a footer"
        footerIconUrl: "https://skripthub.net/static/img/ogLogo.png"

        author: "Im the author of this embed"
        authorUrl: "https://google.com"
        authorIconUrl: "https://skripthub.net/static/img/ogLogo.png"

        timestamp: true


ZPOEWZh.png

Anticipate upcoming updates introducing even more features, including additional event support.

EtxSl6k.png

If you find this addon useful, enjoy exploring its capabilities!

Feel free to reach out to me on Discord if you have any questions: fedox
Author
Fedox
Downloads
145
Views
830
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. ELEMENTS UPDATE

    The following elements have been added: - Send message per section - User Expression - Channel...
  2. Ping roles in messages

    You can now ping roles in messages. For example look at the docs