CCBlueX Forum

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

    help me pls

    ScriptAPI
    3
    3
    84
    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.
    • MinhCrafters
      MinhCrafters last edited by

      i need
      s02packetchat liquidbounce examples
      using scriptapi v2

      DreamWasFucked CzechHek 2 Replies Last reply Reply Quote 0
      • DreamWasFucked
        DreamWasFucked Banned @MinhCrafters last edited by

        @minhcrafters

        var S02PacketChat = Java.type('net.minecraft.network.play.server.S02PacketChat');
        
            module.on('packet', function(e) {
                packet = e.getPacket();
                if (packet instanceof S02PacketChat) {
                    Chat.print('[S02PacketChat] ' + packet.getChatComponent().getUnformattedText());
                }
            });
        
        1 Reply Last reply Reply Quote 0
        • CzechHek
          CzechHek @MinhCrafters last edited by

          @minhcrafters https://scriptapi.liquidbounce.net/net/minecraft/network/play/server/S02PacketChat.html ???

          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