DiSky

Quick rating

DiSky

No reviews yet

The best Skript add-on for Discord management! Slash commands, interaction, components, modal, and much more are available!

No Theme
No Genre
Server Utility
Mod Addon
API/Library
Mod Loaders
Paper
Spigot
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
Apache License 2.0
Latest Version
4.29.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

About

Description

DiSky: The Ultimate Discord Integration for Minecraft

DiSky is a powerful Skript addon that allows you to seamlessly integrate Discord functionality into your Minecraft server. With DiSky, you can create advanced Discord bots, manage servers, and enhance player interactions—all using the simple and intuitive Skript language.

Key Features

  • Easy Bot Creation: Set up and manage Discord bots with just a few lines of code.
  • Comprehensive Discord API Support: Access a wide range of Discord features, from sending messages to managing roles and channels.
  • Slash Commands: Create and handle Discord slash commands effortlessly.
  • Rich Embeds: Design beautiful, informative embeds for your Discord messages.
  • Event Handling: React to Discord events in real-time, bridging the gap between Minecraft and Discord.
  • Voice Channel Integration: Manage voice channels and even play audio.
  • Webhook Support: Use Discord webhooks for advanced message control and formatting.

Basic Examples

Creating a Discord Bot

define new bot named "MyBot":
    token: "YOUR_BOT_TOKEN"
    intents: default intents
    policy: all
    auto reconnect: true
    
    on ready:
        send "Bot is online!" to console

Sending a Message

discord command ping:
    prefixes: !
    trigger:
        reply with "Pong! Bot latency: %bot ping of event-bot% ms"

Creating an Embed

command /serverinfo:
    trigger:
        make embed:
            set title of embed to "Server Information"
            set description of embed to "Welcome to our Minecraft server!"
            set color of embed to green
            add field named "Online Players" with value "%number of all players%" to fields of embed
            set footer of embed to "Powered by DiSky"
        
        post last embed to channel with id "CHANNEL_ID"

Handling Discord Events

on message receive:
    if event-channel is channel with id "CHANNEL_ID":
        if message starts with "!players":
            reply with "There are %number of all players% players online!"

Why Choose DiSky?

  • User-Friendly: Leverage the simplicity of Skript to create complex Discord integrations.
  • Powerful: Access advanced Discord features without the need for traditional programming knowledge.
  • Flexible: Customize your Discord bot to fit your server's unique needs.
  • Actively Maintained: Regular updates ensure compatibility with the latest Discord features.
  • Community-Driven: Join a vibrant community of developers and get support when you need it.

DiSky empowers server owners and developers to create seamless connections between Minecraft and Discord, enhancing player engagement and server management capabilities. Whether you're looking to create a simple moderation bot or a complex cross-platform system, DiSky provides the tools you need to bring your vision to life.

Ready to revolutionize your server's Discord integration? Get started with DiSky today!

Requirements and Resources

System Requirements

  • Minecraft: 1.19+ (Latest version recommended)
  • Skript: 2.10.0+ (Latest version recommended)
  • Java: Java 16 or higher

Important Links

Screenshots

Gallery

  • Giveaway
    Giveaway Giveaway message made by DiSky can be joined by clicking the button.
  • Slash Command
    Slash Command Slash command answer with an embed & a documention-like message.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~31,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works