/napi-commands

Simple to use commands API

Primary LanguageJava

Napi Commands

This is simple and lightweight commands api for Bukkit and BungeeCord

Usage

Add library to project via JitPack

Gradle

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.NanitApi.napi-commands:api:main-SNAPSHOT'
}

Bukkit

implementation 'com.github.NanitApi.napi-commands:commands-bukkit:main-SNAPSHOT'

BungeeCord

implementation 'com.github.NanitApi.napi-commands:commands-bungee:main-SNAPSHOT'