Skip to content

emortalmc/NBStom

Repository files navigation

NBStom

API

NBSSong song = new NBSSong(Path.of("path/to/.nbs"));

// for a player
NBS.play(song, player);
NBS.stop(player);

// for an audience
UUID stopId = UUID.randomUUID();
NBS.play(song, audience, MinecraftServer.getSchedulerManager(), stopId);
NBS.stop(stopId)

About

A NBS reader and player for Minestom

Topics

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages