CCBlueX Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    Solved How to remove chat message it includes ur string

    ScriptAPI
    3
    4
    94
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Plumer Man
      Plumer Man last edited by

      :axohmm: :axohmm:

      ? 1 Reply Last reply Reply Quote 0
      • ?
        A Former User @Plumer Man last edited by

        @plumer-man u can use packet :axocool:
        https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.html

        if(e.getPacket() instanceof S02PacketChat){
               var lol = e.getPacket().getChatComponent().getUnformattedText();
                if(lol.contains("wwwwwww")){
                        e.cancelEvent();
                 }
        }
        
        Plumer Man 1 Reply Last reply Reply Quote 2
        • ?
          A Former User @Plumer Man last edited by

          @plumer-man u can use packet :axocool:
          https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.html

          if(e.getPacket() instanceof S02PacketChat){
                 var lol = e.getPacket().getChatComponent().getUnformattedText();
                  if(lol.contains("wwwwwww")){
                          e.cancelEvent();
                   }
          }
          
          Plumer Man 1 Reply Last reply Reply Quote 2
          • Plumer Man
            Plumer Man @Guest last edited by

            @britishbiscuit Very cool :axoheart: :

            1 Reply Last reply Reply Quote 0
            • Plumer Man
              Plumer Man last edited by

              @_ender1355 yes ikr

              1 Reply Last reply Reply Quote 0
              • First post
                Last post
              About
              • Terms of Service
              • Privacy Policy
              • Status
              • Contact Us
              Downloads
              • Releases
              • Source code
              • License
              Docs
              • Tutorials
              • CustomHUD
              • AutoSettings
              • ScriptAPI
              Community
              • Forum
              • Guilded
              • YouTube
              • Twitter
              • D.Tube