Skip to content

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

License

Notifications You must be signed in to change notification settings

NovaUniverse/ZCommandLib

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages