Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Irisufus/NoxesiumAPI

Repository files navigation

NoxesiumAPI

A plugin and API making communicating with Noxesium clients easier.

write a description depending on your usage

Features

Requirements

  • Paper 1.21.9+ (or a fork)

Planned updates

  • Update to Noxesium v3
Developer stuff

Gradle (Kotlin):

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

maven {
    name = "astrofoxRepository"
    url = uri("https://maven.femboys.tech/releases")
}
implementation("me.iris:noxesiumapi:2.4.3")

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>https://maven.femboys.tech/releases</url>
</repository>
<dependency>
  <groupId>me.iris</groupId>
  <artifactId>noxesiumapi</artifactId>
  <version>2.4.3</version>
</dependency>
Credits

Not affiliated or endorsed by Noxcrew

About

A plugin and API making communicating with Noxesium clients easier.

Resources

License

Stars

Watchers

Forks

Languages