Advertisement
Guest User

Untitled

a guest
Oct 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. pacakge com.kairodasche.wholesome;
  2.  
  3. import com.kairodasche.personality;
  4.  
  5. public class ExtremeGeneral
  6. extends HealSluts {
  7.  
  8. public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
  9. if (cmd.getName().equalsIgnoreCase("I need help") && sender instanceof Person) {
  10.  
  11. person.sendMessage("You're going to be okay, I'm here for you if you need someone to DM.");
  12.  
  13. return true;
  14.  
  15. }
  16.  
  17. return false;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement