Advertisement
MrJonton01

Dummheit

Sep 21st, 2015
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. @Override
  2. public boolean onCommand(CommandSender sender, Command cmd, String label, String[] args) {
  3.  
  4. if(cmd.getName().equalsIngnoreCase("antibookhack")
  5.     if(sender instanceof Player) {
  6.     sender.sendMessage("§6AntiBookHack: §aON");
  7.     }
  8.  
  9.     else {
  10.     sender.sendMessage("§cYou must be a Player to execute this Command !");
  11.     }
  12. return true;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement