Setup¶
Prerequisites¶
- Java 24 or later
- JDA 5.x
- SLF4J Implementation (not mandatory, but recommended)
Configuration¶
JDA-Commands is distributed through Maven Central. Alternatively you can download the latest version here.
Snapshots¶
Additionally to normal releases, snapshots of each commit to the main branch are published to maven central.
IntelliJ Plugin¶
We also provide an IntelliJ Plugin that performs some Code Inspection. It validates method references, which are commonly used in jda-commands. You can find it here.