mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 06:27:42 +01:00
* feat: Add primitive support for sound api * change to fail silently fix: implement the correct playSound method fix: bumped "since" version * chore: update 1.21.5 * chore: enforce adventure's policy of not throwing exceptions on unsupported actions * feat: allow sounds to be played from other players (on the same server) * chore(fix): add missing getters/setters in packets * chore: update 1.21.6 chore: added own notes to playSound method, as adventure moved them to the Sound class * chore: cleanup * fix: ignore invalid sound source fix: sound source error on wrong version * chore: prettify key writing * Implement missing Player#playSound(Sound) * Reverted Player#playSound(Sound) implementation Also, improved documentation related to #playSound mehtods * chore(jd): mark dialog operations unsupported * chore: update 1.21.9 --------- Co-authored-by: Adrian Gonzales <adriangonzalesval@gmail.com>