Skip to content

🚀 This new wiki is in beta! Please double-check for any issue and report them on the GitHub

Installation

This guide will walk you through installing DiSky on your Minecraft server.

Before installing DiSky, ensure you have:

  • A Minecraft server (Spigot, Paper, or similar)
  • Skript 2.14 or higher installed
  • Basic knowledge of Skript syntax

We recommend using the official Skript fork maintained by SkriptLang. This fork is actively maintained and provides the best compatibility with DiSky.

  1. Download Skript

    If you haven’t already, download Skript 2.14+ and place it in your plugins/ folder.

  2. Download DiSky

    Download the latest version of DiSky from:

  3. Install the Plugin

    Place the DiSky jar file in your server’s plugins/ folder alongside Skript.

  4. Restart Your Server

    Restart your server completely. Do not use /reload as it can cause issues.

  5. Verify Installation

    After the server restarts, check the console for DiSky’s startup message. You can also run /plugins to verify both Skript and DiSky are loaded.

DiSky does not require any configuration files. All bot configuration is done through Skript code, which you’ll learn in the next section.

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

Now that DiSky is installed, you’re ready to create your first Discord bot!