WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

Source SRC Killmessage For Minecraft| Free Download

CrazyTrap

Newbie
Newbie

CrazyTrap

Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
378
Reaction score
1
Step into a realm where dreams become tangible and imagination knows no limits! Introducing "Killmessage" - your gateway to boundless exploration and unrivaled innovation. Unlock the secrets of an extraordinary universe and immerse yourself in Minecraft like never before! With meticulously curated resources, we empower you to bring your wildest ideas and aspirations to life.

i

Killmessage:​

JavaScript:
package paste.paste.impl.combat;

import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.util.text.TextComponentString;
import net.minecraftforge.event.entity.player.PlayerEvent;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;

@Mod.EventBusSubscriber
public class ExampleMod {

    @SubscribeEvent
    public static void onPlayerDeath(PlayerEvent.PlayerRespawnEvent event) {
        EntityPlayer player = event.player;
        String playerName = player.getName();

        // Проверка на убийство игрока другим игроком.
        if (player.getCombatTracker().getDeathMessage() != null
                && player.getCombatTracker().getDeathMessage().getUnformattedText().contains("pvp")) {

            // Отправить сообщение в чат с текстом "ублюлок мать твою"
            player.sendMessage(new TextComponentString(playerName + ", ублюдок мать твою!"));
        }
    }
    
}
 
Top