Skip to content

Releases: nutyworks/FiNoteBlock

Pre-release 0.2.4

08 Apr 12:56
a0636cb
Compare
Choose a tag to compare
Pre-release 0.2.4 Pre-release
Pre-release

Additions

  • New channel setting: repeat
    • Avaliable via /nb channel settings <name> repeat [true|false]

Fixes

  • CRITICAL BUGFIX: plugin can access the file outside of the nbs folder.

Pre-release 0.2.3

08 Apr 11:42
Compare
Choose a tag to compare
Pre-release 0.2.3 Pre-release
Pre-release

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

05 Apr 14:53
Compare
Choose a tag to compare
Pre-release 0.2.0 Pre-release
Pre-release

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

07 Apr 04:33
Compare
Choose a tag to compare
Pre-release 0.2.2 Pre-release
Pre-release

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

06 Apr 12:19
Compare
Choose a tag to compare
Pre-release 0.2.1 Pre-release
Pre-release

Additions

  • Added displayBossBar setting.
    • Available via /nb settings displayBossBar [true|false]

Changes

  • Fixed some bugs.