Skip to content

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.0.2</version>
    <scope>provided</scope>
  </dependency>
</dependencies>

Gradle

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