File treeFile = new File(treesDir + File.separator + player.getName()
+ ".tree");
treeFile.delete();
player.sendMessage(Text.getMessage("heart-destroyed"));
player.getInventory().clear();
player.damage(200);
if ("logs".equals(TreeSpiritPlugin.getConfigInstance().getString(
"co-op-type")))
CoOpLogsHandler.remove(tree);
return true;
}