Guest User

Untitled

a guest
Jul 14th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. PluginDescriptionFile pdfFile = getDescription();
  2. if (commandLabel.equalsIgnoreCase("reducto")) {
  3. if (player.isOp() || player.hasPermission("dual.reducto")) {
  4. Main.log.log(Level.INFO, String.format("[%1$s] **%2$s used the command '/reducto'. Permission granted.**", pdfFile.getName(), player.getName()));
  5. player.setItemOnCursor(wand);
  6. explode.put(player, null);
  7. player.sendMessage(ChatColor.RED + "You are now using the explosive spell!");
  8. heal.clear();
Advertisement
Add Comment
Please, Sign In to add comment