Advertisement
Guest User

Untitled

a guest
Mar 19th, 2015
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. import com.skionz.pingapi.PingEvent;
  2. import com.skionz.pingapi.PingListener;
  3.  
  4. public class PingEditor implements PingListener {
  5. public void onPing(PingEvent event) {
  6. event.getReply().setMOTD("This is an MOTD");
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement