Release v1.3.0
Full Changelog: 1.2.0...1.3.0
Changes
- Support CommandAPI v11.1.0 features and add multi-platform support.
- Bump dependencies.
- Add multi-platform supports.
Multi-Platform Support
Added support for additional platforms:
- Paper - Paper-specific arguments
- Spigot - Spigot-specific arguments
- Velocity - Velocity proxy support
You can now use platform-specific implementations by changing the dependency artifact:
commandapi-bukkit-kotlin-improved- Bukkit platformcommandapi-spigot-kotlin-improved- Spigot platformcommandapi-paper-kotlin-improved- Paper platformcommandapi-velocity-kotlin-improved- Velocity platform
Installation
repositories {
mavenCentral()
}
dependencies {
// Choose your platform
implementation("dev.jorel:commandapi-{platform}-core:11.1.0")
implementation("dev.s7a:commandapi-{platform}-kotlin-improved:1.3.0")
}Supported platforms: bukkit, spigot, paper, velocity