mirror of
https://github.com/Maxlego08/zKoth.git
synced 2025-02-17 01:52:25 +01:00
🚧 Up
This commit is contained in:
parent
62eae3933b
commit
a9161fb149
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user