Skip to content

BlockybombDEV/NoxesiumAPI

Repository files navigation

NoxesiumAPI

This is an API with support for Skript in mind. You can always ask me to add something or check out NoxesiumUtils by SuperNeon4ik

Features

Requirements

  • Paper 1.21+ (or a fork)

Planned updates

  • Add a function to get SoundSource and ResourceLocation for Skript

Developer stuff

Adding NoxesiumAPI as a dependency

Gradle:

maven {
    name "astrofoxRepositoryReleases"
    url "http://144.21.60.201:25568/releases"
}
implementation "me.iris:noxesiumapi:LATEST_VERSION"

Maven:

<repository>
  <id>astrofox-repository-releases</id>
  <name>Astrofox Repository</name>
  <url>http://144.21.60.201:25568/releases</url>
</repository>
<dependency>
  <groupId>me.iris</groupId>
  <artifactId>noxesiumapi</artifactId>
  <version>LATEST_VERSION</version>
</dependency>

Credits