/playsound command is not validating arguments correctly
The Playsound command has the following syntax:
/playsound <sound> <source> <player> [x] [y] [z] [volume] [pitch] [minVolume]
However, executing:
/playsound <sound> <source> and leaving out <player> causes an internal server error to happen.
Simple fix is to improve the argument validation.