Skip to content

Commit bd5b3e1

Browse files
Update README
Added new features and updates to the README.
1 parent 5f960e6 commit bd5b3e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A simple Dragonfly-MC plugin that lets players load and play Note Block Studio (.nbs) songs in-game.
44

5+
# What's New?
6+
7+
- The limitation for note keys below F#3 has been resolved. You can now play low-pitched notes without any problem.
8+
- You can now control the note volume using the velocity property (see JSON examples).
9+
- The `PlaySound` method has been updated to use direct packet session writing, allowing packets to be sent directly to the player.
10+
511
## Installation
612

713
1. Import the package, and make sure there is a `noteblock` folder in your project directory:
@@ -50,5 +56,4 @@ if success {
5056

5157
## Known Issues and Limitations
5258

53-
- Dragonfly-MC's API does not have volume control yet, so you will hear sounds at their default volume from the resource pack.
54-
- Pitch is limited: because dragonfly-mc uses an int for pitch control (instead of float), notes below F#3 (key 0) cannot be played and will instead be shifted up to F#4 (key 12). However, all notes above F#5 (key 24) will still play correctly.
59+
- Playing custom noteblock instruments from resource packs is not yet supported (this feature may be added in a future version).

0 commit comments

Comments
 (0)