Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

avionik-world/space-spigot

Repository files navigation

Space Spigot 🚀

Space Spigot is an API that facilitates the use of some methods for spigot plugins. And there are nice little functions such as a HologramEditor and an ItemBuilder.

Using the Space Spigot in your plugin

Maven

<dependencies>
 <dependency>
    <groupId>world.avionik</groupId>
    <artifactId>space-spigot-api</artifactId>
    <version>1.1.1</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle

dependencies {
    compileOnly 'world.avionik:space-spigot-api:1.1.1'
}