This commit is contained in:
Maxlego08 2022-03-14 09:50:34 +01:00
parent 62eae3933b
commit a9161fb149
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,6 @@ package fr.maxlego08.zkoth;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;

View File

@ -1,6 +1,5 @@
package fr.maxlego08.zkoth.command.commands;
import org.bukkit.Bukkit;
import org.bukkit.inventory.ItemStack;
import fr.maxlego08.zkoth.ZKothPlugin;
@ -26,9 +25,9 @@ public class CommandKothAxe extends VCommand {
this.player.getInventory().addItem(itemStack);
message(this.sender, Message.ZKOTH_AXE_RECEIVE);
for (int a = 0; a != 200; a++) {
/*for (int a = 0; a != 200; a++) {
Bukkit.broadcastMessage("");
}
}*/
return CommandType.SUCCESS;
}