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