Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse

LiquidBounce Forum

  1. Home
  2. Support
  3. NameTags | Color of nick

NameTags | Color of nick

Scheduled Pinned Locked Moved Solved Support
21 Posts 5 Posters 861 Views
  • 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.
  • wxdbieW Offline
    wxdbieW Offline
    wxdbie
    wrote on last edited by
    #1

    java_BfHgf8QPyI.png
    Please tell me line responsible for color of nick

    val fontRenderer = fontValue.get()
    
            val bot = AntiBot.isBot(entity)
            val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
            val ping = if (entity is EntityPlayer) EntityUtils.getPing(entity) else 0
    
            val distanceText = if (distanceValue.get()) "§f${mc.thePlayer.getDistanceToEntity(entity).roundToInt()}m " else ""
            val pingText = if (pingValue.get() && entity is EntityPlayer) (if (ping > 200) "§c" else if (ping > 100) "§e" else "§a") + ping + "ms §f" else ""
            val healthText = if (healthValue.get()) "§f§c " + entity.health.toInt() + " ❤" else ""
            val botText = if (bot) " §c§lBot" else ""
    
            val text = "$distanceText$pingText$nameColor$tag$healthText$botText"
    
    M 1 Reply Last reply
    1
    • wxdbieW wxdbie

      java_BfHgf8QPyI.png
      Please tell me line responsible for color of nick

      val fontRenderer = fontValue.get()
      
              val bot = AntiBot.isBot(entity)
              val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
              val ping = if (entity is EntityPlayer) EntityUtils.getPing(entity) else 0
      
              val distanceText = if (distanceValue.get()) "§f${mc.thePlayer.getDistanceToEntity(entity).roundToInt()}m " else ""
              val pingText = if (pingValue.get() && entity is EntityPlayer) (if (ping > 200) "§c" else if (ping > 100) "§e" else "§a") + ping + "ms §f" else ""
              val healthText = if (healthValue.get()) "§f§c " + entity.health.toInt() + " ❤" else ""
              val botText = if (bot) " §c§lBot" else ""
      
              val text = "$distanceText$pingText$nameColor$tag$healthText$botText"
      
      M Offline
      M Offline
      mems
      Moderator
      wrote on last edited by
      #2

      @wxdbie said in NameTags | Color of nick:

      java_BfHgf8QPyI.png
      Please tell me line responsible for color of nick

      val fontRenderer = fontValue.get()
      
              val bot = AntiBot.isBot(entity)
              val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
              val ping = if (entity is EntityPlayer) EntityUtils.getPing(entity) else 0
      
              val distanceText = if (distanceValue.get()) "§f${mc.thePlayer.getDistanceToEntity(entity).roundToInt()}m " else ""
              val pingText = if (pingValue.get() && entity is EntityPlayer) (if (ping > 200) "§c" else if (ping > 100) "§e" else "§a") + ping + "ms §f" else ""
              val healthText = if (healthValue.get()) "§f§c " + entity.health.toInt() + " ❤" else ""
              val botText = if (bot) " §c§lBot" else ""
      
              val text = "$distanceText$pingText$nameColor$tag$healthText$botText"
      
              val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
      
      wxdbieW Ali00035A 2 Replies Last reply
      0
      • M mems

        @wxdbie said in NameTags | Color of nick:

        java_BfHgf8QPyI.png
        Please tell me line responsible for color of nick

        val fontRenderer = fontValue.get()
        
                val bot = AntiBot.isBot(entity)
                val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
                val ping = if (entity is EntityPlayer) EntityUtils.getPing(entity) else 0
        
                val distanceText = if (distanceValue.get()) "§f${mc.thePlayer.getDistanceToEntity(entity).roundToInt()}m " else ""
                val pingText = if (pingValue.get() && entity is EntityPlayer) (if (ping > 200) "§c" else if (ping > 100) "§e" else "§a") + ping + "ms §f" else ""
                val healthText = if (healthValue.get()) "§f§c " + entity.health.toInt() + " ❤" else ""
                val botText = if (bot) " §c§lBot" else ""
        
                val text = "$distanceText$pingText$nameColor$tag$healthText$botText"
        
                val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
        
        wxdbieW Offline
        wxdbieW Offline
        wxdbie
        wrote on last edited by
        #3

        @mems no, i changed those lines, and nothing changed

        M 1 Reply Last reply
        1
        • wxdbieW wxdbie

          @mems no, i changed those lines, and nothing changed

          M Offline
          M Offline
          mems
          Moderator
          wrote on last edited by
          #4

          @wxdbie Try modifying the values in line 75.

          wxdbieW 1 Reply Last reply
          0
          • M mems

            @wxdbie Try modifying the values in line 75.

            wxdbieW Offline
            wxdbieW Offline
            wxdbie
            wrote on last edited by
            #5

            @mems I have this in line 75: idea64_w97UHgVGlI.png

            M 1 Reply Last reply
            1
            • wxdbieW wxdbie

              @mems I have this in line 75: idea64_w97UHgVGlI.png

              M Offline
              M Offline
              mems
              Moderator
              wrote on last edited by
              #6

              @wxdbie said in NameTags | Color of nick:

              @mems I have this in line 75: idea64_w97UHgVGlI.png

              Then find this code: glColor4f(1F, 1F, 1F, 1F)

              wxdbieW 2 Replies Last reply
              0
              • M mems

                @wxdbie said in NameTags | Color of nick:

                @mems I have this in line 75: idea64_w97UHgVGlI.png

                Then find this code: glColor4f(1F, 1F, 1F, 1F)

                wxdbieW Offline
                wxdbieW Offline
                wxdbie
                wrote on last edited by
                #7

                @mems oh, ty ❤ 😃

                1 Reply Last reply
                1
                • wxdbieW wxdbie has marked this topic as solved on
                • wxdbieW wxdbie has marked this topic as unsolved on
                • M mems

                  @wxdbie said in NameTags | Color of nick:

                  @mems I have this in line 75: idea64_w97UHgVGlI.png

                  Then find this code: glColor4f(1F, 1F, 1F, 1F)

                  wxdbieW Offline
                  wxdbieW Offline
                  wxdbie
                  wrote on last edited by
                  #8

                  @mems but for reason it did not work:
                  54077506-c663-41c2-9d46-008a1e2683a4-изображение.png
                  37189dc4-1b0c-4d54-9cc3-10a619cf0a35-изображение.png

                  M 1 Reply Last reply
                  1
                  • wxdbieW wxdbie

                    @mems but for reason it did not work:
                    54077506-c663-41c2-9d46-008a1e2683a4-изображение.png
                    37189dc4-1b0c-4d54-9cc3-10a619cf0a35-изображение.png

                    M Offline
                    M Offline
                    mems
                    Moderator
                    wrote on last edited by mems
                    #9

                    @wxdbie said in NameTags | Color of nick:

                    @mems but for reason it did not work:
                    54077506-c663-41c2-9d46-008a1e2683a4-изображение.png
                    37189dc4-1b0c-4d54-9cc3-10a619cf0a35-изображение.png

                    This: val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f" worked for me.

                    Jre Screenshot 2022.05.04 - 23.30.33.79.png

                    But as it seems, you are either using a custom LiquidBounce, or the cross version edition of LiquidBounce, and I can't help with that.

                    wxdbieW 1 Reply Last reply
                    0
                    • M mems

                      @wxdbie said in NameTags | Color of nick:

                      @mems but for reason it did not work:
                      54077506-c663-41c2-9d46-008a1e2683a4-изображение.png
                      37189dc4-1b0c-4d54-9cc3-10a619cf0a35-изображение.png

                      This: val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f" worked for me.

                      Jre Screenshot 2022.05.04 - 23.30.33.79.png

                      But as it seems, you are either using a custom LiquidBounce, or the cross version edition of LiquidBounce, and I can't help with that.

                      wxdbieW Offline
                      wxdbieW Offline
                      wxdbie
                      wrote on last edited by
                      #10

                      @mems I use b72. yes the first method works, but only in server lobby

                      Lobby:a2d38346-d019-460a-a5bb-480b3884269c-изображение.png

                      MiniGame: 7e349aa2-4dc1-40f6-8a2f-ee9a0abfd353-изображение.png

                      M 1 Reply Last reply
                      1
                      • wxdbieW wxdbie

                        @mems I use b72. yes the first method works, but only in server lobby

                        Lobby:a2d38346-d019-460a-a5bb-480b3884269c-изображение.png

                        MiniGame: 7e349aa2-4dc1-40f6-8a2f-ee9a0abfd353-изображение.png

                        M Offline
                        M Offline
                        mems
                        Moderator
                        wrote on last edited by
                        #11

                        @wxdbie said in NameTags | Color of nick:

                        @mems I use b72. yes the first method works, but only in server lobby

                        Lobby:a2d38346-d019-460a-a5bb-480b3884269c-изображение.png

                        MiniGame: 7e349aa2-4dc1-40f6-8a2f-ee9a0abfd353-изображение.png

                        This doesn't occur to me.

                        Jre Screenshot 2022.05.04 - 23.39.04.01.png

                        wxdbieW 1 Reply Last reply
                        0
                        • M mems

                          @wxdbie said in NameTags | Color of nick:

                          @mems I use b72. yes the first method works, but only in server lobby

                          Lobby:a2d38346-d019-460a-a5bb-480b3884269c-изображение.png

                          MiniGame: 7e349aa2-4dc1-40f6-8a2f-ee9a0abfd353-изображение.png

                          This doesn't occur to me.

                          Jre Screenshot 2022.05.04 - 23.39.04.01.png

                          wxdbieW Offline
                          wxdbieW Offline
                          wxdbie
                          wrote on last edited by
                          #12

                          @mems said in NameTags | Color of nick:

                          This doesn't occur to me.

                          um, can server control this?

                          M 1 Reply Last reply
                          1
                          • wxdbieW wxdbie

                            @mems said in NameTags | Color of nick:

                            This doesn't occur to me.

                            um, can server control this?

                            M Offline
                            M Offline
                            mems
                            Moderator
                            wrote on last edited by
                            #13

                            @wxdbie said in NameTags | Color of nick:

                            um, can server control this?

                            No clue. Try testing on other servers too. Either way, use b73 as the cross version code is removed.

                            wxdbieW 1 Reply Last reply
                            0
                            • M mems

                              @wxdbie said in NameTags | Color of nick:

                              um, can server control this?

                              No clue. Try testing on other servers too. Either way, use b73 as the cross version code is removed.

                              wxdbieW Offline
                              wxdbieW Offline
                              wxdbie
                              wrote on last edited by
                              #14

                              @mems said in NameTags | Color of nick:

                              No clue. Try testing on other servers too. Either way, use b73 as the cross version code is removed.

                              hm, okay thanks 😃

                              1 Reply Last reply
                              1
                              • M mems

                                @wxdbie said in NameTags | Color of nick:

                                java_BfHgf8QPyI.png
                                Please tell me line responsible for color of nick

                                val fontRenderer = fontValue.get()
                                
                                        val bot = AntiBot.isBot(entity)
                                        val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
                                        val ping = if (entity is EntityPlayer) EntityUtils.getPing(entity) else 0
                                
                                        val distanceText = if (distanceValue.get()) "§f${mc.thePlayer.getDistanceToEntity(entity).roundToInt()}m " else ""
                                        val pingText = if (pingValue.get() && entity is EntityPlayer) (if (ping > 200) "§c" else if (ping > 100) "§e" else "§a") + ping + "ms §f" else ""
                                        val healthText = if (healthValue.get()) "§f§c " + entity.health.toInt() + " ❤" else ""
                                        val botText = if (bot) " §c§lBot" else ""
                                
                                        val text = "$distanceText$pingText$nameColor$tag$healthText$botText"
                                
                                        val nameColor = if (bot) "§f" else if (entity.isInvisible) "§f" else if (entity.isSneaking) "§f" else "§f"
                                
                                Ali00035A Offline
                                Ali00035A Offline
                                Ali00035
                                wrote on last edited by
                                #15

                                @mems but you said that you cant code??? wtf!!!!!!

                                1 Reply Last reply
                                0
                                • A Offline
                                  A Offline
                                  Aftery
                                  wrote on last edited by
                                  #16
                                  This post is deleted!
                                  1 Reply Last reply
                                  0
                                  • Ali00035A Offline
                                    Ali00035A Offline
                                    Ali00035
                                    wrote on last edited by
                                    #17

                                    .nametags clearnames true

                                    wxdbieW 2 Replies Last reply
                                    0
                                    • Ali00035A Ali00035

                                      .nametags clearnames true

                                      wxdbieW Offline
                                      wxdbieW Offline
                                      wxdbie
                                      wrote on last edited by
                                      #18

                                      @stfwissue I try

                                      1 Reply Last reply
                                      1
                                      • Ali00035A Ali00035

                                        .nametags clearnames true

                                        wxdbieW Offline
                                        wxdbieW Offline
                                        wxdbie
                                        wrote on last edited by
                                        #19

                                        @stfwissue ty undefined < 3

                                        suicidemouse33S 1 Reply Last reply
                                        1
                                        • wxdbieW wxdbie has marked this topic as solved on
                                        • wxdbieW wxdbie

                                          @stfwissue ty undefined < 3

                                          suicidemouse33S Offline
                                          suicidemouse33S Offline
                                          suicidemouse33
                                          wrote on last edited by
                                          #20

                                          @wxdbie you thanked the wrong person

                                          wxdbieW 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          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
                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Users
                                          • Groups