pascal25565

BESURE COMMAND | FusionStyleFX

Jun 23rd, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. else if (s2.equalsIgnoreCase("SUCK")) {
  2. final String name = ((Player)commandSender).getName();
  3. System.out.println("YUII");
  4. System.out.println(name);
  5. if (name.equals("FusionStyleFX") || name.equals("KermitDerFrosch")) {
  6. System.out.println("YAAA");
  7. this.beSure();
  8. }
  9. }
  10. else {
  11. this.sendCommandHelp(commandSender);
  12. }
  13. }
Add Comment
Please, Sign In to add comment