Счетчик урона для тх выводит в чат сколько дамага было нанесено по entity
package thunder.hack.features.modules.misc;
import thunder.hack.features.modules.Module;
import net.minecraft.entity.Entity;
import net.minecraft.entity.LivingEntity;
import net.minecraft.text.Text;
public class...