This repository was archived by the owner on Jul 24, 2021. It is now read-only.
Releases: Alessevan/CommandAPI
Releases Β· Alessevan/CommandAPI
ποΈ Rework tab completer logic method
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '935260444'
}π Fix permissions problems
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '868807870'
}π Fix concatenate arguments
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '828775431'
}πFix error in the example
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '825222769'
}π Real fix
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '780804109'
}π Fix joined arguments
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '780481509'
}π¨ Add annotation to prevent from warnings
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '778686664'
}π First commit of CommandAPI
To integrate to gradle:
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '760717598'
}