I'm currently working on a plugin where I need to send an animation of a EnderChest opening to a player. I know for a regular chest it's: Code: player.playNote(loc, (byte)1, (byte)1); but it doesn't work correctly on an EnderChest. Anyone know the solution?