DISCLAIMER: Potterworld or Droobledore LLC is not in any way affiliated with Mojang AB, J.K. Rowling, Warner Brothers or any company, copyright or trademark.
PotterworldMC PotterworldMC PotterworldMC

SirCodalot

Location
127.0.0.1

Signature

Java:
public void onPlayerQuit(PlayerQuitEvent event) {
    event.setCancelled(true);
    event.getPlayer().playSound(Sounds.SWORD_ART_ONLINE_THEME);
}