Releases: jwdeveloper/JW_Piano
1.2.3
1.2.2
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:
Config bug hotfix
1.2.0 has problem with generating config due to small bug, its fixed
Midi player update
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
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
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
Small but important fix
Plugin was genereting empty settings.yml file so plugin was'nt able to get proper websocket port
Update command
!Effects update! 1.1.0
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
Decktop app from 18mb -> 0.15kb :D
New decktop app design