Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.x
Platforms
Bukkit
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 2 years ago
Updated last month
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.12+ (Latest version recommended)
- Skript: 2.8.0+ (Latest version recommended)
- Java: Java 16 or higher