A plugin and API making communicating with Noxesium clients easier.
- Setting server/entity rules
- Qib system
- Noxesium specific events
- Custom sound system
- Client-side glow for entities and blocks (plugin only)
- Skript friendly (using Skript-Reflect)
- Paper 1.21.4+ (or a fork)
- Update to Noxesium v3
Developer stuff
maven {
name = "noxcrewMavenPublic"
url = uri("https://maven.noxcrew.com/public")
}
maven {
name = "astrofoxRepository"
url = uri("http://144.21.60.201:25566/releases")
}
implementation("me.iris:noxesiumapi:2.4.0")
<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>2.4.0</version>
</dependency>
Credits
- Noxesium by Noxcrew - Noxesium
- GlowingEntities by SkytAsul - Client-side glowing
- NoxesiumUtils by SuperNeon4ik - Inspiration
- ExpHost by Astrofox Studios - Hosting the repository
Not affiliated or endorsed by Noxcrew