Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. if(args.length == 1){
  2. if(args[0].equalsIgnoreCase("id")){
  3.  
  4. Block block = player.getTargetBlock((HashSet<Byte>) null , 10);
  5. if(block == null){
  6. player.sendMessage(this.getConfig().getConfigurationSection("chat").get("prefix")+"§cImpossible d'éxecuter la commande tu ne vise pas une pancarte");
  7.  
  8. }
  9. BlockState bs = block.getState();
  10. if(bs instanceof Sign && bs == null){
  11. player.sendMessage("dd");
  12. }
  13.  
  14.  
  15.  
  16. }
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement