Skip to content

Releases: hhhzzzsss/SongPlayer

SongPlayer 3.2.0 for Minecraft 1.21

04 Aug 04:41
Compare
Choose a tag to compare
  • Added support for Minecraft 1.21
  • Added stage cleanup
  • Added survival only mode (also works for servers that don't support nbt), but you will have to change into survival mode manually
  • Added velocity thresholding
  • Other fixes

SongPlayer 3.1.4 for Minecraft 1.20.5-1.20.6

02 May 14:01
Compare
Choose a tag to compare
v3.1.4

Add support for 1.20.5-1.20.6

SongPlayer 3.1.3 for Minecraft 1.20.3-1.20.4

09 Dec 21:20
Compare
Choose a tag to compare

SongPlayer 3.1.2 for Minecraft 1.20.3

07 Dec 02:36
Compare
Choose a tag to compare

SongPlayer 3.1.1 for Minecraft 1.20-1.20.1

01 Jul 20:57
Compare
Choose a tag to compare

Fix multi-character prefixes breaking command interpreter

SongPlayer 3.1.0 for Minecraft 1.20-1.20.1

22 Jun 06:32
Compare
Choose a tag to compare
  • Added the announcement command, which allows you to set a message that is sent whenever you start playing a song
  • Better error handling for song items
  • Added 50mb uncompressed file size limit for song item data to (hopefully) prevent zip bombs
  • Fixed crashes caused by Path.resolve() throwing an IllegalArgumentException (this resulted in tab completion on $play <url> crashing the game, for example)

SongPlayer 3.0.3 for Minecraft 1.20-1.20.1

21 Jun 01:23
Compare
Choose a tag to compare
  • Added support for spaces in song/path name
  • Removed listFilesSilently - will give correct error message now
  • Fixed incorrect response message for $playlist shuffle

SongPlayer 3.0.2 for Minecraft 1.20-1.20.1

20 Jun 06:11
Compare
Choose a tag to compare
  • Allow placing item in item frames and opening containers while holding song item
  • Added custom texture to default song items

SongPlayer 3.0.1 for Minecraft 1.20-1.20.1

20 Jun 01:59
Compare
Choose a tag to compare

Fixed various bugs

  • Fixed issue with certain blocks above noteblocks not being broken
  • Added arm swing/rotation for block breaking
  • Fixed issue with blocks being unable to be placed because serverside position is slightly inaccurate
  • Fake player's inventory (i.e. held item and armor) will be updated to reflect your current inventory's contents whenever it changes
  • Will now correctly restore inventory slot when you run $stop while building
  • Improved icon by IllagerCaptain

SongPlayer 3.0.0 for Minecraft 1.20-1.20.1

19 Jun 03:38
Compare
Choose a tag to compare

Another big update for SongPlayer!

  • Added the $songItem command, which can be used to encode song data into items. When right clicked, SongPlayer will automatically detect the song data in its nbt tags and ask if you want to play it.
  • Added playlists. You can now create playlists and add songs to them. Looping and shuffling is supported.
  • Added a configuration file, so you don't lose your settings after exiting the game.
  • Added alternate stage designs. Thanks Sk8kman and Lizard16 for the idea!
  • Added toggleable movements (arm swing and rotations)
  • Added support for subdirectories in the songs folder
  • Changed to java nio for symlink support. Symlinked directories in your songs folder will be correctly resolved.
  • You can change your prefix with $setPrefix now
  • Various fixes and improvements for the fake player display, enabled with $toggleFakePlayer. The fake player will now consistently shows up, and copies crouching movements. The weird movements caused by copying body yaw are also now fixed.
  • No longer teleports you to the stage over and over again every time your stage is broken or you start playing a new song. It will only teleport you when you start and stop playing now.
  • Restore gamemode to original state after you're done playing.
  • Prefer empty hotbar slots when building noteblock stage, and restore slot to original item when done.