Sounds - Exceptionflug/protocolize GitHub Wiki
You also have the possibility to play sounds. Just use the following method.
ProtocolizePlayer player = Protocolize.playerProvider().player(playerUniqueId);
player.playSound(Sound.ENTITY_ENDERMAN_TELEPORT, SoundCategory.MASTER, 1f, 1f);
This plays a specified sound on the specified sound channel with a specified volume and pitch to a player.