Skip to content
forked from emortalmc/NBStom

A NBS reader and player for Minestom

License

Notifications You must be signed in to change notification settings

Andrei965/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

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%