Releases: nutyworks/FiNoteBlock
Releases · nutyworks/FiNoteBlock
Pre-release 0.2.4
Additions
- New channel setting: repeat
- Avaliable via
/nb channel settings <name> repeat [true|false]
- Avaliable via
Fixes
- CRITICAL BUGFIX: plugin can access the file outside of the nbs folder.
Pre-release 0.2.3
Additions
/nb channel remove
command.- Send the resource pack that supports 6 octaves.
Fixes
IndexOutOfBoundsException
in/nb add id
command.
Pre-release 0.2.0
Additions
- Add queue to a channel
- Panning(Stereo) support
- Custom Instrument support
- Play a random song on the list
Using
*.nbs
file should be located in/plugins/FiNoteBlock/nbs/
.- User's data will be stored in
/plugins/FiNoteBlock/userdata/
with their UUID.
Pre-release 0.2.2
Additions
- Support 6 octaves with a resource pack.
- Multiple channels system.
- New setting:
bossBarProgress
.hide
: hide the progress of the song.percentage
: show the progress as a percentage like[82%]
.time
: show the progress as a time like[0:32/2:14]
.
Changes
- Blank can be used to
/nb add name
command.
Pre-release 0.2.1
Additions
- Added displayBossBar setting.
- Available via
/nb settings displayBossBar [true|false]
- Available via
Changes
- Fixed some bugs.