A simple multiplatform Minecraft plugin with JDA integration, supporting Bukkit/Spigot, BungeeCord, and Velocity.
- Logs "JDA Plugin Enabled" on startup and "JDA Plugin Disabled" on shutdown.
- Shades JDA (Java Discord API) into the JAR to avoid conflicts.
- Built with Maven and compiled via GitHub Actions.
- Clone the repository.
- Run
mvn clean packageto build the plugin. - The JAR will be in the
target/directory.
- The workflow (
build.yml) compiles the plugin on push or pull request to themainbranch. - The resulting JAR is uploaded as an artifact named
JDA-Plugin.
- Place the JAR in the
plugins/folder of your Bukkit, BungeeCord, or Velocity server. - Start the server to see the enable/disable messages in the console.
MIT License