mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-11-25 21:46:03 +00:00
fix suicide command...
This commit is contained in:
@@ -8,17 +8,13 @@ import org.bukkit.Effect;
|
|||||||
import org.bukkit.command.CommandException;
|
import org.bukkit.command.CommandException;
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
// import org.bukkit.scheduler.BukkitRunnable;
|
|
||||||
import org.bukkit.event.entity.PlayerDeathEvent;
|
import org.bukkit.event.entity.PlayerDeathEvent;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
|
||||||
import cn.citycraft.SimpleEssential.SimpleEssential;
|
import cn.citycraft.SimpleEssential.SimpleEssential;
|
||||||
import cn.citycraft.SimpleEssential.config.Language;
|
import cn.citycraft.SimpleEssential.config.Language;
|
||||||
// import cn.citycraft.SimpleEssential.config.Language;
|
|
||||||
import cn.citycraft.SimpleEssential.utils.EffectUtil;
|
import cn.citycraft.SimpleEssential.utils.EffectUtil;
|
||||||
|
|
||||||
// import cn.citycraft.SimpleEssential.utils.Randomer;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 自杀命令
|
* 自杀命令
|
||||||
*
|
*
|
||||||
@@ -41,7 +37,6 @@ public class CommandSuicide extends BaseCommand {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getMinimumArguments() {
|
public int getMinimumArguments() {
|
||||||
// TODO Auto-generated method stub
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user