Skip to content
This repository was archived by the owner on Jul 24, 2021. It is now read-only.

Releases: Alessevan/CommandAPI

πŸš‘οΈ Rework tab completer logic method

14 Jun 09:16

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '935260444'
}

πŸ› Fix permissions problems

23 May 14:07

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '868807870'
}

πŸ› Fix concatenate arguments

10 May 16:38

Choose a tag to compare

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

09 May 12:28
5a01bd1

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '825222769'
}

πŸ› Real fix

24 Apr 15:38

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '780804109'
}

πŸ› Fix joined arguments

24 Apr 12:14

Choose a tag to compare

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

23 Apr 18:47

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '778686664'
}

πŸŽ‰ First commit of CommandAPI

18 Apr 12:27

Choose a tag to compare

To integrate to gradle:

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation group: 'com.github.BakaAless', name: 'CommandAPI', version: '760717598'
}