This is an API with support for Skript in mind. You can always ask me to add something or check out NoxesiumUtils by SuperNeon4ik
- Setting server/entity rules
- Qib system
- Noxesium specific events
- Custom sound system
- Client-side glow for entities and blocks
- Paper 1.21+ (or a fork)
- Add a function to get SoundSource and ResourceLocation for Skript
Adding NoxesiumAPI as a dependency
maven {
name "astrofoxRepositoryReleases"
url "http://144.21.60.201:25568/releases"
}
implementation "me.iris:noxesiumapi:LATEST_VERSION"
<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>
- Noxesium by Noxcrew - Noxesium lol
- GlowingEntities by SkytAsul - Client-side glowing
- NoxesiumUtils by SuperNeon4ik - Inspiration
- ExpHost by Astrofox Studios - Hosting the repository