Skip to content

BlockybombDEV/NoxesiumAPI

Repository files navigation

NoxesiumAPI

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

Features

Requirements

  • Paper 1.21.4+ (or a fork)

Planned updates

  • Overhaul commands
Developer stuff

Gradle (Kotlin):

maven {
    name = "noxcrewMavenPublic"
    url = uri("https://maven.noxcrew.com/public")
}

maven {
    name = "astrofoxRepository"
    url = uri("http://144.21.60.201:25566/<repository>")
}
implementation "me.iris:noxesiumapi:LATEST_VERSION"

Maven:

<repository>
  <id>noxcrew-maven-public</id>
  <name>Noxcrew Public Maven Repository</name>
  <url>https://maven.noxcrew.com/public</url>
</repository>
<repository>
  <id>astrofox-repository-releases</id>
  <name>Astrofox Repository</name>
  <url>http://144.21.60.201:25566/releases</url>
</repository>
<dependency>
  <groupId>me.iris</groupId>
  <artifactId>noxesiumapi</artifactId>
  <version>LATEST_VERSION</version>
</dependency>
Credits

About

API plugin made for interacting with Noxesium clients

Resources

License

Stars

Watchers

Forks

Languages