Skip to content

Releases: jwdeveloper/JW_Piano

1.2.3

19 Jan 08:28
6d378bd
Compare
Choose a tag to compare

Resourcepack works for 1.19.3

  • bench spawn in right place
  • piano keyboard properly refresh
  • piano GUI not getting stuck after download resourcepack

1.2.2

15 Jan 11:53
2db3131
Compare
Choose a tag to compare

RESOURCEPACK HAS BEEN UPDATED
Get it from this link: https://download.mc-packs.net/pack/5637db2609d0c73c45b80614db98053147e598ef.zip

PERMISSIONS HAS BEEN UPDATED
new permission in 80% will not be compatable with permissions from lower version

features:

  • Build in MIDI player, you do need to use Desktop APP
    image

  • Coloring, pianos, notes, effects could be in any possible color
    image

  • New effect that looks like from YouTube video
    image

  • Pianist, a NPC that can be enabled for fun
    image

  • Resourcepack update
    All models just looks better
    image

Config bug hotfix

25 Dec 09:12
6d211f3
Compare
Choose a tag to compare

1.2.0 has problem with generating config due to small bug, its fixed

Midi player update

24 Dec 11:37
fe77688
Compare
Choose a tag to compare

Changes:
Midi player:
Put Midi files to path Plugins/JW_Piano/Midi and play them
GUI style design:
Buttons contains more information about its usage
Config:
Its possible to adding own Skins/Sounds or edit existing one
View attachment 742896

Permissions:
Threre are new permission for Midi Player
View attachment 742897

API:
For developers, programming api has been added, that means
you can add JW_Piano as dependecy to your plugin and Modify its
behavior. In order to do it use SpigotPiano class

Optional piano = SpigotPiano.create(player.getLocation(), "my new piano");
List pianos = SpigotPiano.getPianos();
SpigotPiano.destroy(piano.get());

1.1.4 Update

09 Dec 02:39
Compare
Choose a tag to compare

New content:

  • Desktop app has new panel for keyboard key mapping to piano keyboard
  • New particle effect "Heart"
  • Button for Enable/Disable piano gui HitBox

    permission piano.show-gui-hitbox

Improvements:

  • plugin generates file documentation.yml so you can
    quickly see all permissions/commands/config with detailed description

Fixes:

  • Old piano model was not deleted after server shut down

1.1.3 Update

01 Aug 10:47
079e6bf
Compare
Choose a tag to compare

Language support

  • EN/PL/KR
    (thanks MateuszKim_TTV#7967 for help with korean translation)
  • electric piano skin
  • multivers bug fix
  • piano bench
  • more admin manage options

more permissions

  piano.pedal:
    description: set if pedal pressing is active

  piano.teleport:
    description: allows player to teleport to piano

  piano.detect-key:
    description: set if players can press keys of certain piano

  piano.desktop-client:
    description: set if players can use dektop app

Bug fix

24 Jul 23:01
Compare
Choose a tag to compare

Small but important fix
Plugin was genereting empty settings.yml file so plugin was'nt able to get proper websocket port

Update command

24 Jul 22:37
67c6f58
Compare
Choose a tag to compare

Now you can use /piano update command to automatically download latest version of plugin
image

It is allowed only for players with 'piano' or 'piano.update' permission

!Effects update! 1.1.0

24 Jul 19:59
c4e6f3c
Compare
Choose a tag to compare

image

Changes:
New effects for piano notes

  • flying tiles
  • waterfall
  • default particles
    Renaming piano, permissions piano.rename

bug fixes:

  • notes were highlighted after music stoped playing
  • UI was not refreshed after server restart
  • Armorstands was not removed if server immidetly stoped
  • Playes could grab items from GUI

Desktop app update 1.0.2

20 Jul 22:26
fae3a07
Compare
Choose a tag to compare

Decktop app from 18mb -> 0.15kb :D
New decktop app design