HomeJavaModsDiSky
DiSky
ModsJava

DiSky

by Sky · on Modrinth

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

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.2–26.1.2 · Paper⬇ Download for 1.21.3–26.1.2 · Purpur⬇ Download for 1.21.3–26.1.2 · Spigot⬇ Download for 1.21.3–1.21.5 · Bukkit
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.
DiSky — screenshot 1

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

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?

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

Important Links

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more