Installation
This guide will walk you through installing DiSky on your Minecraft server.
Requirements
Section titled “Requirements”Before installing DiSky, ensure you have:
- A Minecraft server (Spigot, Paper, or similar)
- Skript 2.14 or higher installed
- Basic knowledge of Skript syntax
Recommended Skript Version
Section titled “Recommended Skript Version”We recommend using the official Skript fork maintained by SkriptLang. This fork is actively maintained and provides the best compatibility with DiSky.
Installation Steps
Section titled “Installation Steps”-
Download Skript
If you haven’t already, download Skript 2.14+ and place it in your
plugins/folder. -
Download DiSky
Download the latest version of DiSky from:
- Modrinth (recommended)
- GitHub Releases
-
Install the Plugin
Place the DiSky jar file in your server’s
plugins/folder alongside Skript. -
Restart Your Server
Restart your server completely. Do not use
/reloadas it can cause issues. -
Verify Installation
After the server restarts, check the console for DiSky’s startup message. You can also run
/pluginsto verify both Skript and DiSky are loaded.
Configuration
Section titled “Configuration”DiSky does not require any configuration files. All bot configuration is done through Skript code, which you’ll learn in the next section.
Add-on Compatibility
Section titled “Add-on Compatibility”DiSky is a comprehensive addon that adds many features to Skript. Some syntax may conflict with other Skript addons.
- DiSky tries to avoid conflicts with Skript itself
- Conflicts with other addons are possible but rare
- If you encounter conflicts, report them on our Discord
Next Steps
Section titled “Next Steps”Now that DiSky is installed, you’re ready to create your first Discord bot!