Facebook
From Bulky Monkey, 8 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 370
  1.                         @EventHandler
  2.                         public void ServerListPing(ServerListPingEvent e) {
  3.                                 amotd.replaceAll("&", "§");
  4.                                 e.setMotd(amotd);
  5.                         }
  6.                 }