Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 553 Bytes

File metadata and controls

24 lines (20 loc) · 553 Bytes

ZCommandLib

A library to create commands for spigot servers using classes for commands and subcommands

JavaDoc avaliable at https://cdn.zeeraa.net/javadocs/ZCommandLib/

Importing the library

  • Maven
<repository>
  <id>novauniverse</id>
  <url>https://nexus2.novauniverse.net/repository/novauniverse/</url>
</repository>
<dependency>
  <groupId>net.zeeraa</groupId>
  <artifactId>z-command-lib</artifactId>
  <version>1.1.0-SNAPSHOT</version>
  <scope>compile</scope>
</dependency>